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-05-20T07:10:07.224Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-8xnrr with PID 14 (/app/app.jar started by so in /app) 2021-05-20T07:10:07.231Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-20T07:10:07.232Z||main|||||INFO|500||The following profiles are active: basic 2021-05-20T07:10:15.658Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-20T07:10:15.659Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-20T07:10:15.760Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-20T07:10:17.345Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-20T07:10:17.547Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-20T07:10:17.883Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-20T07:10:17.890Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-20T07:10:17.993Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-20T07:10:18.117Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-20T07:10:18.546Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-20T07:10:19.605Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-20T07:10:21.694Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-20T07:10:21.740Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-20T07:10:22.284Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-20T07:10:22.449Z||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-05-20T07:10:23.653Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-20T07:10:24.557Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-20T07:10:24.573Z||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$$474b6a34.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-05-20T07:10:24.575Z||main|||||WARN|500||The sdc end point is not alive 2021-05-20T07:10:26.773Z||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-05-20T07:10:28.918Z||main|||||WARN|500||--- 2021-05-20T07:10:28.918Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-20T07:10:28.919Z||main|||||WARN|500||--- 2021-05-20T07:10:29.211Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-20T07:10:32.301Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-20T07:10:32.302Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-20T07:10:32.304Z||main|||||INFO|500||Started Application in 27.245 seconds (JVM running for 28.408) 2021-05-20T07:10:32.314Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-20T07:10:32.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-20T07:10:32.424Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ee0eec6-41bf-4145-8788-06894f935cc8 url= /sdc/v1/artifactTypes 2021-05-20T07:10:32.424Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-20T07:10:32.662Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-20T07:10:32.678Z||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-05-20T07:10:32.702Z||scheduling-1|||||DEBUG|500||create keys 2021-05-20T07:10:32.709Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-20T07:10:32.729Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:10:32.745Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f49f985b-4f78-492e-aa2c-bddaf02287ef url= /sdc/v1/registerForDistribution 2021-05-20T07:10:32.824Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f49f985b-4f78-492e-aa2c-bddaf02287ef url= /sdc/v1/registerForDistribution 2021-05-20T07:10:32.824Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-20T07:10:32.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:10:32.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:10:32.838Z||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-05-20T07:10:32.838Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-20T07:10:32.838Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:10:32.838Z||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-05-20T07:10:32.839Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:10:43.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:10:43.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:11:32.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:11:32.832Z||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-05-20T07:11:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:11:32.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:11:32.833Z||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-05-20T07:11:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:11:42.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:11:42.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:12:32.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:12:32.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:12:32.833Z||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-05-20T07:12:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:12:32.833Z||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-05-20T07:12:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:12:42.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:12:42.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:13:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:13:32.832Z||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-05-20T07:13:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:13:32.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:13:32.834Z||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-05-20T07:13:32.835Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:13:42.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:13:42.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:14:32.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:14:32.832Z||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-05-20T07:14:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:14:32.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:14:32.834Z||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-05-20T07:14:32.835Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:14:42.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:14:42.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:15:32.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:15:32.832Z||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-05-20T07:15:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:15:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:15:32.833Z||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-05-20T07:15:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:15:42.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:15:42.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:16:32.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:16:32.833Z||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-05-20T07:16:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:16:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:16:32.834Z||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-05-20T07:16:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:16:42.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:16:42.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:17:32.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:17:32.832Z||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-05-20T07:17:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:17:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:17:32.834Z||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-05-20T07:17:32.835Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:17:42.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:17:42.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:18:32.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:18:32.832Z||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-05-20T07:18:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:18:32.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:18:32.833Z||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-05-20T07:18:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:18:42.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:18:42.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:19:32.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:19:32.832Z||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-05-20T07:19:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:19:32.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:19:32.834Z||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-05-20T07:19:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:19:42.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:19:42.384Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:20:27.136Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-20T07:20:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:20:32.832Z||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-05-20T07:20:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:20:32.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:20:32.834Z||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-05-20T07:20:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:20:42.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:20:42.377Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:21:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:21:32.832Z||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-05-20T07:21:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:21:32.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:21:32.833Z||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-05-20T07:21:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:21:42.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:21:42.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:22:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:22:32.832Z||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-05-20T07:22:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:22:32.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:22:32.834Z||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-05-20T07:22:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:22:42.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:22:42.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:23:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:23:32.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:23:32.833Z||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-05-20T07:23:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:23:32.833Z||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-05-20T07:23:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:23:42.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:23:42.377Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:24:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:24:32.832Z||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-05-20T07:24:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:24:32.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:24:32.833Z||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-05-20T07:24:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:24:42.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:24:42.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:25:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:25:32.832Z||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-05-20T07:25:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:25:32.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:25:32.833Z||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-05-20T07:25:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:25:42.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:25:42.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:26:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:26:32.832Z||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-05-20T07:26:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:26:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:26:32.833Z||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-05-20T07:26:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:26:42.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:26:42.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:27:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:27:32.832Z||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-05-20T07:27:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:27:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:27:32.833Z||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-05-20T07:27:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:27:42.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:27:42.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:28:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:28:32.832Z||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-05-20T07:28:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:28:32.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:28:32.833Z||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-05-20T07:28:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:28:42.374Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:28:42.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:29:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:29:32.832Z||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-05-20T07:29:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:29:32.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:29:32.833Z||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-05-20T07:29:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:29:42.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:29:42.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:30:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:30:32.832Z||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-05-20T07:30:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:30:32.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:30:32.833Z||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-05-20T07:30:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:30:42.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:30:42.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:31:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:31:32.832Z||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-05-20T07:31:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:31:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:31:32.833Z||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-05-20T07:31:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:31:42.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:31:42.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:32:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:32:32.832Z||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-05-20T07:32:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:32:32.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:32:32.833Z||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-05-20T07:32:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:32:42.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:32:42.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:33:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:33:32.832Z||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-05-20T07:33:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:33:32.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:33:32.833Z||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-05-20T07:33:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:33:42.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:33:42.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:34:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:34:32.832Z||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-05-20T07:34:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:34:32.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:34:32.833Z||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-05-20T07:34:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:34:42.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:34:42.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:35:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:35:32.832Z||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-05-20T07:35:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:35:32.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:35:32.833Z||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-05-20T07:35:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:35:42.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:35:42.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:36:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:36:32.832Z||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-05-20T07:36:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:36:32.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:36:32.833Z||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-05-20T07:36:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:36:42.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:36:42.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:37:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:37:32.832Z||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-05-20T07:37:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:37:32.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:37:32.833Z||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-05-20T07:37:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:37:42.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:37:42.377Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:38:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:38:32.832Z||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-05-20T07:38:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:38:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:38:32.833Z||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-05-20T07:38:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:38:42.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:38:42.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:39:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:39:32.832Z||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-05-20T07:39:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:39:32.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:39:32.833Z||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-05-20T07:39:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:39:42.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:39:42.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:40:32.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:40:32.832Z||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-05-20T07:40:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:40:32.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:40:32.833Z||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-05-20T07:40:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:40:42.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:40:42.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:41:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:41:32.832Z||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-05-20T07:41:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:41:32.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:41:32.834Z||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-05-20T07:41:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:41:42.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:41:42.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:42:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:42:32.832Z||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-05-20T07:42:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:42:32.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:42:32.833Z||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-05-20T07:42:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:42:42.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:42:42.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:43:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:43:32.832Z||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-05-20T07:43:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:43:32.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:43:32.833Z||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-05-20T07:43:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:43:42.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:43:42.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:44:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:44:32.832Z||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-05-20T07:44:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:44:32.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:44:32.833Z||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-05-20T07:44:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:44:42.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:44:42.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:45:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:45:32.832Z||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-05-20T07:45:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:45:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:45:32.833Z||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-05-20T07:45:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:45:42.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:45:42.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:46:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:46:32.832Z||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-05-20T07:46:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:46:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:46:32.833Z||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-05-20T07:46:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:46:42.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:46:42.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:47:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:47:32.832Z||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-05-20T07:47:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:47:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:47:32.833Z||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-05-20T07:47:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:47:42.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:47:42.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:48:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:48:32.832Z||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-05-20T07:48:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:48:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:48:32.833Z||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-05-20T07:48:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:48:42.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:48:42.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:49:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:49:32.832Z||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-05-20T07:49:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:49:32.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:49:32.833Z||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-05-20T07:49:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:49:42.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:49:42.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:50:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:50:32.832Z||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-05-20T07:50:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:50:32.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:50:32.833Z||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-05-20T07:50:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:50:42.375Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:50:42.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:51:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:51:32.832Z||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-05-20T07:51:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:51:32.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:51:32.833Z||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-05-20T07:51:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:51:42.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:51:42.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:52:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:52:32.832Z||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-05-20T07:52:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:52:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:52:32.833Z||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-05-20T07:52:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:52:42.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:52:42.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:53:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:53:32.832Z||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-05-20T07:53:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:53:32.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:53:32.833Z||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-05-20T07:53:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:53:42.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:53:42.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:54:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:54:32.832Z||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-05-20T07:54:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:54:32.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:54:32.833Z||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-05-20T07:54:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:54:42.372Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:54:42.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:32.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:55:32.832Z||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-05-20T07:55:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:55:32.833Z||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-05-20T07:55:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:32.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:33.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497284530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497286059, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497284241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497286646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "cds", "timestamp": 1621497291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497284530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497286059, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOTIFIED" } 2021-05-20T07:55:33.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497284241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOTIFIED" } 2021-05-20T07:55:33.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497286646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOTIFIED" } 2021-05-20T07:55:33.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "cds", "timestamp": 1621497291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497284530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497286059, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497284241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497286646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-20T07:55:33.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "dcae-sch", "timestamp": 1621497293545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "cds", "timestamp": 1621497291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497284530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497286059, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497284241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497286646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "dcae-sch", "timestamp": 1621497293545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "cds", "timestamp": 1621497291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497284530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497286059, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497284241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "ves-openapi-manager", "timestamp": 1621497295454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497286646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-20T07:55:33.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "dcae-sch", "timestamp": 1621497293545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "cds", "timestamp": 1621497291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497295934, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497296234, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497284530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497286059, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "ves-openapi-manager", "timestamp": 1621497295454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497284241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497286646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "dcae-sch", "timestamp": 1621497293545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "cds", "timestamp": 1621497291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497295934, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOTIFIED" } 2021-05-20T07:55:33.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497296234, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497284530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497286059, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497284241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "ves-openapi-manager", "timestamp": 1621497295454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497286646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "dcae-sch", "timestamp": 1621497293545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "cds", "timestamp": 1621497291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497295934, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497296234, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497298265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "ves-openapi-manager", "timestamp": 1621497295454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "dcae-sch", "timestamp": 1621497293545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497299423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497299577, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497295934, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497299617, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497299727, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497296234, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497298265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "ves-openapi-manager", "timestamp": 1621497295454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "dcae-sch", "timestamp": 1621497293545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "cds", "timestamp": 1621497300302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497300429, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497295934, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497296234, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497298265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "ves-openapi-manager", "timestamp": 1621497295454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "cds", "timestamp": 1621497301320, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-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-05-20T07:55:33.351Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdb66795-4e1d-4def-b2cf-1dda0f1cb986 2021-05-20T07:55:33.372Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb66795-4e1d-4def-b2cf-1dda0f1cb986 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-05-20T07:55:33.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "policy-id", "timestamp": 1621497301432, "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-05-20T07:55:33.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdb66795-4e1d-4def-b2cf-1dda0f1cb986 2021-05-20T07:55:33.407Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb66795-4e1d-4def-b2cf-1dda0f1cb986 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-05-20T07:55:33.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497295934, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497301632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497296234, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497298265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497301921, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "ves-openapi-manager", "timestamp": 1621497295454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497302132, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497295934, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497296234, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497298265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497298265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497304717, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.420Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497304816, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497298265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497305059, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497305749, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497305823, "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-05-20T07:55:33.429Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdb66795-4e1d-4def-b2cf-1dda0f1cb986 2021-05-20T07:55:33.429Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb66795-4e1d-4def-b2cf-1dda0f1cb986 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-05-20T07:55:33.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497306074, "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-05-20T07:55:33.445Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdb66795-4e1d-4def-b2cf-1dda0f1cb986 2021-05-20T07:55:33.446Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb66795-4e1d-4def-b2cf-1dda0f1cb986 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-05-20T07:55:33.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497306420, "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-05-20T07:55:33.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:33.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdb66795-4e1d-4def-b2cf-1dda0f1cb986","serviceName":"vFW 2021-05-20 07-52-28","serviceVersion":"1.0","serviceUUID":"e451e533-ff8c-463e-b350-729cf8426743","serviceDescription":"catalog service description","serviceInvariantUUID":"71b3c762-e91c-4cab-be31-cebcfa84f812","resources":[{"resourceInstanceName":"vFW d5271556-4742 0","resourceName":"vFW d5271556-4742","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe8dee95-578c-416a-bb57-0b6056744191","resourceInvariantUUID":"987094ab-2102-436d-b8ff-3d5f0f85afa0","resourceCustomizationUUID":"cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml","artifactChecksum":"NmYzODdhMjgxNjRjZTNmNTA1MTY1Y2RjZGM1M2ExZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"262ea96b-aa61-44a5-adc6-a5729d06053b","artifactVersion":"1"},{"artifactName":"vfwd527155647420_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json","artifactChecksum":"M2Q1MmYzOGNlN2I2YWFkNzk5ZTliY2IwYjQ3OWQ5ZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9051bc55-fccb-4d03-957f-782843a1b547","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57374f5e-f387-431c-9580-2ad40ce2d730","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml","artifactChecksum":"NjM2MWMwMjgzNDBjNTI3YWNkODdiOTY2YjU4YzIwM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d8888053-3f57-462a-ac46-b47aafae1af8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3ce5af29-c240-408c-9809-b1be80bdcdb2","artifactVersion":"2","generatedFromUUID":"57374f5e-f387-431c-9580-2ad40ce2d730"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210520075228-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml","artifactChecksum":"MDQ2OGZjZTg2MTUwZmU4ZWRiNzBmNmZjNWM0Y2JmZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"710ac483-560a-4413-8e69-653e2303ba3e","artifactVersion":"1"},{"artifactName":"service-Vfw20210520075228-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar","artifactChecksum":"ZjkzN2JiNzEzOWMxN2ExNzFkOGQ5MWE1M2ZkYjgwN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a5d30fe-1038-49e3-bec0-8c5f3039d8d8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-20T07:55:33.457Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdb66795-4e1d-4def-b2cf-1dda0f1cb986 2021-05-20T07:55:33.457Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb66795-4e1d-4def-b2cf-1dda0f1cb986 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-05-20T07:55:33.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.463Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:55:33.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497306830, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-windriver-id", "timestamp": 1621497307079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "multicloud-k8s-id", "timestamp": 1621497307424, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497307553, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "cds", "timestamp": 1621497306736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497304531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497307834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497308084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497308428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "cds", "timestamp": 1621497306736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497304531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497307834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOTIFIED" } 2021-05-20T07:55:33.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497308084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOTIFIED" } 2021-05-20T07:55:33.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497308428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOTIFIED" } 2021-05-20T07:55:33.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "cds", "timestamp": 1621497306736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497304531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T07:55:33.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497307834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T07:55:33.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497308084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T07:55:33.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.470Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:33.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497308428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T07:55:33.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "cds", "timestamp": 1621497306736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497304531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497307834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497308084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497308428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "cds", "timestamp": 1621497306736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497304531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497307834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497312590, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497308084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497308428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T07:55:33.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "cds", "timestamp": 1621497306736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497304531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497307834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497313594, "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-05-20T07:55:33.478Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:33.479Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.481Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdb66795-4e1d-4def-b2cf-1dda0f1cb986 2021-05-20T07:55:33.481Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb66795-4e1d-4def-b2cf-1dda0f1cb986 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-05-20T07:55:33.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497308084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497313736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497308428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "cds", "timestamp": 1621497306736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "dcae-sch", "timestamp": 1621497313545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497304531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497307834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497308084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497308428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "dcae-sch", "timestamp": 1621497313545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497315220, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "cds", "timestamp": 1621497315838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497315835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "ves-openapi-manager", "timestamp": 1621497315454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497316135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "dcae-sch", "timestamp": 1621497313545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "clamp", "timestamp": 1621497316225, "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-05-20T07:55:33.552Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdb66795-4e1d-4def-b2cf-1dda0f1cb986 2021-05-20T07:55:33.552Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb66795-4e1d-4def-b2cf-1dda0f1cb986 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-05-20T07:55:33.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497316254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497316538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "cds", "timestamp": 1621497316845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-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-05-20T07:55:33.579Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa16008c-827a-43a1-978c-d02217bc6eb7 2021-05-20T07:55:33.579Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa16008c-827a-43a1-978c-d02217bc6eb7 and ComponentName cds 2021-05-20T07:55:33.579Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2021-05-20T07:55:33.582Z||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-05-20T07:55:33.583Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-20T07:55:33.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497316838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "ves-openapi-manager", "timestamp": 1621497315454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "dcae-sch", "timestamp": 1621497313545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "policy-id", "timestamp": 1621497317841, "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-05-20T07:55:33.592Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:33.593Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:33.597Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa16008c-827a-43a1-978c-d02217bc6eb7 2021-05-20T07:55:33.597Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa16008c-827a-43a1-978c-d02217bc6eb7 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-05-20T07:55:33.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497317931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497317944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "ves-openapi-manager", "timestamp": 1621497315454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497318145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "dcae-sch", "timestamp": 1621497313545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497318232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497319073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "ves-openapi-manager", "timestamp": 1621497315454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497319088, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "dcae-sch", "timestamp": 1621497313545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "aai-ml", "timestamp": 1621497319236, "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-05-20T07:55:33.617Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdb66795-4e1d-4def-b2cf-1dda0f1cb986 2021-05-20T07:55:33.617Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb66795-4e1d-4def-b2cf-1dda0f1cb986 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-05-20T07:55:33.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497319318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:33.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497320076, "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-05-20T07:55:33.632Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa16008c-827a-43a1-978c-d02217bc6eb7 2021-05-20T07:55:33.632Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa16008c-827a-43a1-978c-d02217bc6eb7 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-05-20T07:55:33.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "ves-openapi-manager", "timestamp": 1621497315454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497320094, "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-05-20T07:55:33.646Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa16008c-827a-43a1-978c-d02217bc6eb7 2021-05-20T07:55:33.646Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa16008c-827a-43a1-978c-d02217bc6eb7 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-05-20T07:55:33.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "dcae-sch", "timestamp": 1621497313545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497320350, "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-05-20T07:55:33.659Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa16008c-827a-43a1-978c-d02217bc6eb7 2021-05-20T07:55:33.659Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa16008c-827a-43a1-978c-d02217bc6eb7 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-05-20T07:55:33.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497321080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "ves-openapi-manager", "timestamp": 1621497315454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-windriver-id", "timestamp": 1621497321097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1621497321352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:55:33.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:55:33.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "ves-openapi-manager", "timestamp": 1621497315454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497325933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497326234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497325933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOTIFIED" } 2021-05-20T07:55:33.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497326234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497325933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497326234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497328265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497325933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497326234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497328265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497325933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497326234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497328265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497325933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497326234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497328265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:55:33.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497325933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:33.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:55:34.504Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:55:34.505Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:34.506Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:34.507Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOTIFIED" } 2021-05-20T07:55:34.607Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:34.608Z||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-05-20T07:55:34.608Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:34.623Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:34.624Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:35.508Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:55:35.509Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:35.511Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:35.512Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-20T07:55:35.612Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:35.613Z||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-05-20T07:55:35.613Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:35.625Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:35.626Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:36.513Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:55:36.514Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:36.517Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:36.517Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:36.617Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-20T07:55:36.618Z||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-05-20T07:55:36.619Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:36.628Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:36.629Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:37.518Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:55:37.519Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:37.521Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:37.521Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-20T07:55:37.622Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:37.623Z||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-05-20T07:55:37.623Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:37.636Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:37.637Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:38.522Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:55:38.523Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:38.526Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:38.526Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:55:38.626Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:38.627Z||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-05-20T07:55:38.627Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:38.638Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:38.639Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:39.527Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:55:39.528Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:39.530Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:39.530Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:55:39.630Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:39.631Z||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-05-20T07:55:39.631Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:39.641Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:39.641Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:40.532Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "serviceName": "vFW 2021-05-20 07-52-28", "serviceVersion": "1.0", "serviceUUID": "e451e533-ff8c-463e-b350-729cf8426743", "serviceDescription": "catalog service description", "serviceInvariantUUID": "71b3c762-e91c-4cab-be31-cebcfa84f812", "resources": [ { "resourceInstanceName": "vFW d5271556-4742 0", "resourceCustomizationUUID": "cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49", "resourceName": "vFW d5271556-4742", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fe8dee95-578c-416a-bb57-0b6056744191", "resourceInvariantUUID": "987094ab-2102-436d-b8ff-3d5f0f85afa0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd527155647420_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "artifactChecksum": "M2Q1MmYzOGNlN2I2YWFkNzk5ZTliY2IwYjQ3OWQ5ZTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9051bc55-fccb-4d03-957f-782843a1b547", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "57374f5e-f387-431c-9580-2ad40ce2d730", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3ce5af29-c240-408c-9809-b1be80bdcdb2", "generatedFromUUID": "57374f5e-f387-431c-9580-2ad40ce2d730" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3ce5af29-c240-408c-9809-b1be80bdcdb2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210520075228-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "artifactChecksum": "ZjkzN2JiNzEzOWMxN2ExNzFkOGQ5MWE1M2ZkYjgwN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3a5d30fe-1038-49e3-bec0-8c5f3039d8d8" } ], "workloadContext": "Production" } 2021-05-20T07:55:40.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-20T07:55:40.533Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e451e533-ff8c-463e-b350-729cf8426743 ASDC 2021-05-20T07:55:40.671Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:bdb66795-4e1d-4def-b2cf-1dda0f1cb986 ServiceName:vFW 2021-05-20 07-52-28 ServiceVersion:1.0 ServiceUUID:e451e533-ff8c-463e-b350-729cf8426743 ServiceInvariantUUID:71b3c762-e91c-4cab-be31-cebcfa84f812 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210520075228-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar ArtifactUUID:3a5d30fe-1038-49e3-bec0-8c5f3039d8d8 ArtifactChecksum:ZjkzN2JiNzEzOWMxN2ExNzFkOGQ5MWE1M2ZkYjgwN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d5271556-4742 0 ResourceCustomizationUUID:cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49 ResourceInvariantUUID:987094ab-2102-436d-b8ff-3d5f0f85afa0 ResourceName:vFW d5271556-4742 ResourceType:VF ResourceUUID:fe8dee95-578c-416a-bb57-0b6056744191 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd527155647420_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json ArtifactUUID:9051bc55-fccb-4d03-957f-782843a1b547 ArtifactChecksum:M2Q1MmYzOGNlN2I2YWFkNzk5ZTliY2IwYjQ3OWQ5ZTE= 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/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml ArtifactUUID:57374f5e-f387-431c-9580-2ad40ce2d730 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/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env ArtifactUUID:3ce5af29-c240-408c-9809-b1be80bdcdb2 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/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env ArtifactUUID:3ce5af29-c240-408c-9809-b1be80bdcdb2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-20T07:55:40.671Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e451e533-ff8c-463e-b350-729cf8426743 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-05-20T07:55:40.746Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T07:55:40.747Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T07:55:40.748Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T07:55:40.749Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a5d30fe-1038-49e3-bec0-8c5f3039d8d8 from URL: /sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:40.749Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T07:55:40.750Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:42.421Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T07:55:42.439Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar 3a5d30fe-1038-49e3-bec0-8c5f3039d8d8 110110 2021-05-20T07:55:42.441Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar ASDC sendASDCNotification 2021-05-20T07:55:42.441Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:42.442Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T07:55:42.443Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:42.445Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:42.446Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497342440, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:42.546Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:42.547Z||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-05-20T07:55:42.548Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:42.558Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:42.558Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:43.446Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T07:55:43.448Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T07:55:43.448Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3a5d30fe-1038-49e3-bec0-8c5f3039d8d8, URL: /sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar to file: /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:43.449Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210520075228-csar.csar 2021-05-20T07:55:43.599Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:43.600Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:44.284Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1947074130699012222/Definitions/service-Vfw20210520075228-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_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_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-05-20T07:55:46.946Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-20T07:55:46.951Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T07:55:46.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-20T07:55:46.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||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-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||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-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.953Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.953Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||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-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.953Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.953Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.953Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5271556-4742 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.953Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.954Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.954Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.954Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5271556-4742 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-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.954Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:46.954Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T07:55:46.962Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.964Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:46.968Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:46.968Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T07:55:46.969Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T07:55:46.972Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.972Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:46.972Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:46.973Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T07:55:46.973Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T07:55:46.973Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.974Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:46.978Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.979Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is not matching search criteria 2021-05-20T07:55:46.979Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-20T07:55:46.979Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-20T07:55:46.980Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-20T07:55:46.980Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:46.980Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.980Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-20T07:55:46.981Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.981Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-20T07:55:46.981Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-20T07:55:46.981Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.982Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:46.982Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-20T07:55:46.982Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:46.982Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-20T07:55:46.982Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.982Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-20T07:55:46.982Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.983Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T07:55:46.984Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.984Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:46.984Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:55:46.984Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.984Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:46.985Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:55:46.985Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.985Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:46.985Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:55:46.985Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.986Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is not matching search criteria 2021-05-20T07:55:46.986Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-20T07:55:46.986Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-20T07:55:46.986Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-20T07:55:46.986Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-20T07:55:46.986Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-20T07:55:46.986Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.986Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:46.987Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-20T07:55:46.987Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:46.987Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-20T07:55:46.987Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.987Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5b96ddf3-f664-4d58-b6c1-0a5ab4281441 2021-05-20T07:55:46.987Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.987Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is not matching search criteria 2021-05-20T07:55:46.987Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-20T07:55:46.988Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-20T07:55:46.988Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-20T07:55:46.988Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:46.988Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.988Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-20T07:55:46.988Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.988Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-20T07:55:46.988Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-20T07:55:46.989Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:46.989Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-20T07:55:46.989Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.989Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8df36a4a-48ad-4905-97d4-2651d74f7945 2021-05-20T07:55:46.989Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.989Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is not matching search criteria 2021-05-20T07:55:46.990Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-20T07:55:46.990Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-20T07:55:46.990Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-20T07:55:46.990Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:46.990Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.990Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-20T07:55:46.990Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.990Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-20T07:55:46.990Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-20T07:55:46.991Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:46.991Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:46.991Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-20T07:55:46.991Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=41a930cf-3534-4865-8eb8-c392a25d644b 2021-05-20T07:55:46.991Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.991Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:46.991Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.991Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:46.992Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.992Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:46.992Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:46.992Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:46.992Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-20 07-52-28 Description:catalog service description Model UUID:e451e533-ff8c-463e-b350-729cf8426743 Model Version:NULL Model InvariantUuid:71b3c762-e91c-4cab-be31-cebcfa84f812 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d5271556-4742 Model UUID:d35fe333-bba6-4c0c-a5bd-bf5a7a1c7dfe Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:987094ab-2102-436d-b8ff-3d5f0f85afa0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:758e987c-99ba-4dc3-9b9d-751a9712aa72 ModelName:VfwD52715564742..base_vfw..module-0 ModelUuid:1dca1e4b-7df2-4d52-8458-38e4648d3818 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5b96ddf3-f664-4d58-b6c1-0a5ab4281441 ModelInvariantUuid:595e30a5-2e96-4345-a6dd-a62fcd26937e ModelName:vFW d5271556-4742-nodes.vfwCvfc ModelUuid:942dd04b-8826-40b4-8795-fbf2fd8cc843 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4946b5c5-cf48-425a-88c2-1a48a6975f8a ModelInvariantUuid:42ca918b-455d-48e8-8874-8db3ab0219f0 ModelName:VfwD52715564742.compute.nodes.heat.vfw ModelUuid:037f27b0-0a6b-4a9e-a2ff-51940e96a871 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8df36a4a-48ad-4905-97d4-2651d74f7945 ModelInvariantUuid:e7603c6f-31b8-43eb-b507-83d28f53fb1c ModelName:vFW d5271556-4742-nodes.vsnCvfc ModelUuid:6bbb0816-1174-41a2-96c4-5fa032553a1f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:214f1433-55e5-48ff-b290-ea8b6915fccf ModelInvariantUuid:e7564eae-7efe-4a86-a585-bef85ab931e7 ModelName:VfwD52715564742.compute.nodes.heat.vsn ModelUuid:bc8cec2d-0b8c-48cb-9a03-89d03468e455 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:41a930cf-3534-4865-8eb8-c392a25d644b ModelInvariantUuid:2409514e-5e93-4cdd-abdb-360c8b7ac18c ModelName:vFW d5271556-4742-nodes.vpgCvfc ModelUuid:4863ed4e-0825-4c39-9cdb-4096f5f27e2a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c286e785-b043-4fc4-839a-3717c3dbb8cb ModelInvariantUuid:1f0f73a0-4324-4890-ac34-552c7f0bb2ee ModelName:VfwD52715564742.compute.nodes.heat.vpg ModelUuid:f1f63100-9d56-47c5-a90b-a33a0e2bddc5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-20T07:55:47.015Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe8dee95-578c-416a-bb57-0b6056744191 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T07:55:47.097Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||vFW d5271556-4742 0 2021-05-20T07:55:47.103Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe8dee95-578c-416a-bb57-0b6056744191 2021-05-20T07:55:47.103Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9051bc55-fccb-4d03-957f-782843a1b547 from URL: /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json 2021-05-20T07:55:47.104Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T07:55:47.104Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json 2021-05-20T07:55:48.622Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T07:55:48.623Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json 9051bc55-fccb-4d03-957f-782843a1b547 785 2021-05-20T07:55:48.623Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json ASDC sendASDCNotification 2021-05-20T07:55:48.623Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json 2021-05-20T07:55:48.623Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T07:55:48.623Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:48.626Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:48.626Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497348623, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:48.726Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:48.727Z||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-05-20T07:55:48.727Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:48.738Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:48.739Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:49.627Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD52715564742..base_vfw..module-0", "vfModuleModelInvariantUUID": "758e987c-99ba-4dc3-9b9d-751a9712aa72", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1dca1e4b-7df2-4d52-8458-38e4648d3818", "vfModuleModelCustomizationUUID": "c5f0f603-6463-4b8b-b171-1ac3c5cff95b", "isBase": true, "artifacts": [ "57374f5e-f387-431c-9580-2ad40ce2d730", "3ce5af29-c240-408c-9809-b1be80bdcdb2" ], "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-05-20T07:55:49.650Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD52715564742..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1dca1e4b-7df2-4d52-8458-38e4648d3818 VfModuleModelInvariantUUID:758e987c-99ba-4dc3-9b9d-751a9712aa72 VfModuleModelDescription:NULL Artifacts UUID List:{ 57374f5e-f387-431c-9580-2ad40ce2d730 , 3ce5af29-c240-408c-9809-b1be80bdcdb2 } 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-05-20T07:55:49.652Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD52715564742..base_vfw..module-0", "vfModuleModelInvariantUUID": "758e987c-99ba-4dc3-9b9d-751a9712aa72", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1dca1e4b-7df2-4d52-8458-38e4648d3818", "vfModuleModelCustomizationUUID": "c5f0f603-6463-4b8b-b171-1ac3c5cff95b", "isBase": true, "artifacts": [ "57374f5e-f387-431c-9580-2ad40ce2d730", "3ce5af29-c240-408c-9809-b1be80bdcdb2" ], "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-05-20T07:55:49.653Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD52715564742..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1dca1e4b-7df2-4d52-8458-38e4648d3818 VfModuleModelInvariantUUID:758e987c-99ba-4dc3-9b9d-751a9712aa72 VfModuleModelDescription:NULL Artifacts UUID List:{ 57374f5e-f387-431c-9580-2ad40ce2d730 , 3ce5af29-c240-408c-9809-b1be80bdcdb2 } 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-05-20T07:55:49.653Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57374f5e-f387-431c-9580-2ad40ce2d730 from URL: /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml 2021-05-20T07:55:49.653Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T07:55:49.653Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml 2021-05-20T07:55:50.421Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T07:55:50.422Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml 57374f5e-f387-431c-9580-2ad40ce2d730 20368 2021-05-20T07:55:50.423Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-20T07:55:50.423Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml 2021-05-20T07:55:50.423Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T07:55:50.423Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:50.426Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:50.426Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497350423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:50.526Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:50.526Z||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-05-20T07:55:50.527Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:50.539Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:50.540Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-20T07:55:51.427Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ce5af29-c240-408c-9809-b1be80bdcdb2 from URL: /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env 2021-05-20T07:55:51.427Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T07:55:51.427Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env 2021-05-20T07:55:51.867Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T07:55:51.868Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env 3ce5af29-c240-408c-9809-b1be80bdcdb2 2098 2021-05-20T07:55:51.868Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-20T07:55:51.868Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env 2021-05-20T07:55:51.868Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T07:55:51.869Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:51.872Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:51.872Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497351868, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:55:51.972Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:51.973Z||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-05-20T07:55:51.973Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:51.982Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:51.983Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:52.873Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e451e533-ff8c-463e-b350-729cf8426743 2021-05-20T07:55:52.873Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5271556-4742 0 fe8dee95-578c-416a-bb57-0b6056744191 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T07:55:52.912Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.912Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:52.912Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-05-20T07:55:52.912Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49 2021-05-20T07:55:52.913Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49 matches Tosca VF Customization UUID: cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49 2021-05-20T07:55:52.913Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-20T07:55:52.918Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.918Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:52.920Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49: {\"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-05-20T07:55:52.920Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@388d9d2f 2021-05-20T07:55:52.920Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.920Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T07:55:52.921Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c5f0f603-6463-4b8b-b171-1ac3c5cff95b 2021-05-20T07:55:52.922Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c5f0f603-6463-4b8b-b171-1ac3c5cff95b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-20T07:55:52.927Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.927Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:52.927Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:55:52.928Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.928Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:52.928Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:55:52.928Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.928Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is not matching search criteria 2021-05-20T07:55:52.929Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-20T07:55:52.929Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-20T07:55:52.929Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-20T07:55:52.929Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-20T07:55:52.929Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-20T07:55:52.929Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:52.929Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:52.930Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-20T07:55:52.930Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:52.930Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-20T07:55:52.930Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:52.930Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5b96ddf3-f664-4d58-b6c1-0a5ab4281441 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-20T07:55:52.940Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.941Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:52.941Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:55:52.941Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.941Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is not matching search criteria 2021-05-20T07:55:52.941Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-20T07:55:52.941Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-20T07:55:52.942Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-20T07:55:52.942Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:52.942Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:52.942Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-20T07:55:52.942Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:52.942Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-20T07:55:52.942Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-20T07:55:52.943Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:52.943Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-20T07:55:52.943Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:52.943Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8df36a4a-48ad-4905-97d4-2651d74f7945 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-20T07:55:52.945Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.945Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:52.946Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:55:52.948Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.948Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is not matching search criteria 2021-05-20T07:55:52.948Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-20T07:55:52.948Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-20T07:55:52.948Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-20T07:55:52.949Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:52.949Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:52.949Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-20T07:55:52.949Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-20T07:55:52.949Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-20T07:55:52.949Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-20T07:55:52.949Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-20T07:55:52.949Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-20T07:55:52.950Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-20T07:55:52.950Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=41a930cf-3534-4865-8eb8-c392a25d644b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-20T07:55:52.951Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:52.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:55:52.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Node template vFW d5271556-4742 0 is matching search criteria 2021-05-20T07:55:52.952Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d5271556-4742 0] matching following query criteria: sdcType=VF, customizationUUID=cd5a1b7c-c4b7-4429-b389-a29a2c1d6c49 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T07:55:52.954Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.954Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:52.954Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e451e533-ff8c-463e-b350-729cf8426743: vFW d5271556-4742 2021-05-20T07:55:52.955Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.955Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:52.955Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.955Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:52.955Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.955Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:52.955Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.956Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:52.956Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:55:52.956Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-20 07-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:55:52.956Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-05-20 07-52-28 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-20T07:55:53.255Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5271556-4742 fe8dee95-578c-416a-bb57-0b6056744191 1 ASDC deployResourceStructure 2021-05-20T07:55:53.256Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json ASDC sendASDCNotification 2021-05-20T07:55:53.256Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json 2021-05-20T07:55:53.257Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T07:55:53.257Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:53.260Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:53.260Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497353256, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:55:53.360Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:53.361Z||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-05-20T07:55:53.361Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:53.372Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:53.372Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:54.261Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-20T07:55:54.261Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml 2021-05-20T07:55:54.261Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T07:55:54.262Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:54.263Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:54.263Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497354261, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-20T07:55:54.363Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:54.364Z||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-05-20T07:55:54.365Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:54.376Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:54.376Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:55.264Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-20T07:55:55.265Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env 2021-05-20T07:55:55.265Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T07:55:55.266Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:55.267Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:55.268Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497355264, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-20T07:55:55.368Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:55.369Z||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-05-20T07:55:55.369Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:55.379Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:55.380Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:56.269Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar ASDC sendASDCNotification 2021-05-20T07:55:56.269Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar 2021-05-20T07:55:56.269Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T07:55:56.269Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:55:56.271Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:55:56.271Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497356269, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:55:56.371Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:55:56.372Z||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-05-20T07:55:56.372Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:55:56.382Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:55:56.383Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:55:57.272Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdb66795-4e1d-4def-b2cf-1dda0f1cb986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T07:55:57.291Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdb66795-4e1d-4def-b2cf-1dda0f1cb986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:55:57.294Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:55:57.295Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-20T07:55:57.300Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-20T07:56:27.300Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdb66795-4e1d-4def-b2cf-1dda0f1cb986 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-05-20T07:56:27.308Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdb66795-4e1d-4def-b2cf-1dda0f1cb986 and serviceModelVersionId: e451e533-ff8c-463e-b350-729cf8426743 2021-05-20T07:56:27.308Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71b3c762-e91c-4cab-be31-cebcfa84f812 2021-05-20T07:56:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:56:32.834Z||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-05-20T07:56:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:32.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:32.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T07:56:32.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497326234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:56:32.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-20T07:56:40.064Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71b3c762-e91c-4cab-be31-cebcfa84f812/model-vers/model-ver/e451e533-ff8c-463e-b350-729cf8426743?depth=0 2021-05-20T07:56:40.175Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-05-20T07:56:40.871Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71b3c762-e91c-4cab-be31-cebcfa84f812/model-vers/model-ver/e451e533-ff8c-463e-b350-729cf8426743?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-05-20T07:56:40.875Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71b3c762-e91c-4cab-be31-cebcfa84f812/model-vers/model-ver/e451e533-ff8c-463e-b350-729cf8426743?depth=0|INFO|500||Invoke 2021-05-20T07:56:41.014Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71b3c762-e91c-4cab-be31-cebcfa84f812/model-vers/model-ver/e451e533-ff8c-463e-b350-729cf8426743?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-20T07:56:41.367Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71b3c762-e91c-4cab-be31-cebcfa84f812/model-vers/model-ver/e451e533-ff8c-463e-b350-729cf8426743?depth=0|INFO|500||InvokeReturn 2021-05-20T07:56:41.368Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71b3c762-e91c-4cab-be31-cebcfa84f812/model-vers/model-ver/e451e533-ff8c-463e-b350-729cf8426743?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210520-07:56:41:020-53364], vertex-id=[204920], Content-Length=[0], Date=[Thu, 20 May 2021 07:56:41 GMT], Content-Type=[application/json]} 2021-05-20T07:56:41.368Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-05-20T07:56:41.371Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-20T07:56:41.372Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T07:56:41.378Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-20T07:56:41.385Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdb66795-4e1d-4def-b2cf-1dda0f1cb986 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-20T07:56:41.386Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-20T07:56:41.386Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:41.388Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:41.388Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497401385, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T07:56:41.488Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:41.489Z||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-05-20T07:56:41.490Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:41.499Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:41.500Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-20T07:56:42.409Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-20T07:56:42.410Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa16008c-827a-43a1-978c-d02217bc6eb7","serviceName":"basic_onboard_aqaeDn","serviceVersion":"1.0","serviceUUID":"6356ef05-ecb0-40ce-a277-f31203fb79c8","serviceDescription":"service","serviceInvariantUUID":"2025bb12-befe-46e8-add2-4ddd398b1ab6","resources":[{"resourceInstanceName":"basic_onboard_aqaeDn 0","resourceName":"basic_onboard_aqaeDn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45f21488-fd23-4ff5-a1c5-e33ef1ba0e75","resourceInvariantUUID":"dca83162-531d-4374-a877-3e9ab1fcb6d5","resourceCustomizationUUID":"da1946e9-8877-466d-993e-4a16df6c2877","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml","artifactChecksum":"ODRjMmU5NTEzN2ZlODFhY2JmYTJlNDhjNjI0YzU3ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"892b46d6-cbeb-484c-9529-7abc75f08bdf","artifactVersion":"1"},{"artifactName":"basic_onboard_aqaedn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json","artifactChecksum":"MGQ2MmZmNTQxNjMxYjc3NWNmY2U2YjU5YWYxODVjYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f2ee848-f697-4fc9-8c1f-8e78a2669cfb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"71a99513-dd3b-4b19-9eee-8524c7ba2aac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46f963db-f55e-44ce-960b-61e7ef155583","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b67a3ad5-003f-4709-aa15-a3c82e3e3be9","artifactVersion":"2","generatedFromUUID":"71a99513-dd3b-4b19-9eee-8524c7ba2aac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAqaedn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml","artifactChecksum":"NWY2NWI0ZDdmNGRjOGUzZjY4NmMzYjM2NzdkMDgxYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50270e32-8108-421a-ac80-351e0d842915","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAqaedn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar","artifactChecksum":"NjRmNWNmZDY0OTdiMjFjNTE3ZmVlYjgwYTMzZjAyMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19742ed8-d242-4251-bb91-03080c5c5552","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-20T07:56:42.410Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:56:42.411Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:42.413Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:42.413Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:56:42.513Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:42.514Z||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-05-20T07:56:42.514Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:42.523Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:42.524Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:43.414Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:56:43.415Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:43.417Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:43.417Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOTIFIED" } 2021-05-20T07:56:43.518Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-20T07:56:43.518Z||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-05-20T07:56:43.519Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:43.528Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:43.529Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:44.418Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:56:44.419Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:44.420Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:44.420Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T07:56:44.521Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:44.521Z||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-05-20T07:56:44.522Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:44.533Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:44.534Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:45.421Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:56:45.422Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:45.424Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:45.424Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:56:45.524Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:45.525Z||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-05-20T07:56:45.526Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:45.536Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:45.536Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:46.424Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:56:46.425Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:46.427Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:46.427Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T07:56:46.527Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:46.528Z||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-05-20T07:56:46.529Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:46.539Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:46.540Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:47.428Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:56:47.428Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:47.430Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:47.431Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:56:47.531Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:47.532Z||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-05-20T07:56:47.532Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:47.542Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:47.542Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:48.432Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T07:56:48.433Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:48.434Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:48.434Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:56:48.535Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:48.537Z||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-05-20T07:56:48.537Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:48.547Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:48.547Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-20T07:56:49.436Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "serviceName": "basic_onboard_aqaeDn", "serviceVersion": "1.0", "serviceUUID": "6356ef05-ecb0-40ce-a277-f31203fb79c8", "serviceDescription": "service", "serviceInvariantUUID": "2025bb12-befe-46e8-add2-4ddd398b1ab6", "resources": [ { "resourceInstanceName": "basic_onboard_aqaeDn 0", "resourceCustomizationUUID": "da1946e9-8877-466d-993e-4a16df6c2877", "resourceName": "basic_onboard_aqaeDn", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "45f21488-fd23-4ff5-a1c5-e33ef1ba0e75", "resourceInvariantUUID": "dca83162-531d-4374-a877-3e9ab1fcb6d5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_aqaedn0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "artifactChecksum": "MGQ2MmZmNTQxNjMxYjc3NWNmY2U2YjU5YWYxODVjYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f2ee848-f697-4fc9-8c1f-8e78a2669cfb", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "71a99513-dd3b-4b19-9eee-8524c7ba2aac", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b67a3ad5-003f-4709-aa15-a3c82e3e3be9", "generatedFromUUID": "71a99513-dd3b-4b19-9eee-8524c7ba2aac" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b67a3ad5-003f-4709-aa15-a3c82e3e3be9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAqaedn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "artifactChecksum": "NjRmNWNmZDY0OTdiMjFjNTE3ZmVlYjgwYTMzZjAyMDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "19742ed8-d242-4251-bb91-03080c5c5552" } ], "workloadContext": "Production" } 2021-05-20T07:56:49.437Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-20T07:56:49.437Z|bdb66795-4e1d-4def-b2cf-1dda0f1cb986|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6356ef05-ecb0-40ce-a277-f31203fb79c8 ASDC 2021-05-20T07:56:49.437Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:aa16008c-827a-43a1-978c-d02217bc6eb7 ServiceName:basic_onboard_aqaeDn ServiceVersion:1.0 ServiceUUID:6356ef05-ecb0-40ce-a277-f31203fb79c8 ServiceInvariantUUID:2025bb12-befe-46e8-add2-4ddd398b1ab6 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAqaedn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar ArtifactUUID:19742ed8-d242-4251-bb91-03080c5c5552 ArtifactChecksum:NjRmNWNmZDY0OTdiMjFjNTE3ZmVlYjgwYTMzZjAyMDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_aqaeDn 0 ResourceCustomizationUUID:da1946e9-8877-466d-993e-4a16df6c2877 ResourceInvariantUUID:dca83162-531d-4374-a877-3e9ab1fcb6d5 ResourceName:basic_onboard_aqaeDn ResourceType:VF ResourceUUID:45f21488-fd23-4ff5-a1c5-e33ef1ba0e75 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_aqaedn0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json ArtifactUUID:1f2ee848-f697-4fc9-8c1f-8e78a2669cfb ArtifactChecksum:MGQ2MmZmNTQxNjMxYjc3NWNmY2U2YjU5YWYxODVjYTA= 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/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml ArtifactUUID:71a99513-dd3b-4b19-9eee-8524c7ba2aac 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/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env ArtifactUUID:b67a3ad5-003f-4709-aa15-a3c82e3e3be9 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/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env ArtifactUUID:b67a3ad5-003f-4709-aa15-a3c82e3e3be9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-20T07:56:49.437Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6356ef05-ecb0-40ce-a277-f31203fb79c8 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-05-20T07:56:49.473Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T07:56:49.473Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T07:56:49.473Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T07:56:49.473Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 19742ed8-d242-4251-bb91-03080c5c5552 from URL: /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:49.474Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T07:56:49.474Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:50.235Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T07:56:50.238Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar 19742ed8-d242-4251-bb91-03080c5c5552 74811 2021-05-20T07:56:50.239Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar ASDC sendASDCNotification 2021-05-20T07:56:50.239Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:50.239Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T07:56:50.239Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:50.241Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:50.241Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497410239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:56:50.341Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:50.342Z||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-05-20T07:56:50.342Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:50.353Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:50.354Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-20T07:56:51.241Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T07:56:51.242Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T07:56:51.243Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 19742ed8-d242-4251-bb91-03080c5c5552, URL: /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar to file: /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:51.243Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:51.243Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:51.244Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:51.385Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3874279954694546543/Definitions/service-BasicOnboardAqaedn-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-05-20T07:56:52.685Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-20T07:56:52.685Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aqaeDn 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-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aqaeDn 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.686Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.687Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.687Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:52.687Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T07:56:52.687Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.687Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:52.687Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is matching search criteria 2021-05-20T07:56:52.687Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T07:56:52.688Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aqaeDn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T07:56:52.688Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.688Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:52.688Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is matching search criteria 2021-05-20T07:56:52.688Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T07:56:52.688Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aqaeDn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T07:56:52.689Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.689Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:52.689Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.689Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is not matching search criteria 2021-05-20T07:56:52.689Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-20T07:56:52.689Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-20T07:56:52.689Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-20T07:56:52.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-20T07:56:52.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-20T07:56:52.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T07:56:52.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is matching search criteria 2021-05-20T07:56:52.700Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aqaeDn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:56:52.700Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.700Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is matching search criteria 2021-05-20T07:56:52.700Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aqaeDn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:56:52.701Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.701Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is matching search criteria 2021-05-20T07:56:52.701Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aqaeDn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:56:52.701Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.701Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is not matching search criteria 2021-05-20T07:56:52.701Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-20T07:56:52.702Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-20T07:56:52.702Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d531dc41-6993-4374-8da2-77084f674020 2021-05-20T07:56:52.702Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.702Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:52.702Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.702Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:52.702Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.703Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:52.703Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:52.703Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:52.703Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_aqaeDn Description:service Model UUID:6356ef05-ecb0-40ce-a277-f31203fb79c8 Model Version:NULL Model InvariantUuid:2025bb12-befe-46e8-add2-4ddd398b1ab6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_aqaeDn Model UUID:d1134e98-0c9d-4ad1-a3eb-99565cdd5a20 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dca83162-531d-4374-a877-3e9ab1fcb6d5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:da1946e9-8877-466d-993e-4a16df6c2877 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6fec165e-bc71-45f1-a4e8-55b074491cda ModelName:BasicOnboardAqaedn..base_ubuntu18..module-0 ModelUuid:698e640a-48a2-4ea6-94c3-c6a6aaa60bdc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d531dc41-6993-4374-8da2-77084f674020 ModelInvariantUuid:487e92d4-ecfb-4a97-8c32-c172deeec4a0 ModelName:basic_onboard_aqaeDn-nodes.ubuntu18Cvfc ModelUuid:e67dae91-7ec4-4199-b2ba-722578520a53 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:0e5dc041-e062-4830-8ebd-cd21d7dab5b7 ModelInvariantUuid:b7e9a9d1-9171-426c-85fa-d32f20ac4b2e ModelName:BasicOnboardAqaedn.compute.nodes.heat.ubuntu18 ModelUuid:5ada8e96-09cb-4028-b06a-940ab5c456b0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-20T07:56:52.708Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 45f21488-fd23-4ff5-a1c5-e33ef1ba0e75 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T07:56:52.711Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||basic_onboard_aqaeDn 0 2021-05-20T07:56:52.711Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45f21488-fd23-4ff5-a1c5-e33ef1ba0e75 2021-05-20T07:56:52.711Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f2ee848-f697-4fc9-8c1f-8e78a2669cfb from URL: /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json 2021-05-20T07:56:52.711Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T07:56:52.711Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json 2021-05-20T07:56:52.960Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T07:56:52.961Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json 1f2ee848-f697-4fc9-8c1f-8e78a2669cfb 798 2021-05-20T07:56:52.961Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json ASDC sendASDCNotification 2021-05-20T07:56:52.961Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json 2021-05-20T07:56:52.962Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T07:56:52.962Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:52.964Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:52.964Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497412961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:56:53.064Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:53.065Z||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-05-20T07:56:53.065Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:53.075Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:53.076Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:53.965Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAqaedn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6fec165e-bc71-45f1-a4e8-55b074491cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "698e640a-48a2-4ea6-94c3-c6a6aaa60bdc", "vfModuleModelCustomizationUUID": "194576f2-ceb7-4c26-9689-707241e23290", "isBase": true, "artifacts": [ "71a99513-dd3b-4b19-9eee-8524c7ba2aac", "b67a3ad5-003f-4709-aa15-a3c82e3e3be9" ], "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-05-20T07:56:53.968Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAqaedn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:698e640a-48a2-4ea6-94c3-c6a6aaa60bdc VfModuleModelInvariantUUID:6fec165e-bc71-45f1-a4e8-55b074491cda VfModuleModelDescription:NULL Artifacts UUID List:{ 71a99513-dd3b-4b19-9eee-8524c7ba2aac , b67a3ad5-003f-4709-aa15-a3c82e3e3be9 } 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-05-20T07:56:53.970Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAqaedn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6fec165e-bc71-45f1-a4e8-55b074491cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "698e640a-48a2-4ea6-94c3-c6a6aaa60bdc", "vfModuleModelCustomizationUUID": "194576f2-ceb7-4c26-9689-707241e23290", "isBase": true, "artifacts": [ "71a99513-dd3b-4b19-9eee-8524c7ba2aac", "b67a3ad5-003f-4709-aa15-a3c82e3e3be9" ], "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-05-20T07:56:53.971Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAqaedn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:698e640a-48a2-4ea6-94c3-c6a6aaa60bdc VfModuleModelInvariantUUID:6fec165e-bc71-45f1-a4e8-55b074491cda VfModuleModelDescription:NULL Artifacts UUID List:{ 71a99513-dd3b-4b19-9eee-8524c7ba2aac , b67a3ad5-003f-4709-aa15-a3c82e3e3be9 } 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-05-20T07:56:53.971Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 71a99513-dd3b-4b19-9eee-8524c7ba2aac from URL: /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml 2021-05-20T07:56:53.971Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T07:56:53.971Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml 2021-05-20T07:56:54.125Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T07:56:54.126Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml 71a99513-dd3b-4b19-9eee-8524c7ba2aac 5033 2021-05-20T07:56:54.126Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-20T07:56:54.126Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml 2021-05-20T07:56:54.126Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T07:56:54.127Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:54.128Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:54.129Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497414126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:56:54.229Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:54.229Z||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-05-20T07:56:54.230Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:54.239Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:54.240Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:55.129Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b67a3ad5-003f-4709-aa15-a3c82e3e3be9 from URL: /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env 2021-05-20T07:56:55.130Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T07:56:55.130Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env 2021-05-20T07:56:55.545Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T07:56:55.545Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env b67a3ad5-003f-4709-aa15-a3c82e3e3be9 909 2021-05-20T07:56:55.545Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-20T07:56:55.546Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env 2021-05-20T07:56:55.546Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T07:56:55.546Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:55.548Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:55.548Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497415545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:56:55.648Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:55.649Z||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-05-20T07:56:55.649Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:55.658Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:55.659Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:56.548Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6356ef05-ecb0-40ce-a277-f31203fb79c8 2021-05-20T07:56:56.549Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aqaeDn 0 45f21488-fd23-4ff5-a1c5-e33ef1ba0e75 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T07:56:56.562Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.562Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:56.563Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-05-20T07:56:56.563Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= da1946e9-8877-466d-993e-4a16df6c2877 2021-05-20T07:56:56.563Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da1946e9-8877-466d-993e-4a16df6c2877 matches Tosca VF Customization UUID: da1946e9-8877-466d-993e-4a16df6c2877 2021-05-20T07:56:56.563Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: da1946e9-8877-466d-993e-4a16df6c2877 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-20T07:56:56.565Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.566Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:56.566Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id da1946e9-8877-466d-993e-4a16df6c2877: {\"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-05-20T07:56:56.567Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f54d7a4 2021-05-20T07:56:56.567Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.567Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T07:56:56.567Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 194576f2-ceb7-4c26-9689-707241e23290 2021-05-20T07:56:56.567Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 194576f2-ceb7-4c26-9689-707241e23290 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-20T07:56:56.569Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.570Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is matching search criteria 2021-05-20T07:56:56.570Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aqaeDn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:56:56.570Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.570Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is matching search criteria 2021-05-20T07:56:56.571Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aqaeDn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:56:56.571Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.571Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is not matching search criteria 2021-05-20T07:56:56.571Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-20T07:56:56.571Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-20T07:56:56.572Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d531dc41-6993-4374-8da2-77084f674020 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-20T07:56:56.574Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.574Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is matching search criteria 2021-05-20T07:56:56.574Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aqaeDn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T07:56:56.574Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.575Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aqaeDn 0 is matching search criteria 2021-05-20T07:56:56.575Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aqaeDn 0] matching following query criteria: sdcType=VF, customizationUUID=da1946e9-8877-466d-993e-4a16df6c2877 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T07:56:56.576Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.576Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:56.577Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6356ef05-ecb0-40ce-a277-f31203fb79c8: basic_onboard_aqaeDn 2021-05-20T07:56:56.577Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.577Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:56.577Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.577Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:56.577Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.578Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:56.578Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.578Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:56.578Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T07:56:56.578Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aqaeDn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T07:56:56.578Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_aqaeDn Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-20T07:56:56.652Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aqaeDn 45f21488-fd23-4ff5-a1c5-e33ef1ba0e75 1 ASDC deployResourceStructure 2021-05-20T07:56:56.653Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json ASDC sendASDCNotification 2021-05-20T07:56:56.653Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json 2021-05-20T07:56:56.653Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T07:56:56.653Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:56.655Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:56.655Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497416653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:56:56.755Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:56.757Z||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-05-20T07:56:56.757Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:56.768Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:56.769Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:57.656Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-20T07:56:57.656Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml 2021-05-20T07:56:57.656Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T07:56:57.657Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:57.658Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:57.659Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497417656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-20T07:56:57.759Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:57.760Z||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-05-20T07:56:57.760Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:57.770Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:57.771Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:58.660Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-20T07:56:58.660Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env 2021-05-20T07:56:58.660Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T07:56:58.660Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:58.662Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:58.662Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497418659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-20T07:56:58.762Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:58.763Z||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-05-20T07:56:58.764Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:58.774Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:58.774Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:56:59.663Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar ASDC sendASDCNotification 2021-05-20T07:56:59.663Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar 2021-05-20T07:56:59.663Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T07:56:59.663Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:56:59.665Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:56:59.665Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497419663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:56:59.765Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:56:59.766Z||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-05-20T07:56:59.766Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:56:59.777Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:56:59.777Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T07:57:00.666Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T07:57:00.676Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T07:57:00.678Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T07:57:00.679Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T07:57:00.679Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T07:57:30.679Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T07:57:30.688Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T07:57:30.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T07:57:30.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T07:57:30.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T07:57:32.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:57:32.833Z||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-05-20T07:57:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:57:32.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:57:32.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:57:32.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497328265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T07:57:32.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:00.690Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T07:58:00.700Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T07:58:00.703Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T07:58:00.703Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T07:58:00.703Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T07:58:30.703Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T07:58:30.714Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T07:58:30.717Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T07:58:30.717Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T07:58:30.717Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T07:58:32.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:58:32.833Z||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-05-20T07:58:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:58:32.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:58:32.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:58:32.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:32.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497328265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:58:32.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:32.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497334032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:58:32.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "NOTIFIED" } 2021-05-20T07:58:32.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:32.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497328265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:58:32.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:32.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-20T07:58:32.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:32.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497336461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:58:32.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:58:32.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:32.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-20T07:58:32.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:32.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497338211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:58:32.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:58:32.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:32.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497338772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:58:32.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:58:32.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:58:32.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497339659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:58:32.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497339776, "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-05-20T07:58:32.871Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa16008c-827a-43a1-978c-d02217bc6eb7 2021-05-20T07:58:32.872Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa16008c-827a-43a1-978c-d02217bc6eb7 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-05-20T07:58:32.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497340219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:58:32.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "aai-ml", "timestamp": 1621497340663, "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-05-20T07:58:32.888Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa16008c-827a-43a1-978c-d02217bc6eb7 2021-05-20T07:58:32.888Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa16008c-827a-43a1-978c-d02217bc6eb7 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-05-20T07:58:32.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "clamp", "timestamp": 1621497341221, "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-05-20T07:58:32.901Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aa16008c-827a-43a1-978c-d02217bc6eb7 2021-05-20T07:58:32.901Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa16008c-827a-43a1-978c-d02217bc6eb7 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-05-20T07:58:32.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497342440, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:58:32.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497348623, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:58:32.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497350423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:58:32.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497351868, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:58:32.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497353256, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/vfwd527155647420_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:58:32.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497354261, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-20T07:58:32.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497355264, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/resourceInstances/vfwd527155647420/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-20T07:58:32.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:58:32.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:58:32.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497356269, "artifactURL": "/sdc/v1/catalog/services/Vfw20210520075228/1.0/artifacts/service-Vfw20210520075228-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:58:32.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:00.718Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T07:59:00.730Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T07:59:00.735Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T07:59:00.735Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-20T07:59:00.735Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-20T07:59:00.735Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-20T07:59:00.735Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:59:00.736Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:59:00.736Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:59:00.736Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:59:00.736Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:59:00.736Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T07:59:00.737Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-20T07:59:00.741Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-20T07:59:30.741Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa16008c-827a-43a1-978c-d02217bc6eb7 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-05-20T07:59:30.746Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa16008c-827a-43a1-978c-d02217bc6eb7 and serviceModelVersionId: 6356ef05-ecb0-40ce-a277-f31203fb79c8 2021-05-20T07:59:30.746Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2025bb12-befe-46e8-add2-4ddd398b1ab6 2021-05-20T07:59:30.747Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2025bb12-befe-46e8-add2-4ddd398b1ab6/model-vers/model-ver/6356ef05-ecb0-40ce-a277-f31203fb79c8?depth=0 2021-05-20T07:59:30.751Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-05-20T07:59:30.789Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2025bb12-befe-46e8-add2-4ddd398b1ab6/model-vers/model-ver/6356ef05-ecb0-40ce-a277-f31203fb79c8?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-05-20T07:59:30.789Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2025bb12-befe-46e8-add2-4ddd398b1ab6/model-vers/model-ver/6356ef05-ecb0-40ce-a277-f31203fb79c8?depth=0|INFO|500||Invoke 2021-05-20T07:59:30.810Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2025bb12-befe-46e8-add2-4ddd398b1ab6/model-vers/model-ver/6356ef05-ecb0-40ce-a277-f31203fb79c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-20T07:59:30.944Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2025bb12-befe-46e8-add2-4ddd398b1ab6/model-vers/model-ver/6356ef05-ecb0-40ce-a277-f31203fb79c8?depth=0|INFO|500||InvokeReturn 2021-05-20T07:59:30.945Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2025bb12-befe-46e8-add2-4ddd398b1ab6/model-vers/model-ver/6356ef05-ecb0-40ce-a277-f31203fb79c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210520-07:59:30:814-28190], vertex-id=[168016], Content-Length=[0], Date=[Thu, 20 May 2021 07:59:30 GMT], Content-Type=[application/json]} 2021-05-20T07:59:30.945Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-05-20T07:59:30.946Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-20T07:59:30.946Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T07:59:30.950Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-20T07:59:30.950Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa16008c-827a-43a1-978c-d02217bc6eb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-20T07:59:30.951Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-20T07:59:30.951Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T07:59:30.953Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T07:59:30.953Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497570950, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T07:59:31.053Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T07:59:31.054Z||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-05-20T07:59:31.054Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T07:59:31.067Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:59:31.067Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-20T07:59:31.966Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:59:31.967Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T07:59:31.967Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:59:32.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:59:32.833Z||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-05-20T07:59:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:59:32.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:59:32.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb66795-4e1d-4def-b2cf-1dda0f1cb986", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497401385, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "NOTIFIED" } 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:59:32.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497332831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "NOTIFIED" } 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497410239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T07:59:32.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497412961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497414126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497415545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497416653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/basic_onboard_aqaedn0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497417656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-20T07:59:32.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:32.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497418659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/resourceInstances/basic_onboard_aqaedn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-20T07:59:32.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:32.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T07:59:32.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497419663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqaedn/1.0/artifacts/service-BasicOnboardAqaedn-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T07:59:32.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T07:59:42.160Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:59:42.161Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:59:42.162Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T07:59:42.162Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T07:59:51.694Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T07:59:51.695Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T07:59:51.695Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T07:59:51.695Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:00:01.234Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:00:01.235Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:00:01.235Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T08:00:01.235Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:00:10.770Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:00:32.831Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:00:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T08:00:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:00:32.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:00:32.833Z||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-05-20T08:00:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:00:33.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:00:33.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-20T08:00:33.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa16008c-827a-43a1-978c-d02217bc6eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497570950, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:00:33.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:00:42.368Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:01:32.831Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:01:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T08:01:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:01:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:01:32.833Z||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-05-20T08:01:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:01:42.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:01:42.374Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:02:32.831Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:02:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T08:02:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:02:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:02:32.833Z||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-05-20T08:02:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:02:42.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:02:42.371Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:03:32.831Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:03:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T08:03:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:03:32.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:03:32.833Z||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-05-20T08:03:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:03:42.372Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:03:42.372Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:04:32.831Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:04:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T08:04:32.832Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:04:32.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:04:32.833Z||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-05-20T08:04:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:04:42.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:04:42.379Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:05:32.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:05:32.832Z||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-05-20T08:05:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:05:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:05:32.834Z||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-05-20T08:05:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:05:33.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:05:33.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:05:33.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b9053ff-c4f5-46b3-94cd-17735de3ae49","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"88bba2d2-55af-4868-bc69-d8a22d1f9ede","serviceDescription":"service","serviceInvariantUUID":"6a38fb9e-ab77-4376-b3b9-54b95af2629a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"896755fc-685b-44fb-b8aa-e5e25e62a6f9","resourceInvariantUUID":"f22dbb68-ac18-4b97-a368-5e0014769082","resourceCustomizationUUID":"9ce36d92-723e-48f5-a5a7-efc6121a6431","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":"Y2MzZjkxM2QyNjdiNzc3NTNlMjVlZmY2OThiN2JlOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"335bc811-6bba-46de-b0e6-63025bdb0d20","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjM3ZWJkMDA2OTExZDczYTdmNzMyMjZiOGQ4YThlMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e71172b-8ae1-49c0-8701-03a048321665","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-20T08:05:33.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "aai-ml", "timestamp": 1621497896235, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "clamp", "timestamp": 1621497895933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "ves-openapi-manager", "timestamp": 1621497895454, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497898266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497904241, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.457Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "policy-id", "timestamp": 1621497904530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.458Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "clamp", "timestamp": 1621497895933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "ves-openapi-manager", "timestamp": 1621497895454, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "aai-ml", "timestamp": 1621497896235, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:05:33.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497898266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497904241, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "policy-id", "timestamp": 1621497904530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "multicloud-k8s-id", "timestamp": 1621497906059, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "aai-ml", "timestamp": 1621497907246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:05:33.460Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:05:33.460Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497932831, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "multicloud-windriver-id", "timestamp": 1621497906646, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "cds", "timestamp": 1621497906736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497907525, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:05:33.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "multicloud-k8s-id", "timestamp": 1621497906059, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "multicloud-windriver-id", "timestamp": 1621497906646, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "policy-id", "timestamp": 1621497908339, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "cds", "timestamp": 1621497906736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497908975, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:05:33.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:05:33.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "policy-id", "timestamp": 1621497909342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:05:33.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:05:33.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497909980, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:05:33.474Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b9053ff-c4f5-46b3-94cd-17735de3ae49 2021-05-20T08:05:33.474Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b9053ff-c4f5-46b3-94cd-17735de3ae49 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-05-20T08:05:33.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "policy-id", "timestamp": 1621497910344, "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-05-20T08:05:33.485Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b9053ff-c4f5-46b3-94cd-17735de3ae49 2021-05-20T08:05:33.485Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b9053ff-c4f5-46b3-94cd-17735de3ae49 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-05-20T08:05:33.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "cds", "timestamp": 1621497910444, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:05:33.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:05:33.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "clamp", "timestamp": 1621497910771, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:05:33.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:05:33.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "aai-ml", "timestamp": 1621497911335, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:05:33.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:05:33.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "cds", "timestamp": 1621497911450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-20T08:05:33.496Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b9053ff-c4f5-46b3-94cd-17735de3ae49 2021-05-20T08:05:33.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b9053ff-c4f5-46b3-94cd-17735de3ae49 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-05-20T08:05:33.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "clamp", "timestamp": 1621497912318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:05:33.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:05:33.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "aai-ml", "timestamp": 1621497912338, "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-05-20T08:05:33.560Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:05:33.560Z||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-05-20T08:05:33.561Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:05:33.562Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b9053ff-c4f5-46b3-94cd-17735de3ae49 2021-05-20T08:05:33.562Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b9053ff-c4f5-46b3-94cd-17735de3ae49 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-05-20T08:05:33.570Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:05:33.570Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:05:33.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "clamp", "timestamp": 1621497913320, "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-05-20T08:05:33.574Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b9053ff-c4f5-46b3-94cd-17735de3ae49 2021-05-20T08:05:33.574Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b9053ff-c4f5-46b3-94cd-17735de3ae49 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-05-20T08:05:33.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "dcae-sch", "timestamp": 1621497913545, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:33.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:05:33.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "dcae-sch", "timestamp": 1621497913545, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:05:33.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:05:34.460Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:05:34.462Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:05:34.463Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:05:34.464Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497932831, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:05:34.564Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:05:34.565Z||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-05-20T08:05:34.565Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:05:34.573Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:05:34.574Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:05:35.465Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "88bba2d2-55af-4868-bc69-d8a22d1f9ede", "serviceDescription": "service", "serviceInvariantUUID": "6a38fb9e-ab77-4376-b3b9-54b95af2629a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9ce36d92-723e-48f5-a5a7-efc6121a6431", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "896755fc-685b-44fb-b8aa-e5e25e62a6f9", "resourceInvariantUUID": "f22dbb68-ac18-4b97-a368-5e0014769082", "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": "ZjM3ZWJkMDA2OTExZDczYTdmNzMyMjZiOGQ4YThlMjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e71172b-8ae1-49c0-8701-03a048321665" } ], "workloadContext": "Production" } 2021-05-20T08:05:35.465Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-20T08:05:35.465Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88bba2d2-55af-4868-bc69-d8a22d1f9ede ASDC 2021-05-20T08:05:35.466Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:6b9053ff-c4f5-46b3-94cd-17735de3ae49 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:88bba2d2-55af-4868-bc69-d8a22d1f9ede ServiceInvariantUUID:6a38fb9e-ab77-4376-b3b9-54b95af2629a 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:5e71172b-8ae1-49c0-8701-03a048321665 ArtifactChecksum:ZjM3ZWJkMDA2OTExZDczYTdmNzMyMjZiOGQ4YThlMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9ce36d92-723e-48f5-a5a7-efc6121a6431 ResourceInvariantUUID:f22dbb68-ac18-4b97-a368-5e0014769082 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:896755fc-685b-44fb-b8aa-e5e25e62a6f9 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-20T08:05:35.466Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88bba2d2-55af-4868-bc69-d8a22d1f9ede 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-05-20T08:05:35.489Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:05:35.490Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-20T08:05:35.490Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-20T08:05:35.490Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5e71172b-8ae1-49c0-8701-03a048321665 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-20T08:05:35.491Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-20T08:05:35.491Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-20T08:05:36.032Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-20T08:05:36.034Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5e71172b-8ae1-49c0-8701-03a048321665 52218 2021-05-20T08:05:36.034Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-20T08:05:36.035Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-20T08:05:36.035Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:05:36.035Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:05:36.037Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:05:36.037Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497936034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:05:36.137Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:05:36.139Z||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-05-20T08:05:36.139Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:05:36.149Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:05:36.150Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:05:37.037Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:05:37.038Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-20T08:05:37.039Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5e71172b-8ae1-49c0-8701-03a048321665, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-20T08:05:37.039Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-20T08:05:37.039Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-20T08:05:37.039Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-20T08:05:37.139Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8201992472054614373/Definitions/service-BasicNetwork-template.yml 2021-05-20T08:05:37.481Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-20T08:05:37.481Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||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-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||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-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||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-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||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-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||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-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||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-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||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-05-20T08:05:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-20T08:05:37.483Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.483Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.483Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-20T08:05:37.483Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-20T08:05:37.483Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:05:37.483Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.483Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.483Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-20T08:05:37.484Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-20T08:05:37.484Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:05:37.484Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.484Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.484Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.484Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.484Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.484Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.485Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.485Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.485Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.485Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.485Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:88bba2d2-55af-4868-bc69-d8a22d1f9ede Model Version:NULL Model InvariantUuid:6a38fb9e-ab77-4376-b3b9-54b95af2629a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f22dbb68-ac18-4b97-a368-5e0014769082 Model UUID:0dc07c2e-4470-43e5-860e-0e44dd421c00 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9ce36d92-723e-48f5-a5a7-efc6121a6431 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-20T08:05:37.491Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 896755fc-685b-44fb-b8aa-e5e25e62a6f9 2021-05-20T08:05:37.491Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||No resources found for Service: 88bba2d2-55af-4868-bc69-d8a22d1f9ede Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:05:37.496Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500|| 2021-05-20T08:05:37.496Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-20T08:05:37.496Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 88bba2d2-55af-4868-bc69-d8a22d1f9ede 2021-05-20T08:05:37.497Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 88bba2d2-55af-4868-bc69-d8a22d1f9ede 2021-05-20T08:05:37.497Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-20T08:05:37.497Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:05:37.503Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.504Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.504Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.504Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.504Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 88bba2d2-55af-4868-bc69-d8a22d1f9ede: Generic NeutronNet 2021-05-20T08:05:37.504Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.504Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.505Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.505Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-05-20T08:05:37.537Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.538Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.538Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.538Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.538Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:05:37.538Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:05:37.538Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-20T08:05:37.603Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-20T08:05:37.603Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-20T08:05:37.603Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-20T08:05:37.603Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:05:37.603Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:05:37.605Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:05:37.605Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497937603, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:05:37.705Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:05:37.706Z||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-05-20T08:05:37.706Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:05:37.715Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:05:37.716Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:05:38.605Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b9053ff-c4f5-46b3-94cd-17735de3ae49 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:05:38.622Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b9053ff-c4f5-46b3-94cd-17735de3ae49 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:05:38.624Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:05:38.624Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-20T08:05:38.625Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-20T08:05:38.625Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-20T08:05:38.625Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:05:38.625Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:05:38.625Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:05:38.625Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:05:38.625Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:05:38.626Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:05:38.626Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-20T08:05:38.630Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-20T08:06:08.631Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b9053ff-c4f5-46b3-94cd-17735de3ae49 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-05-20T08:06:08.636Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b9053ff-c4f5-46b3-94cd-17735de3ae49 and serviceModelVersionId: 88bba2d2-55af-4868-bc69-d8a22d1f9ede 2021-05-20T08:06:08.636Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a38fb9e-ab77-4376-b3b9-54b95af2629a 2021-05-20T08:06:08.637Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a38fb9e-ab77-4376-b3b9-54b95af2629a/model-vers/model-ver/88bba2d2-55af-4868-bc69-d8a22d1f9ede?depth=0 2021-05-20T08:06:08.643Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-05-20T08:06:08.685Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a38fb9e-ab77-4376-b3b9-54b95af2629a/model-vers/model-ver/88bba2d2-55af-4868-bc69-d8a22d1f9ede?depth=0|INFO|500||Invoke 2021-05-20T08:06:08.686Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a38fb9e-ab77-4376-b3b9-54b95af2629a/model-vers/model-ver/88bba2d2-55af-4868-bc69-d8a22d1f9ede?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a38fb9e-ab77-4376-b3b9-54b95af2629a/model-vers/model-ver/88bba2d2-55af-4868-bc69-d8a22d1f9ede?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b9053ff-c4f5-46b3-94cd-17735de3ae49], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[472e7beb-5a89-455d-81af-32f2e9893811], X-ECOMP-RequestID=[6b9053ff-c4f5-46b3-94cd-17735de3ae49], X-TransactionId=[], X-ONAP-RequestID=[6b9053ff-c4f5-46b3-94cd-17735de3ae49], Content-Type=[application/merge-patch+json]} 2021-05-20T08:06:08.714Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a38fb9e-ab77-4376-b3b9-54b95af2629a/model-vers/model-ver/88bba2d2-55af-4868-bc69-d8a22d1f9ede?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-20T08:06:09.132Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a38fb9e-ab77-4376-b3b9-54b95af2629a/model-vers/model-ver/88bba2d2-55af-4868-bc69-d8a22d1f9ede?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a38fb9e-ab77-4376-b3b9-54b95af2629a/model-vers/model-ver/88bba2d2-55af-4868-bc69-d8a22d1f9ede?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210520-08:06:08:719-89598], vertex-id=[192552], Content-Length=[0], Date=[Thu, 20 May 2021 08:06:08 GMT], Content-Type=[application/json]} 2021-05-20T08:06:09.133Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a38fb9e-ab77-4376-b3b9-54b95af2629a/model-vers/model-ver/88bba2d2-55af-4868-bc69-d8a22d1f9ede?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-20T08:06:09.133Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a38fb9e-ab77-4376-b3b9-54b95af2629a/model-vers/model-ver/88bba2d2-55af-4868-bc69-d8a22d1f9ede?depth=0|INFO|500||InvokeReturn 2021-05-20T08:06:09.133Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-20T08:06:09.134Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:06:09.137Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-20T08:06:09.137Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b9053ff-c4f5-46b3-94cd-17735de3ae49 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-20T08:06:09.137Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-20T08:06:09.138Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:09.140Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:09.140Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497969137, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:06:09.240Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:09.241Z||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-05-20T08:06:09.241Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:09.253Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:09.254Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-20T08:06:32.831Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:06:32.832Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|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-05-20T08:06:32.832Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:06:32.833Z||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-05-20T08:06:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:32.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:32.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:06:32.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497932831, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:06:32.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:06:33.454Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:33.454Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:06:33.454Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2edf61fa-e277-4690-b5e2-9c9ece0ab54c","serviceName":"Demo_pNF_EATanBtBbBoGLUxmP97g","serviceVersion":"1.0","serviceUUID":"6912f8e4-4e14-4896-8083-12ff6cf087bc","serviceDescription":"catalog service description","serviceInvariantUUID":"211fc437-a01f-455e-8207-1f0052a3f00f","resources":[{"resourceInstanceName":"pNF 721f2de6-f036 0","resourceName":"pNF 721f2de6-f036","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c1e4f445-9188-47dc-8b73-341fa2199abd","resourceInvariantUUID":"bdc865a6-d563-4b81-a684-36c7221add4d","resourceCustomizationUUID":"6cff91df-12e5-420a-8fd4-0c2ac9069e01","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml","artifactChecksum":"NTNhYjQ1YjUyZmE5NTY2ZWIyY2FkYmIzMTc0MjBhNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"506335a3-3eb6-43e8-92ff-711be8067e4e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar","artifactChecksum":"ODM0ZmEwZGRiOGVkZWFhMzVjYjdmOTFmYWU3YzdiYzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6dc9f451-33a7-47ca-be83-037e1ff34b08","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b7c16db-0f44-4f36-b974-d8505a4ec571","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQ1NWQ0ODZhMzUzYTkzOGU0NzNjZjEzMjJmNzFhZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d165c80-3bde-4ff9-ad26-849bceeaf677","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19ea67f0-c9b2-4fde-bbc8-d1977ab4b9cc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f9a4f5c-4ea2-4f2a-8a84-ddcdf464448f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEatanbtbbbogluxmp97g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml","artifactChecksum":"ZWY0MDYyODNlMDg1YjUxZmIwZjQ1OTVhNTMzNGY5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d88e522c-d98c-42e3-96c9-3e678eb5ea85","artifactVersion":"1"},{"artifactName":"service-DemoPnfEatanbtbbbogluxmp97g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar","artifactChecksum":"MTRjYzA4MTUxYmIzYmE5OWQ2OGM0NTQwNjVmZDQ2MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b408298a-e784-464b-b0ea-90abb6742c98","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-20T08:06:33.457Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:06:33.458Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:33.460Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:33.460Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:06:33.560Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:33.561Z||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-05-20T08:06:33.561Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:33.571Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:33.571Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:06:34.461Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:06:34.461Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:34.463Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:34.463Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:06:34.563Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:34.564Z||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-05-20T08:06:34.564Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:34.574Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:34.574Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:06:35.464Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:06:35.465Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:35.466Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:35.466Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:06:35.566Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:35.567Z||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-05-20T08:06:35.567Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:35.576Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:35.577Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:06:36.467Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:06:36.467Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:36.469Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:36.469Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:06:36.570Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2021-05-20T08:06:36.570Z||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-05-20T08:06:36.570Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:36.583Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:36.583Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:06:37.479Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:06:37.479Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:37.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:06:37.582Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:37.583Z||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-05-20T08:06:37.583Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:37.593Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:37.593Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:06:38.482Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:06:38.483Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:38.485Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:38.485Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:06:38.585Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:38.586Z||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-05-20T08:06:38.586Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:38.594Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:38.595Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:06:39.485Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:06:39.486Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:39.488Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:39.488Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:06:39.588Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:39.589Z||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-05-20T08:06:39.589Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:39.601Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:39.601Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:06:40.488Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:06:40.489Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:40.491Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:40.491Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:06:40.591Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:40.592Z||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-05-20T08:06:40.592Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:40.602Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:40.602Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:06:41.492Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "serviceName": "Demo_pNF_EATanBtBbBoGLUxmP97g", "serviceVersion": "1.0", "serviceUUID": "6912f8e4-4e14-4896-8083-12ff6cf087bc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "211fc437-a01f-455e-8207-1f0052a3f00f", "resources": [ { "resourceInstanceName": "pNF 721f2de6-f036 0", "resourceCustomizationUUID": "6cff91df-12e5-420a-8fd4-0c2ac9069e01", "resourceName": "pNF 721f2de6-f036", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c1e4f445-9188-47dc-8b73-341fa2199abd", "resourceInvariantUUID": "bdc865a6-d563-4b81-a684-36c7221add4d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "artifactChecksum": "MTRjYzA4MTUxYmIzYmE5OWQ2OGM0NTQwNjVmZDQ2MzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b408298a-e784-464b-b0ea-90abb6742c98" } ], "workloadContext": "Production" } 2021-05-20T08:06:41.493Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-20T08:06:41.493Z|6b9053ff-c4f5-46b3-94cd-17735de3ae49|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6912f8e4-4e14-4896-8083-12ff6cf087bc ASDC 2021-05-20T08:06:41.493Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:2edf61fa-e277-4690-b5e2-9c9ece0ab54c ServiceName:Demo_pNF_EATanBtBbBoGLUxmP97g ServiceVersion:1.0 ServiceUUID:6912f8e4-4e14-4896-8083-12ff6cf087bc ServiceInvariantUUID:211fc437-a01f-455e-8207-1f0052a3f00f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEatanbtbbbogluxmp97g-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar ArtifactUUID:b408298a-e784-464b-b0ea-90abb6742c98 ArtifactChecksum:MTRjYzA4MTUxYmIzYmE5OWQ2OGM0NTQwNjVmZDQ2MzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 721f2de6-f036 0 ResourceCustomizationUUID:6cff91df-12e5-420a-8fd4-0c2ac9069e01 ResourceInvariantUUID:bdc865a6-d563-4b81-a684-36c7221add4d ResourceName:pNF 721f2de6-f036 ResourceType:PNF ResourceUUID:c1e4f445-9188-47dc-8b73-341fa2199abd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-20T08:06:41.493Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6912f8e4-4e14-4896-8083-12ff6cf087bc 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-05-20T08:06:41.522Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:06:41.523Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-20T08:06:41.523Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-20T08:06:41.523Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b408298a-e784-464b-b0ea-90abb6742c98 from URL: /sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:41.524Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-20T08:06:41.524Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:42.817Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-20T08:06:42.821Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar b408298a-e784-464b-b0ea-90abb6742c98 83328 2021-05-20T08:06:42.821Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar ASDC sendASDCNotification 2021-05-20T08:06:42.821Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:42.821Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:06:42.821Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:42.823Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:42.823Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498002821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:06:42.923Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:42.924Z||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-05-20T08:06:42.924Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:42.933Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:42.934Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:06:43.824Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:06:43.825Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-20T08:06:43.825Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b408298a-e784-464b-b0ea-90abb6742c98, URL: /sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar to file: /app/ASDC/1/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:43.826Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:43.826Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:43.826Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:43.906Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6453306201170453844/Definitions/service-DemoPnfEatanbtbbbogluxmp97g-template.yml 2021-05-20T08:06:44.472Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 721f2de6-f036 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-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||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-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||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-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.473Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 721f2de6-f036 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.474Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.474Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-20T08:06:44.474Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:06:44.474Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EATanBtBbBoGLUxmP97g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:06:44.474Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Node template pNF 721f2de6-f036 0 is matching search criteria 2021-05-20T08:06:44.474Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-20T08:06:44.474Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 721f2de6-f036 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:06:44.475Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:06:44.475Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EATanBtBbBoGLUxmP97g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:06:44.475Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Node template pNF 721f2de6-f036 0 is matching search criteria 2021-05-20T08:06:44.475Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-20T08:06:44.475Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 721f2de6-f036 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:06:44.475Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:06:44.475Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EATanBtBbBoGLUxmP97g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:06:44.476Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:06:44.476Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EATanBtBbBoGLUxmP97g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:06:44.476Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:06:44.476Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EATanBtBbBoGLUxmP97g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:06:44.476Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:06:44.476Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EATanBtBbBoGLUxmP97g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:06:44.476Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:06:44.477Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EATanBtBbBoGLUxmP97g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:06:44.477Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_EATanBtBbBoGLUxmP97g Description:catalog service description Model UUID:6912f8e4-4e14-4896-8083-12ff6cf087bc Model Version:NULL Model InvariantUuid:211fc437-a01f-455e-8207-1f0052a3f00f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-20T08:06:44.482Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: c1e4f445-9188-47dc-8b73-341fa2199abd Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:06:44.485Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||pNF 721f2de6-f036 0 2021-05-20T08:06:44.485Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c1e4f445-9188-47dc-8b73-341fa2199abd 2021-05-20T08:06:44.485Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6912f8e4-4e14-4896-8083-12ff6cf087bc 2021-05-20T08:06:44.486Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6912f8e4-4e14-4896-8083-12ff6cf087bc 2021-05-20T08:06:44.486Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 721f2de6-f036 0 c1e4f445-9188-47dc-8b73-341fa2199abd ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:06:44.489Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:06:44.490Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EATanBtBbBoGLUxmP97g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:06:44.490Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6912f8e4-4e14-4896-8083-12ff6cf087bc: pNF 721f2de6-f036 2021-05-20T08:06:44.490Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Processing PNF resource: c1e4f445-9188-47dc-8b73-341fa2199abd 2021-05-20T08:06:44.490Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:06:44.490Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EATanBtBbBoGLUxmP97g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:06:44.490Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Resource customization UUID: 6cff91df-12e5-420a-8fd4-0c2ac9069e01 is the same as notified resource customizationUUID: 6cff91df-12e5-420a-8fd4-0c2ac9069e01 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-20T08:06:44.552Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 721f2de6-f036 c1e4f445-9188-47dc-8b73-341fa2199abd 0 ASDC deployResourceStructure 2021-05-20T08:06:44.552Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar ASDC sendASDCNotification 2021-05-20T08:06:44.552Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar 2021-05-20T08:06:44.553Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:06:44.553Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:06:44.555Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:06:44.555Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498004552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:06:44.655Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:06:44.656Z||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-05-20T08:06:44.656Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:06:44.664Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:06:44.664Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:06:45.555Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:06:45.566Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:06:45.569Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:06:45.569Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T08:06:45.569Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T08:07:15.570Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:07:15.577Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:07:15.579Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:07:15.579Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T08:07:15.579Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T08:07:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:07:32.834Z||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-05-20T08:07:32.834Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:07:32.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:07:32.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497932831, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497936034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497937603, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b9053ff-c4f5-46b3-94cd-17735de3ae49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497969137, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:07:32.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497975454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "dcae-sch", "timestamp": 1621497973545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-windriver-id", "timestamp": 1621497966646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497966736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497975454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "dcae-sch", "timestamp": 1621497973545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-windriver-id", "timestamp": 1621497966646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497966736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-windriver-id", "timestamp": 1621497966646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497975454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "dcae-sch", "timestamp": 1621497973545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497966736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-windriver-id", "timestamp": 1621497966646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497975454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "dcae-sch", "timestamp": 1621497973545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497966736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497975454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-windriver-id", "timestamp": 1621497966646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "dcae-sch", "timestamp": 1621497973545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497966736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-windriver-id", "timestamp": 1621497966646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "dcae-sch", "timestamp": 1621497973545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497975454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497966736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-windriver-id", "timestamp": 1621497966646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497975454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "dcae-sch", "timestamp": 1621497973545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497966736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-windriver-id", "timestamp": 1621497966646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497975454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "dcae-sch", "timestamp": 1621497973545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497966736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497984241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497984530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497985339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497985425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497984241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497984530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "cds", "timestamp": 1621497986429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-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-05-20T08:07:32.876Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 2021-05-20T08:07:32.876Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 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-05-20T08:07:32.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621497985934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497986583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-k8s-id", "timestamp": 1621497986059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497986234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497984241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497984530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621497985934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "ves-openapi-manager", "timestamp": 1621497987587, "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-05-20T08:07:32.888Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 2021-05-20T08:07:32.888Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 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-05-20T08:07:32.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-k8s-id", "timestamp": 1621497986059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497986234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497984241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497984530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621497985934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-k8s-id", "timestamp": 1621497986059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497986234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497984241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497988265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497984530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621497985934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-k8s-id", "timestamp": 1621497986059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497986234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497984241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497988265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497984530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621497985934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-k8s-id", "timestamp": 1621497986059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497986234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497984241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497988265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497984530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621497985934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-k8s-id", "timestamp": 1621497986059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497986234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621497984241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497988265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497984530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621497985934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:07:32.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-k8s-id", "timestamp": 1621497986059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:07:32.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:07:45.579Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:07:45.589Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:07:45.591Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:07:45.591Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T08:07:45.591Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T08:08:15.591Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:08:15.602Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:08:15.606Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:08:15.607Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T08:08:15.607Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T08:08:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:08:32.833Z||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-05-20T08:08:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:08:32.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:08:32.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:08:32.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497986234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:08:32.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:08:45.607Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:08:45.617Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:08:45.619Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:08:45.619Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T08:08:45.620Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T08:09:15.620Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:09:15.628Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:09:15.630Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:09:15.630Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-20T08:09:15.630Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-20T08:09:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:09:32.833Z||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-05-20T08:09:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:09:32.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:09:32.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497988265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621497985934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "multicloud-k8s-id", "timestamp": 1621497986059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497993733, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497986234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497988265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497994737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497988265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497995546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:09:32.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "policy-id", "timestamp": 1621497995738, "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-05-20T08:09:32.864Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 2021-05-20T08:09:32.865Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 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-05-20T08:09:32.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497988265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497997440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/resourceInstances/pnf721f2de6f0360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621497999170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621497999934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:09:32.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498000172, "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-05-20T08:09:32.876Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 2021-05-20T08:09:32.876Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 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-05-20T08:09:32.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621498000324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:09:32.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621497992831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "aai-ml", "timestamp": 1621498000938, "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-05-20T08:09:32.886Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 2021-05-20T08:09:32.886Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 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-05-20T08:09:32.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621498001341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:09:32.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "clamp", "timestamp": 1621498002344, "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-05-20T08:09:32.895Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 2021-05-20T08:09:32.895Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 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-05-20T08:09:32.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498002821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498004552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEatanbtbbbogluxmp97g/1.0/artifacts/service-DemoPnfEatanbtbbbogluxmp97g-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498044241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "cds", "timestamp": 1621498041736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498044530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498044241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "cds", "timestamp": 1621498041736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498044530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498044241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498044530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "cds", "timestamp": 1621498041736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498044241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "cds", "timestamp": 1621498041736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498044530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498044241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "cds", "timestamp": 1621498041736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498044530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498044241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "cds", "timestamp": 1621498041736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498044530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498044241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "cds", "timestamp": 1621498041736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498044530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:09:32.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:32.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-20T08:09:32.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:09:32.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-20T08:09:45.631Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:09:45.639Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:09:45.642Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:09:45.642Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-20T08:09:45.642Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-20T08:09:45.643Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-20T08:09:45.643Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:09:45.643Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:09:45.643Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:09:45.643Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:09:45.643Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:09:45.643Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:09:45.643Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:09:45.643Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-20T08:09:45.648Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-20T08:10:15.648Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c 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-05-20T08:10:15.654Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2edf61fa-e277-4690-b5e2-9c9ece0ab54c and serviceModelVersionId: 6912f8e4-4e14-4896-8083-12ff6cf087bc 2021-05-20T08:10:15.655Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 211fc437-a01f-455e-8207-1f0052a3f00f 2021-05-20T08:10:15.656Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/211fc437-a01f-455e-8207-1f0052a3f00f/model-vers/model-ver/6912f8e4-4e14-4896-8083-12ff6cf087bc?depth=0 2021-05-20T08:10:15.663Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-05-20T08:10:15.705Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/211fc437-a01f-455e-8207-1f0052a3f00f/model-vers/model-ver/6912f8e4-4e14-4896-8083-12ff6cf087bc?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-05-20T08:10:15.706Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/211fc437-a01f-455e-8207-1f0052a3f00f/model-vers/model-ver/6912f8e4-4e14-4896-8083-12ff6cf087bc?depth=0|INFO|500||Invoke 2021-05-20T08:10:15.722Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/211fc437-a01f-455e-8207-1f0052a3f00f/model-vers/model-ver/6912f8e4-4e14-4896-8083-12ff6cf087bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-20T08:10:15.925Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/211fc437-a01f-455e-8207-1f0052a3f00f/model-vers/model-ver/6912f8e4-4e14-4896-8083-12ff6cf087bc?depth=0|INFO|500||InvokeReturn 2021-05-20T08:10:15.925Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/211fc437-a01f-455e-8207-1f0052a3f00f/model-vers/model-ver/6912f8e4-4e14-4896-8083-12ff6cf087bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210520-08:10:15:726-13715], vertex-id=[168128], Content-Length=[0], Date=[Thu, 20 May 2021 08:10:15 GMT], Content-Type=[application/json]} 2021-05-20T08:10:15.926Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-05-20T08:10:15.926Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-20T08:10:15.926Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:10:15.931Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-20T08:10:15.931Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2edf61fa-e277-4690-b5e2-9c9ece0ab54c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-20T08:10:15.931Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-20T08:10:15.931Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:15.933Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:15.933Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498215931, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:10:16.034Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:16.035Z||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-05-20T08:10:16.035Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:16.048Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:16.049Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 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-05-20T08:10:16.943Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:10:16.943Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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-05-20T08:10:16.944Z|aa16008c-827a-43a1-978c-d02217bc6eb7|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:21.233Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:21.234Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-20T08:10:21.234Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"87852049-812d-4ea2-8742-93e4bfb3f9f9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"43670f6a-0f9a-4a9f-b359-daca374cb186","serviceDescription":"service","serviceInvariantUUID":"dd9deabc-7701-4b7b-885a-4268b2d8395a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46e98bb8-0274-48f4-ba07-6049679758c3","resourceInvariantUUID":"38ee70e1-fbe9-4798-ba97-c1ea5c2d03c3","resourceCustomizationUUID":"9f6e7ede-389f-4755-b715-d4a5863fde72","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":"ZDQ1YjQzODQwZjM1Yzc5ZjA1MjRjYzdjNjRkNTFiYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5098ccb9-3aed-4bac-ad64-5fd31c903693","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":"N2VkODI4MTU4OWQ5ZTk1YmMxMDY3YjYyNWRmZDg3YTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"513eadf7-3277-4141-a56c-17e7ce90e33d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72b569c7-3db4-45e5-9864-9d5f9cd3c5a3","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":"04894f61-747e-4b86-ba83-e025db3d2d07","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69f66df9-c4b2-4182-80ec-312902fbc34b","artifactVersion":"2","generatedFromUUID":"72b569c7-3db4-45e5-9864-9d5f9cd3c5a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGZjYjJjY2FmYWU0M2Y5MWMwMjc3YmFkNmI0OTljNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58e3585f-21b7-4b03-93a0-3250e8f66ca6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjkwYTM3MzEwMmVkYjAyMDJjZGEzZjkyZDQ4NzA0YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a12e19d2-0bf0-4707-99b1-5ece20fac0f7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-20T08:10:21.237Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:10:21.238Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:21.239Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:21.239Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:21.339Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:21.340Z||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-05-20T08:10:21.340Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:21.350Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:21.350Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:22.240Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:10:22.240Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:22.242Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:22.242Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:22.342Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:22.343Z||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-05-20T08:10:22.343Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:22.353Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:22.353Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:10:23.242Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:10:23.243Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:23.245Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:23.245Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:23.345Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:23.346Z||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-05-20T08:10:23.346Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:23.357Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:23.357Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:24.245Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:10:24.246Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:24.248Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:24.248Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:24.348Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:24.349Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-20T08:10:24.349Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:24.359Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:24.359Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:25.248Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:10:25.249Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:25.251Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:25.251Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:10:25.352Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-20T08:10:25.353Z||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-05-20T08:10:25.353Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:25.363Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:25.364Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:26.252Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:10:26.253Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:26.255Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:26.255Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:26.355Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:26.356Z||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-05-20T08:10:26.356Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:26.366Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:26.366Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:27.255Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:10:27.256Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:27.258Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:27.258Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:27.358Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:27.359Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-20T08:10:27.360Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:27.368Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:27.368Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:28.260Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "43670f6a-0f9a-4a9f-b359-daca374cb186", "serviceDescription": "service", "serviceInvariantUUID": "dd9deabc-7701-4b7b-885a-4268b2d8395a", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "9f6e7ede-389f-4755-b715-d4a5863fde72", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "46e98bb8-0274-48f4-ba07-6049679758c3", "resourceInvariantUUID": "38ee70e1-fbe9-4798-ba97-c1ea5c2d03c3", "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": "N2VkODI4MTU4OWQ5ZTk1YmMxMDY3YjYyNWRmZDg3YTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "513eadf7-3277-4141-a56c-17e7ce90e33d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "72b569c7-3db4-45e5-9864-9d5f9cd3c5a3", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "69f66df9-c4b2-4182-80ec-312902fbc34b", "generatedFromUUID": "72b569c7-3db4-45e5-9864-9d5f9cd3c5a3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "69f66df9-c4b2-4182-80ec-312902fbc34b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjkwYTM3MzEwMmVkYjAyMDJjZGEzZjkyZDQ4NzA0YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a12e19d2-0bf0-4707-99b1-5ece20fac0f7" } ], "workloadContext": "Production" } 2021-05-20T08:10:28.260Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-20T08:10:28.260Z|aa16008c-827a-43a1-978c-d02217bc6eb7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 43670f6a-0f9a-4a9f-b359-daca374cb186 ASDC 2021-05-20T08:10:28.261Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:87852049-812d-4ea2-8742-93e4bfb3f9f9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:43670f6a-0f9a-4a9f-b359-daca374cb186 ServiceInvariantUUID:dd9deabc-7701-4b7b-885a-4268b2d8395a 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:a12e19d2-0bf0-4707-99b1-5ece20fac0f7 ArtifactChecksum:NjkwYTM3MzEwMmVkYjAyMDJjZGEzZjkyZDQ4NzA0YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:9f6e7ede-389f-4755-b715-d4a5863fde72 ResourceInvariantUUID:38ee70e1-fbe9-4798-ba97-c1ea5c2d03c3 ResourceName:basic_vm ResourceType:VF ResourceUUID:46e98bb8-0274-48f4-ba07-6049679758c3 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:513eadf7-3277-4141-a56c-17e7ce90e33d ArtifactChecksum:N2VkODI4MTU4OWQ5ZTk1YmMxMDY3YjYyNWRmZDg3YTA= 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:72b569c7-3db4-45e5-9864-9d5f9cd3c5a3 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:69f66df9-c4b2-4182-80ec-312902fbc34b ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:69f66df9-c4b2-4182-80ec-312902fbc34b ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-20T08:10:28.261Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43670f6a-0f9a-4a9f-b359-daca374cb186 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-05-20T08:10:28.285Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:10:28.285Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:10:28.285Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:10:28.286Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a12e19d2-0bf0-4707-99b1-5ece20fac0f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-20T08:10:28.286Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:10:28.286Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-20T08:10:28.755Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:10:28.758Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a12e19d2-0bf0-4707-99b1-5ece20fac0f7 74260 2021-05-20T08:10:28.759Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-20T08:10:28.759Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-20T08:10:28.759Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:10:28.759Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:28.762Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:28.762Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498228759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:28.862Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:28.863Z||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-05-20T08:10:28.863Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:28.872Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:28.873Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:29.762Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:10:29.764Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:10:29.764Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a12e19d2-0bf0-4707-99b1-5ece20fac0f7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:29.764Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-20T08:10:29.764Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:29.764Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:29.956Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5407520374228677445/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-20T08:10:30.817Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-20T08:10:30.818Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T08:10:30.818Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.818Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-20T08:10:30.818Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.818Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.818Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.818Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.819Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.819Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.819Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.819Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.819Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.819Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-20T08:10:30.819Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T08:10:30.819Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.820Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:30.820Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-20T08:10:30.820Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T08:10:30.820Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:10:30.820Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.821Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:30.821Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-20T08:10:30.821Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T08:10:30.821Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:10:30.821Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.821Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:30.822Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.822Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-20T08:10:30.822Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-20T08:10:30.822Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-20T08:10:30.822Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-20T08:10:30.822Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-20T08:10:30.822Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-20T08:10:30.823Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.823Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T08:10:30.823Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.823Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-20T08:10:30.823Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:10:30.824Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.824Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-20T08:10:30.824Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:10:30.824Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.824Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-20T08:10:30.824Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:10:30.825Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.825Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-20T08:10:30.825Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-20T08:10:30.825Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-20T08:10:30.825Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=72067669-d48c-4490-80eb-3a33c464921e 2021-05-20T08:10:30.825Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.826Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:30.826Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.826Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:30.826Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.826Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:30.826Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:30.826Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:30.827Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:43670f6a-0f9a-4a9f-b359-daca374cb186 Model Version:NULL Model InvariantUuid:dd9deabc-7701-4b7b-885a-4268b2d8395a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5b30ff59-9615-47e4-8e56-f93dae2d0da0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:38ee70e1-fbe9-4798-ba97-c1ea5c2d03c3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9f6e7ede-389f-4755-b715-d4a5863fde72 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:26b0d845-eda6-4ed9-a43a-d1dfea7487fd ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:7561363e-a721-4ec3-b5fd-016169193f78 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:72067669-d48c-4490-80eb-3a33c464921e ModelInvariantUuid:3ca394a3-aea2-428f-8cf2-8d45f4177608 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:cb5ea506-b372-43ad-92be-e5527a6d70f8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:4c10be63-6979-4e76-aae8-8f5f9301e0d6 ModelInvariantUuid:0f65c47a-56ad-4a8f-ab59-7e56860c6d9a ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:3f40aad7-4ef2-464a-afe9-7ae6cc2dd555 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-20T08:10:30.831Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 46e98bb8-0274-48f4-ba07-6049679758c3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:10:30.834Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||basic_vm 0 2021-05-20T08:10:30.834Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46e98bb8-0274-48f4-ba07-6049679758c3 2021-05-20T08:10:30.834Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 513eadf7-3277-4141-a56c-17e7ce90e33d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-20T08:10:30.834Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:10:30.834Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-20T08:10:31.322Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:10:31.322Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 513eadf7-3277-4141-a56c-17e7ce90e33d 787 2021-05-20T08:10:31.322Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-20T08:10:31.323Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-20T08:10:31.323Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:10:31.323Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:31.324Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:31.324Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498231322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:31.425Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:31.425Z||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-05-20T08:10:31.425Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:31.436Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:31.436Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:10:32.325Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "26b0d845-eda6-4ed9-a43a-d1dfea7487fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7561363e-a721-4ec3-b5fd-016169193f78", "vfModuleModelCustomizationUUID": "83b7382c-959b-42b2-b9f4-cb6c548fbf45", "isBase": true, "artifacts": [ "72b569c7-3db4-45e5-9864-9d5f9cd3c5a3", "69f66df9-c4b2-4182-80ec-312902fbc34b" ], "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-05-20T08:10:32.329Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7561363e-a721-4ec3-b5fd-016169193f78 VfModuleModelInvariantUUID:26b0d845-eda6-4ed9-a43a-d1dfea7487fd VfModuleModelDescription:NULL Artifacts UUID List:{ 72b569c7-3db4-45e5-9864-9d5f9cd3c5a3 , 69f66df9-c4b2-4182-80ec-312902fbc34b } 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-05-20T08:10:32.331Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "26b0d845-eda6-4ed9-a43a-d1dfea7487fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7561363e-a721-4ec3-b5fd-016169193f78", "vfModuleModelCustomizationUUID": "83b7382c-959b-42b2-b9f4-cb6c548fbf45", "isBase": true, "artifacts": [ "72b569c7-3db4-45e5-9864-9d5f9cd3c5a3", "69f66df9-c4b2-4182-80ec-312902fbc34b" ], "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-05-20T08:10:32.331Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7561363e-a721-4ec3-b5fd-016169193f78 VfModuleModelInvariantUUID:26b0d845-eda6-4ed9-a43a-d1dfea7487fd VfModuleModelDescription:NULL Artifacts UUID List:{ 72b569c7-3db4-45e5-9864-9d5f9cd3c5a3 , 69f66df9-c4b2-4182-80ec-312902fbc34b } 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-05-20T08:10:32.331Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72b569c7-3db4-45e5-9864-9d5f9cd3c5a3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-20T08:10:32.332Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:10:32.332Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-20T08:10:32.757Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:10:32.758Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 72b569c7-3db4-45e5-9864-9d5f9cd3c5a3 5033 2021-05-20T08:10:32.758Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-20T08:10:32.758Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-20T08:10:32.758Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:10:32.758Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:32.760Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:32.760Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498232758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:10:32.833Z||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-05-20T08:10:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:32.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:32.860Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:32.861Z||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-05-20T08:10:32.861Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:32.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498052726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "cds", "timestamp": 1621498052838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498052920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498053729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:32.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "cds", "timestamp": 1621498053842, "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-05-20T08:10:32.869Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:32.869Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:32.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87852049-812d-4ea2-8742-93e4bfb3f9f9 2021-05-20T08:10:32.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87852049-812d-4ea2-8742-93e4bfb3f9f9 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-05-20T08:10:32.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498054233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498054436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498054436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498054633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "policy-id", "timestamp": 1621498054731, "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-05-20T08:10:32.882Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87852049-812d-4ea2-8742-93e4bfb3f9f9 2021-05-20T08:10:32.882Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87852049-812d-4ea2-8742-93e4bfb3f9f9 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-05-20T08:10:32.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498055849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498056038, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498056338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498056643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498056736, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498057041, "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-05-20T08:10:32.893Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87852049-812d-4ea2-8742-93e4bfb3f9f9 2021-05-20T08:10:32.894Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87852049-812d-4ea2-8742-93e4bfb3f9f9 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-05-20T08:10:32.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498057521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498056736, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498057928, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498058044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498058545, "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-05-20T08:10:32.904Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87852049-812d-4ea2-8742-93e4bfb3f9f9 2021-05-20T08:10:32.904Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87852049-812d-4ea2-8742-93e4bfb3f9f9 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-05-20T08:10:32.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498056736, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498058934, "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-05-20T08:10:32.912Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87852049-812d-4ea2-8742-93e4bfb3f9f9 2021-05-20T08:10:32.912Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87852049-812d-4ea2-8742-93e4bfb3f9f9 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-05-20T08:10:32.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498059039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:32.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-k8s-id", "timestamp": 1621498059547, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498056736, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "multicloud-windriver-id", "timestamp": 1621498059937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:32.919Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498060042, "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-05-20T08:10:32.922Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87852049-812d-4ea2-8742-93e4bfb3f9f9 2021-05-20T08:10:32.922Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87852049-812d-4ea2-8742-93e4bfb3f9f9 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-05-20T08:10:32.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498056736, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498056736, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498061925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498062333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498056736, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "aai-ml", "timestamp": 1621498062930, "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-05-20T08:10:32.935Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87852049-812d-4ea2-8742-93e4bfb3f9f9 2021-05-20T08:10:32.935Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87852049-812d-4ea2-8742-93e4bfb3f9f9 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-05-20T08:10:32.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498063348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498056736, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498064241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "clamp", "timestamp": 1621498064351, "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-05-20T08:10:32.947Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87852049-812d-4ea2-8742-93e4bfb3f9f9 2021-05-20T08:10:32.947Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87852049-812d-4ea2-8742-93e4bfb3f9f9 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-05-20T08:10:32.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498064530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498064241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498064530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498065726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498064241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498064530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "cds", "timestamp": 1621498066730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-20T08:10:32.975Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 2021-05-20T08:10:32.975Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:10:32.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498064241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498046059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498064530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498046646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498048265, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498053545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498064241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498064530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498064241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498064530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498070027, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.986Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498064241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498070338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498070434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498064530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498046235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498064241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498064530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498071736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498072038, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498072254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498072356, "artifactURL": "/sdc/v1/catalog/services/b20cce82-8922-42d8-950d-6e6c8d10bade/resourceInstances/basicclamp0/artifacts/0db282b4-15fb-4e2f-8fdb-039efbf91bcf", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498045933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498072386, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498072651, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498071736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498072849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:32.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:32.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498073325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:32.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:32.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:32.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498073389, "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-05-20T08:10:32.995Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 2021-05-20T08:10:32.995Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:10:33.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498073667, "artifactURL": "/sdc/v1/catalog/services/b20cce82-8922-42d8-950d-6e6c8d10bade/resourceInstances/basicclamp0/artifacts/0db282b4-15fb-4e2f-8fdb-039efbf91bcf", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498071736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498073835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498073948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498074333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498074522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "dcae-sch", "timestamp": 1621498074676, "artifactURL": "/sdc/v1/catalog/services/b20cce82-8922-42d8-950d-6e6c8d10bade/resourceInstances/basicclamp0/artifacts/0db282b4-15fb-4e2f-8fdb-039efbf91bcf", "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-05-20T08:10:33.006Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 2021-05-20T08:10:33.006Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:10:33.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498071736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498074885, "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-05-20T08:10:33.018Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 2021-05-20T08:10:33.018Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:10:33.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498074954, "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-05-20T08:10:33.030Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 2021-05-20T08:10:33.030Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:10:33.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "policy-id", "timestamp": 1621498075342, "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-05-20T08:10:33.040Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 2021-05-20T08:10:33.040Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:10:33.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498071736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "dcae-sch", "timestamp": 1621498075679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-k8s-id", "timestamp": 1621498075887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-windriver-id", "timestamp": 1621498075957, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498076233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498071736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "dcae-sch", "timestamp": 1621498075679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498077236, "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-05-20T08:10:33.051Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 2021-05-20T08:10:33.051Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:10:33.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498071736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "dcae-sch", "timestamp": 1621498075679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498078239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498071736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "dcae-sch", "timestamp": 1621498075679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498079126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "ves-openapi-manager", "timestamp": 1621498055454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498071736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "dcae-sch", "timestamp": 1621498075679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "aai-ml", "timestamp": 1621498080130, "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-05-20T08:10:33.066Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 2021-05-20T08:10:33.066Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:10:33.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:33.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "ves-openapi-manager", "timestamp": 1621498080145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "dcae-sch", "timestamp": 1621498075679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:33.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:33.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "ves-openapi-manager", "timestamp": 1621498080145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "dcae-sch", "timestamp": 1621498075679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498082434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "ves-openapi-manager", "timestamp": 1621498080145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "dcae-sch", "timestamp": 1621498075679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "cds", "timestamp": 1621498083438, "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-05-20T08:10:33.090Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 437ec820-c666-47eb-8e21-3dc4a0d4313e 2021-05-20T08:10:33.090Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437ec820-c666-47eb-8e21-3dc4a0d4313e 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-05-20T08:10:33.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-20T08:10:33.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-20T08:10:33.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "ves-openapi-manager", "timestamp": 1621498080145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "dcae-sch", "timestamp": 1621498075679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498084241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498084530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "ves-openapi-manager", "timestamp": 1621498080145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498084241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498085336, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498084530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "ves-openapi-manager", "timestamp": 1621498080145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498084241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498086339, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498084530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "ves-openapi-manager", "timestamp": 1621498080145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498086736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498084241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498084530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "ves-openapi-manager", "timestamp": 1621498080145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498088046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498088118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498086736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498084241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498084530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498086736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498084241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498084530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498089848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498090217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498090233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498086736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498084241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498090421, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498084530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498086736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498084241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498091423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498084530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498091743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498091884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498091939, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498092027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498086736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498084241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "clamp", "timestamp": 1621498092426, "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-05-20T08:10:33.115Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 2021-05-20T08:10:33.115Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:10:33.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498084530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498092887, "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-05-20T08:10:33.128Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 437ec820-c666-47eb-8e21-3dc4a0d4313e 2021-05-20T08:10:33.128Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437ec820-c666-47eb-8e21-3dc4a0d4313e 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-05-20T08:10:33.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498086736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498093539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498093643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498093938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "dcae-sch", "timestamp": 1621498093545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498094135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498086736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498094543, "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-05-20T08:10:33.142Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 437ec820-c666-47eb-8e21-3dc4a0d4313e 2021-05-20T08:10:33.142Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437ec820-c666-47eb-8e21-3dc4a0d4313e 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-05-20T08:10:33.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498094743, "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-05-20T08:10:33.152Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 437ec820-c666-47eb-8e21-3dc4a0d4313e 2021-05-20T08:10:33.152Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437ec820-c666-47eb-8e21-3dc4a0d4313e 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-05-20T08:10:33.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "dcae-sch", "timestamp": 1621498093545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498095139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498095251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498095546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498095743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498095745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "dcae-sch", "timestamp": 1621498093545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "policy-id", "timestamp": 1621498096143, "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-05-20T08:10:33.162Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 437ec820-c666-47eb-8e21-3dc4a0d4313e 2021-05-20T08:10:33.162Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437ec820-c666-47eb-8e21-3dc4a0d4313e 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-05-20T08:10:33.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498096738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "dcae-sch", "timestamp": 1621498093545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:33.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:33.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "cds", "timestamp": 1621498097784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-20T08:10:33.181Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 2021-05-20T08:10:33.181Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 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-05-20T08:10:33.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "dcae-sch", "timestamp": 1621498093545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498098332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498098527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "dcae-sch", "timestamp": 1621498093545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498099335, "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-05-20T08:10:33.192Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 437ec820-c666-47eb-8e21-3dc4a0d4313e 2021-05-20T08:10:33.192Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437ec820-c666-47eb-8e21-3dc4a0d4313e 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-05-20T08:10:33.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "aai-ml", "timestamp": 1621498099530, "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-05-20T08:10:33.200Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 437ec820-c666-47eb-8e21-3dc4a0d4313e 2021-05-20T08:10:33.200Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437ec820-c666-47eb-8e21-3dc4a0d4313e 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-05-20T08:10:33.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "dcae-sch", "timestamp": 1621498093545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498100338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498078265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "dcae-sch", "timestamp": 1621498093545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498103432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498076960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498076889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498104241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498104530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498105429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498105542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498105630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498104241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:10:33.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498104530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621498106545, "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-05-20T08:10:33.221Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 2021-05-20T08:10:33.221Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 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-05-20T08:10:33.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498104241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:33.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498104530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:10:33.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498107445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498107547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498081133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498104241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498104530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498104241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:10:33.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498104530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498109135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498109152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498109238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498104241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498104530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498110139, "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-05-20T08:10:33.238Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 2021-05-20T08:10:33.238Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 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-05-20T08:10:33.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498110273, "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-05-20T08:10:33.250Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 2021-05-20T08:10:33.250Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 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-05-20T08:10:33.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498110340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498104241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498104530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-windriver-id", "timestamp": 1621498111142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-k8s-id", "timestamp": 1621498111276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498104241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498104530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:10:33.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:10:33.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:10:33.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498112347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:33.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:10:33.760Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 69f66df9-c4b2-4182-80ec-312902fbc34b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-20T08:10:33.762Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:10:33.762Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-20T08:10:33.902Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:10:33.902Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 69f66df9-c4b2-4182-80ec-312902fbc34b 903 2021-05-20T08:10:33.902Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-20T08:10:33.903Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-20T08:10:33.903Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:10:33.903Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:33.904Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:33.904Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498233902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:10:34.005Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:34.005Z||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-05-20T08:10:34.005Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:34.015Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:34.015Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:10:34.905Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 43670f6a-0f9a-4a9f-b359-daca374cb186 2021-05-20T08:10:34.905Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 46e98bb8-0274-48f4-ba07-6049679758c3 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:10:34.915Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.915Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:34.916Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-05-20T08:10:34.916Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9f6e7ede-389f-4755-b715-d4a5863fde72 2021-05-20T08:10:34.916Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f6e7ede-389f-4755-b715-d4a5863fde72 matches Tosca VF Customization UUID: 9f6e7ede-389f-4755-b715-d4a5863fde72 2021-05-20T08:10:34.916Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9f6e7ede-389f-4755-b715-d4a5863fde72 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-20T08:10:34.918Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.918Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:34.918Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9f6e7ede-389f-4755-b715-d4a5863fde72: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-20T08:10:34.919Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a8d503 2021-05-20T08:10:34.919Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.919Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T08:10:34.919Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83b7382c-959b-42b2-b9f4-cb6c548fbf45 2021-05-20T08:10:34.919Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83b7382c-959b-42b2-b9f4-cb6c548fbf45 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-20T08:10:34.921Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.921Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-20T08:10:34.921Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:10:34.921Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.921Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-20T08:10:34.922Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:10:34.922Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.922Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-20T08:10:34.922Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-20T08:10:34.922Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-20T08:10:34.922Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=72067669-d48c-4490-80eb-3a33c464921e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-20T08:10:34.924Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.924Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-20T08:10:34.924Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:10:34.925Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.925Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-20T08:10:34.925Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9f6e7ede-389f-4755-b715-d4a5863fde72 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:10:34.926Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.926Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:34.926Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 43670f6a-0f9a-4a9f-b359-daca374cb186: basic_vm 2021-05-20T08:10:34.927Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.927Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:34.927Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.927Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:34.927Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.927Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:34.927Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.927Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:34.928Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:10:34.928Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:10:34.928Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-20T08:10:34.987Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 46e98bb8-0274-48f4-ba07-6049679758c3 1 ASDC deployResourceStructure 2021-05-20T08:10:34.988Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-20T08:10:34.988Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-20T08:10:34.988Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:10:34.988Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:34.989Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:34.990Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498234988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:10:35.090Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:35.090Z||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-05-20T08:10:35.091Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:35.101Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:35.101Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:35.991Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-20T08:10:35.991Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-20T08:10:35.991Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:10:35.991Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:35.993Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:35.994Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498235990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-20T08:10:36.094Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:36.094Z||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-05-20T08:10:36.095Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:36.106Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:36.106Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:10:36.995Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-20T08:10:36.995Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-20T08:10:36.995Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:10:36.995Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:36.997Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:36.997Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498236994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-20T08:10:37.097Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-20T08:10:37.098Z||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-05-20T08:10:37.098Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:37.109Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:37.109Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:37.999Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-20T08:10:37.999Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-20T08:10:37.999Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:10:37.999Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:10:38.001Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:10:38.001Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498237998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:10:38.101Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:10:38.102Z||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-05-20T08:10:38.102Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:10:38.112Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:10:38.113Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:10:39.002Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87852049-812d-4ea2-8742-93e4bfb3f9f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:10:39.011Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87852049-812d-4ea2-8742-93e4bfb3f9f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:10:39.013Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:10:39.014Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-20T08:10:39.014Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-20T08:10:39.014Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-20T08:10:39.014Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:10:39.014Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:10:39.014Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:10:39.014Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:10:39.014Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:10:39.015Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:10:39.015Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-20T08:10:39.019Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-20T08:11:09.019Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87852049-812d-4ea2-8742-93e4bfb3f9f9 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-05-20T08:11:09.024Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87852049-812d-4ea2-8742-93e4bfb3f9f9 and serviceModelVersionId: 43670f6a-0f9a-4a9f-b359-daca374cb186 2021-05-20T08:11:09.024Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd9deabc-7701-4b7b-885a-4268b2d8395a 2021-05-20T08:11:09.025Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd9deabc-7701-4b7b-885a-4268b2d8395a/model-vers/model-ver/43670f6a-0f9a-4a9f-b359-daca374cb186?depth=0 2021-05-20T08:11:09.028Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-05-20T08:11:09.062Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd9deabc-7701-4b7b-885a-4268b2d8395a/model-vers/model-ver/43670f6a-0f9a-4a9f-b359-daca374cb186?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-05-20T08:11:09.063Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd9deabc-7701-4b7b-885a-4268b2d8395a/model-vers/model-ver/43670f6a-0f9a-4a9f-b359-daca374cb186?depth=0|INFO|500||Invoke 2021-05-20T08:11:09.079Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd9deabc-7701-4b7b-885a-4268b2d8395a/model-vers/model-ver/43670f6a-0f9a-4a9f-b359-daca374cb186?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-20T08:11:09.246Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd9deabc-7701-4b7b-885a-4268b2d8395a/model-vers/model-ver/43670f6a-0f9a-4a9f-b359-daca374cb186?depth=0|INFO|500||InvokeReturn 2021-05-20T08:11:09.247Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd9deabc-7701-4b7b-885a-4268b2d8395a/model-vers/model-ver/43670f6a-0f9a-4a9f-b359-daca374cb186?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210520-08:11:09:084-25168], vertex-id=[180416], Content-Length=[0], Date=[Thu, 20 May 2021 08:11:09 GMT], Content-Type=[application/json]} 2021-05-20T08:11:09.247Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-05-20T08:11:09.247Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-20T08:11:09.247Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:11:09.250Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-20T08:11:09.250Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87852049-812d-4ea2-8742-93e4bfb3f9f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-20T08:11:09.251Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-20T08:11:09.251Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:09.252Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:09.252Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498269251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:11:09.353Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-20T08:11:09.354Z||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-05-20T08:11:09.354Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:09.366Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:09.366Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-20T08:11:10.263Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-20T08:11:10.263Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"16b470ac-de30-4f4d-8f3d-3ddc9f79195b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b20cce82-8922-42d8-950d-6e6c8d10bade","serviceDescription":"service","serviceInvariantUUID":"f17ec0c4-2dc6-4fd1-b257-a8f8427be894","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b7ccdf3-2fda-4010-8f2a-7b93992c4b91","resourceInvariantUUID":"cff6fd32-cfc4-42a0-b23b-d0c3bba957ce","resourceCustomizationUUID":"df1e697a-4fc4-4aca-81ff-7ab2719e0698","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0db282b4-15fb-4e2f-8fdb-039efbf91bcf","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":"YmZkMjZmNTZmNGIwNDg1OGI3NmZlZDVjNzI1YzJjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c7b1242-bd92-4228-ad0b-281190abb5ea","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":"YzRhNDkwM2UwY2IzNmY3NTkyZjZmYzllOGZkNTQ5NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ddf07c38-b247-4ada-86da-08366e7c426a","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":"56454800-945e-41cc-8c61-ffe720650c1a","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":"564353d8-f9bc-4eb7-be8b-fe780d58e3aa","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":"88b9b66b-7042-43b9-9e75-0a074221d5ae","artifactVersion":"2","generatedFromUUID":"56454800-945e-41cc-8c61-ffe720650c1a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDMxZDhjNmU2ZjUwOWFjY2ZmYWJlNmVhNmQ0MmQ3NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9060cf8-214a-40fb-ae6f-b33dbb41f225","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzY3NDAwNDhkZmM4YjI3Y2RhODRjYWYzYzY2ZjBiNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7dd5a2f9-1a0f-4b87-b18a-56fe6499a565","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-20T08:11:10.264Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:11:10.264Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:10.266Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:10.266Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:10.366Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:10.367Z||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-05-20T08:11:10.367Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:10.376Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:10.377Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:11.267Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:11:11.267Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:11.269Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:11.269Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:11.369Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:11.370Z||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-05-20T08:11:11.370Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:11.379Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:11.379Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:12.270Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:11:12.270Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:12.272Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:12.272Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:11:12.372Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:12.373Z||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-05-20T08:11:12.373Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:12.383Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:12.383Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:13.273Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:11:13.274Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:13.275Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:13.275Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T08:11:13.376Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-20T08:11:13.376Z||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-05-20T08:11:13.377Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:13.387Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:13.387Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:14.276Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:11:14.277Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:14.278Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:14.278Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:14.379Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-20T08:11:14.379Z||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-05-20T08:11:14.379Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:14.389Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:14.389Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:11:15.279Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:11:15.279Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:15.281Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:15.281Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T08:11:15.381Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:15.382Z||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-05-20T08:11:15.382Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:15.390Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:15.390Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:16.282Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:11:16.282Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:16.284Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:16.284Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:16.384Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:16.385Z||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-05-20T08:11:16.385Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:16.394Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:16.394Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:17.285Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:11:17.285Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:17.287Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:17.287Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:11:17.388Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:17.389Z||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-05-20T08:11:17.389Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:17.399Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:17.399Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:18.289Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "b20cce82-8922-42d8-950d-6e6c8d10bade", "serviceDescription": "service", "serviceInvariantUUID": "f17ec0c4-2dc6-4fd1-b257-a8f8427be894", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "df1e697a-4fc4-4aca-81ff-7ab2719e0698", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9b7ccdf3-2fda-4010-8f2a-7b93992c4b91", "resourceInvariantUUID": "cff6fd32-cfc4-42a0-b23b-d0c3bba957ce", "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": "YzRhNDkwM2UwY2IzNmY3NTkyZjZmYzllOGZkNTQ5NDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ddf07c38-b247-4ada-86da-08366e7c426a", "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": "56454800-945e-41cc-8c61-ffe720650c1a", "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": "88b9b66b-7042-43b9-9e75-0a074221d5ae", "generatedFromUUID": "56454800-945e-41cc-8c61-ffe720650c1a" }, "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": "88b9b66b-7042-43b9-9e75-0a074221d5ae", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NzY3NDAwNDhkZmM4YjI3Y2RhODRjYWYzYzY2ZjBiNTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7dd5a2f9-1a0f-4b87-b18a-56fe6499a565" } ], "workloadContext": "Production" } 2021-05-20T08:11:18.289Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-20T08:11:18.289Z|87852049-812d-4ea2-8742-93e4bfb3f9f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b20cce82-8922-42d8-950d-6e6c8d10bade ASDC 2021-05-20T08:11:18.290Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:16b470ac-de30-4f4d-8f3d-3ddc9f79195b ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:b20cce82-8922-42d8-950d-6e6c8d10bade ServiceInvariantUUID:f17ec0c4-2dc6-4fd1-b257-a8f8427be894 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:7dd5a2f9-1a0f-4b87-b18a-56fe6499a565 ArtifactChecksum:NzY3NDAwNDhkZmM4YjI3Y2RhODRjYWYzYzY2ZjBiNTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:df1e697a-4fc4-4aca-81ff-7ab2719e0698 ResourceInvariantUUID:cff6fd32-cfc4-42a0-b23b-d0c3bba957ce ResourceName:basicclamp ResourceType:VF ResourceUUID:9b7ccdf3-2fda-4010-8f2a-7b93992c4b91 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:ddf07c38-b247-4ada-86da-08366e7c426a ArtifactChecksum:YzRhNDkwM2UwY2IzNmY3NTkyZjZmYzllOGZkNTQ5NDY= 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:56454800-945e-41cc-8c61-ffe720650c1a 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:88b9b66b-7042-43b9-9e75-0a074221d5ae 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:88b9b66b-7042-43b9-9e75-0a074221d5ae ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-20T08:11:18.290Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b20cce82-8922-42d8-950d-6e6c8d10bade 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-05-20T08:11:18.313Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:11:18.314Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:11:18.314Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:11:18.314Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7dd5a2f9-1a0f-4b87-b18a-56fe6499a565 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-20T08:11:18.314Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:11:18.315Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-20T08:11:18.469Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:11:18.472Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7dd5a2f9-1a0f-4b87-b18a-56fe6499a565 76829 2021-05-20T08:11:18.473Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-20T08:11:18.473Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-20T08:11:18.473Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:11:18.473Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:18.475Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:18.475Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498278473, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:11:18.575Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:18.576Z||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-05-20T08:11:18.577Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:18.586Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:18.586Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:11:19.476Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:11:19.477Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:11:19.477Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7dd5a2f9-1a0f-4b87-b18a-56fe6499a565, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:19.477Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-20T08:11:19.478Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:19.478Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:19.599Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5770195825366700383/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-05-20T08:11:20.489Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-20T08:11:20.489Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T08:11:20.489Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.489Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-20T08:11:20.490Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T08:11:20.491Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.491Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:20.491Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-20T08:11:20.491Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T08:11:20.491Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:11:20.491Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.491Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:20.492Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-20T08:11:20.492Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T08:11:20.492Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:11:20.492Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.492Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:20.492Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.492Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-20T08:11:20.493Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-20T08:11:20.493Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-20T08:11:20.493Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-20T08:11:20.493Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-20T08:11:20.493Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-20T08:11:20.493Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.493Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T08:11:20.493Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.494Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-20T08:11:20.494Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:11:20.494Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.494Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-20T08:11:20.494Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:11:20.494Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.495Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-20T08:11:20.495Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:11:20.495Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.495Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-20T08:11:20.495Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-20T08:11:20.495Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-20T08:11:20.495Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f46ecb9-5b45-471f-b069-9aff6784c1c4 2021-05-20T08:11:20.496Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.496Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:20.496Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.496Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:20.496Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.496Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:20.496Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:20.496Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:20.497Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:b20cce82-8922-42d8-950d-6e6c8d10bade Model Version:NULL Model InvariantUuid:f17ec0c4-2dc6-4fd1-b257-a8f8427be894 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:3590aa3a-ffae-4c4d-be5a-cb2a2be267b6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cff6fd32-cfc4-42a0-b23b-d0c3bba957ce Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:df1e697a-4fc4-4aca-81ff-7ab2719e0698 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7abb7ec5-f194-441e-bd94-8d78c206a1e7 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:518aedf5-0baa-4dff-a1c6-52209e61b3dc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4f46ecb9-5b45-471f-b069-9aff6784c1c4 ModelInvariantUuid:9179c152-14da-47d1-82a1-a53ff3f8fa95 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:e9798fd8-83b3-4758-8864-c374a108def9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1c4aecc4-dfbf-4152-8e72-dbda361728f2 ModelInvariantUuid:f8f8d975-aa00-49e9-a509-3efbc47158d7 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:aed78d3b-0476-4235-bd63-6f2a7f1c9c36 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-20T08:11:20.502Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9b7ccdf3-2fda-4010-8f2a-7b93992c4b91 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:11:20.505Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||basicclamp 0 2021-05-20T08:11:20.505Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9b7ccdf3-2fda-4010-8f2a-7b93992c4b91 2021-05-20T08:11:20.505Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ddf07c38-b247-4ada-86da-08366e7c426a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-20T08:11:20.505Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:11:20.505Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-20T08:11:21.317Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:11:21.318Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ddf07c38-b247-4ada-86da-08366e7c426a 790 2021-05-20T08:11:21.318Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-20T08:11:21.318Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-20T08:11:21.318Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:11:21.318Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:21.320Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:21.320Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498281318, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:11:21.420Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:21.421Z||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-05-20T08:11:21.421Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:21.430Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:21.431Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:22.321Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7abb7ec5-f194-441e-bd94-8d78c206a1e7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "518aedf5-0baa-4dff-a1c6-52209e61b3dc", "vfModuleModelCustomizationUUID": "55fd1c0b-a200-4550-b2f4-9a8493f6237a", "isBase": true, "artifacts": [ "56454800-945e-41cc-8c61-ffe720650c1a", "88b9b66b-7042-43b9-9e75-0a074221d5ae" ], "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-05-20T08:11:22.324Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:518aedf5-0baa-4dff-a1c6-52209e61b3dc VfModuleModelInvariantUUID:7abb7ec5-f194-441e-bd94-8d78c206a1e7 VfModuleModelDescription:NULL Artifacts UUID List:{ 56454800-945e-41cc-8c61-ffe720650c1a , 88b9b66b-7042-43b9-9e75-0a074221d5ae } 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-05-20T08:11:22.326Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7abb7ec5-f194-441e-bd94-8d78c206a1e7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "518aedf5-0baa-4dff-a1c6-52209e61b3dc", "vfModuleModelCustomizationUUID": "55fd1c0b-a200-4550-b2f4-9a8493f6237a", "isBase": true, "artifacts": [ "56454800-945e-41cc-8c61-ffe720650c1a", "88b9b66b-7042-43b9-9e75-0a074221d5ae" ], "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-05-20T08:11:22.326Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:518aedf5-0baa-4dff-a1c6-52209e61b3dc VfModuleModelInvariantUUID:7abb7ec5-f194-441e-bd94-8d78c206a1e7 VfModuleModelDescription:NULL Artifacts UUID List:{ 56454800-945e-41cc-8c61-ffe720650c1a , 88b9b66b-7042-43b9-9e75-0a074221d5ae } 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-05-20T08:11:22.326Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 56454800-945e-41cc-8c61-ffe720650c1a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-20T08:11:22.326Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:11:22.326Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-20T08:11:23.525Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:11:23.525Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 56454800-945e-41cc-8c61-ffe720650c1a 5033 2021-05-20T08:11:23.526Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-20T08:11:23.526Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-20T08:11:23.526Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:11:23.526Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:23.528Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:23.528Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498283526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:11:23.629Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:23.629Z||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-05-20T08:11:23.629Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:23.641Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:23.641Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:24.529Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 88b9b66b-7042-43b9-9e75-0a074221d5ae from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-20T08:11:24.530Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:11:24.530Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-20T08:11:25.516Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:11:25.516Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 88b9b66b-7042-43b9-9e75-0a074221d5ae 909 2021-05-20T08:11:25.517Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-20T08:11:25.517Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-20T08:11:25.517Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:11:25.517Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:25.518Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:25.519Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498285517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:11:25.619Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:25.620Z||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-05-20T08:11:25.620Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:25.629Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:25.629Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:26.520Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b20cce82-8922-42d8-950d-6e6c8d10bade 2021-05-20T08:11:26.520Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 9b7ccdf3-2fda-4010-8f2a-7b93992c4b91 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:11:26.532Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.532Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:26.532Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-05-20T08:11:26.532Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= df1e697a-4fc4-4aca-81ff-7ab2719e0698 2021-05-20T08:11:26.533Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df1e697a-4fc4-4aca-81ff-7ab2719e0698 matches Tosca VF Customization UUID: df1e697a-4fc4-4aca-81ff-7ab2719e0698 2021-05-20T08:11:26.533Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: df1e697a-4fc4-4aca-81ff-7ab2719e0698 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-20T08:11:26.535Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.535Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:26.536Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id df1e697a-4fc4-4aca-81ff-7ab2719e0698: {\"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-05-20T08:11:26.536Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77208ae 2021-05-20T08:11:26.536Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.536Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T08:11:26.536Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55fd1c0b-a200-4550-b2f4-9a8493f6237a 2021-05-20T08:11:26.536Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55fd1c0b-a200-4550-b2f4-9a8493f6237a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-20T08:11:26.538Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.538Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-20T08:11:26.539Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:11:26.539Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.539Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-20T08:11:26.539Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:11:26.540Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.540Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-20T08:11:26.540Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-20T08:11:26.540Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-20T08:11:26.541Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f46ecb9-5b45-471f-b069-9aff6784c1c4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-20T08:11:26.543Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.543Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-20T08:11:26.543Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:11:26.543Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.544Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-20T08:11:26.544Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=df1e697a-4fc4-4aca-81ff-7ab2719e0698 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:11:26.545Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.545Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:26.546Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b20cce82-8922-42d8-950d-6e6c8d10bade: basicclamp 2021-05-20T08:11:26.546Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.546Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:26.546Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.546Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:26.546Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.547Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:26.547Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.547Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:26.547Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:11:26.547Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:11:26.547Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-20T08:11:26.611Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 9b7ccdf3-2fda-4010-8f2a-7b93992c4b91 1 ASDC deployResourceStructure 2021-05-20T08:11:26.612Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-20T08:11:26.612Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-20T08:11:26.612Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:11:26.612Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:26.614Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:26.614Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498286612, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:11:26.715Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:26.716Z||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-05-20T08:11:26.716Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:26.726Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:26.727Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:27.616Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-20T08:11:27.616Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-20T08:11:27.616Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:11:27.616Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:27.618Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:27.618Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498287616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-20T08:11:27.719Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:27.719Z||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-05-20T08:11:27.720Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:27.730Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:27.731Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:28.620Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-20T08:11:28.620Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-20T08:11:28.620Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:11:28.620Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:28.622Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:28.622Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498288619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-20T08:11:28.722Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:28.723Z||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-05-20T08:11:28.723Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:28.733Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:28.734Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:29.623Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-20T08:11:29.623Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-20T08:11:29.623Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:11:29.623Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:11:29.625Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:11:29.625Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498289622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:11:29.725Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:11:29.726Z||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-05-20T08:11:29.726Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:29.735Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:29.736Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:11:30.626Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b470ac-de30-4f4d-8f3d-3ddc9f79195b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:11:30.634Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b470ac-de30-4f4d-8f3d-3ddc9f79195b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:11:30.636Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:11:30.636Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-20T08:11:30.636Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-20T08:11:30.636Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-20T08:11:30.637Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:11:30.637Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:11:30.637Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:11:30.637Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:11:30.637Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:11:30.637Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:11:30.637Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:11:30.637Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-20T08:11:30.641Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-20T08:11:32.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:11:32.833Z||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-05-20T08:11:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:11:32.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:11:32.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498112968, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:11:32.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:11:32.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "clamp", "timestamp": 1621498113354, "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-05-20T08:11:32.858Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 437ec820-c666-47eb-8e21-3dc4a0d4313e 2021-05-20T08:11:32.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437ec820-c666-47eb-8e21-3dc4a0d4313e 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-05-20T08:11:32.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498113460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:11:32.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:11:32.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498114140, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:11:32.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:11:32.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498114462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498114463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "aai-ml", "timestamp": 1621498115466, "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-05-20T08:11:32.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 2021-05-20T08:11:32.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 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-05-20T08:11:32.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "policy-id", "timestamp": 1621498115465, "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-05-20T08:11:32.878Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 2021-05-20T08:11:32.878Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 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-05-20T08:11:32.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498115644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:11:32.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:11:32.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:32.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:11:32.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498116647, "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-05-20T08:11:32.889Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 2021-05-20T08:11:32.889Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 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-05-20T08:11:32.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:32.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "multicloud-starlingx-id", "timestamp": 1621498117650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:11:32.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498093429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498132344, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498135347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:11:32.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "clamp", "timestamp": 1621498136350, "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-05-20T08:11:32.899Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 2021-05-20T08:11:32.900Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 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-05-20T08:12:00.641Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16b470ac-de30-4f4d-8f3d-3ddc9f79195b 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-05-20T08:12:00.645Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16b470ac-de30-4f4d-8f3d-3ddc9f79195b and serviceModelVersionId: b20cce82-8922-42d8-950d-6e6c8d10bade 2021-05-20T08:12:00.645Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f17ec0c4-2dc6-4fd1-b257-a8f8427be894 2021-05-20T08:12:00.646Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f17ec0c4-2dc6-4fd1-b257-a8f8427be894/model-vers/model-ver/b20cce82-8922-42d8-950d-6e6c8d10bade?depth=0 2021-05-20T08:12:00.649Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-05-20T08:12:00.681Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f17ec0c4-2dc6-4fd1-b257-a8f8427be894/model-vers/model-ver/b20cce82-8922-42d8-950d-6e6c8d10bade?depth=0|INFO|500||Invoke 2021-05-20T08:12:00.682Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f17ec0c4-2dc6-4fd1-b257-a8f8427be894/model-vers/model-ver/b20cce82-8922-42d8-950d-6e6c8d10bade?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f17ec0c4-2dc6-4fd1-b257-a8f8427be894/model-vers/model-ver/b20cce82-8922-42d8-950d-6e6c8d10bade?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16b470ac-de30-4f4d-8f3d-3ddc9f79195b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ddaa9d4-785b-4756-a7ec-1ca906c65705], X-ECOMP-RequestID=[16b470ac-de30-4f4d-8f3d-3ddc9f79195b], X-TransactionId=[], X-ONAP-RequestID=[16b470ac-de30-4f4d-8f3d-3ddc9f79195b], Content-Type=[application/merge-patch+json]} 2021-05-20T08:12:00.697Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f17ec0c4-2dc6-4fd1-b257-a8f8427be894/model-vers/model-ver/b20cce82-8922-42d8-950d-6e6c8d10bade?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-20T08:12:00.850Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f17ec0c4-2dc6-4fd1-b257-a8f8427be894/model-vers/model-ver/b20cce82-8922-42d8-950d-6e6c8d10bade?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f17ec0c4-2dc6-4fd1-b257-a8f8427be894/model-vers/model-ver/b20cce82-8922-42d8-950d-6e6c8d10bade?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210520-08:12:00:701-75261], vertex-id=[217168], Content-Length=[0], Date=[Thu, 20 May 2021 08:12:00 GMT], Content-Type=[application/json]} 2021-05-20T08:12:00.850Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f17ec0c4-2dc6-4fd1-b257-a8f8427be894/model-vers/model-ver/b20cce82-8922-42d8-950d-6e6c8d10bade?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-20T08:12:00.851Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f17ec0c4-2dc6-4fd1-b257-a8f8427be894/model-vers/model-ver/b20cce82-8922-42d8-950d-6e6c8d10bade?depth=0|INFO|500||InvokeReturn 2021-05-20T08:12:00.851Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-20T08:12:00.851Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:12:00.854Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-20T08:12:00.854Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16b470ac-de30-4f4d-8f3d-3ddc9f79195b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-20T08:12:00.854Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-20T08:12:00.855Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:00.856Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:00.856Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498320854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:12:00.956Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:00.957Z||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-05-20T08:12:00.957Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:00.969Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:00.969Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 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-05-20T08:12:01.865Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-20T08:12:01.866Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"437ec820-c666-47eb-8e21-3dc4a0d4313e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039","serviceDescription":"service","serviceInvariantUUID":"d9a4b820-415b-428a-b544-9b8a19c1c5ee","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3da203cd-3b09-4e12-b67e-6c178cb8bccb","resourceInvariantUUID":"980f77b0-558b-4a58-aad1-fd37396719a9","resourceCustomizationUUID":"bbcd9aee-750e-4398-a85f-e287ae9d4a35","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":"NDFkYmU3OTdhNThmNTljYTJkYTk1Y2M0ZDA4ZTk2ZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45e58799-9622-446d-bca8-1450df422b99","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":"42b5e007-cb62-4d10-9f38-e69c36c69dee","artifactVersion":"2","generatedFromUUID":"15b3ede9-6af0-4e7d-96bd-0155860e5b3c"},{"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":"15b3ede9-6af0-4e7d-96bd-0155860e5b3c","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":"OTM3Mjg4MDEwZDEwNDA5YTRiODUxMDNlMjRjYmY0YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b553bae4-5c04-415b-aca9-7d89a9b27eda","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":"b18bb721-4f9a-4037-a3f2-78c874c611f6","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":"f75d27ee-8fdb-45cf-9ec3-23fed5762a3e","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":"87187f50-be20-44f1-8b19-6e30e5ca8e19","artifactVersion":"2","generatedFromUUID":"b18bb721-4f9a-4037-a3f2-78c874c611f6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWYwY2RmMjI5MWJlZTYyNzc3ZGNhYTU1MGE2NTk2M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69ecbb4b-2821-4d4e-a188-75ce4ba4ab0d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmY0MDExYTlmMjg1YmEwMDVkZDI3YTJiYmU5NTFhZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"107bc50b-1020-4581-a4e5-02a8574230dc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-20T08:12:01.866Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:01.866Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:01.868Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:01.868Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:12:01.968Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:01.969Z||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-05-20T08:12:01.969Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:01.978Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:01.978Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:02.868Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:02.869Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:02.871Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:02.871Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-20T08:12:02.971Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:02.972Z||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-05-20T08:12:02.972Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:02.981Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:02.982Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:03.872Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:03.872Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:03.874Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:03.874Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-20T08:12:03.974Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:03.975Z||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-05-20T08:12:03.975Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:03.984Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:03.984Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:04.875Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:04.875Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:04.877Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:04.877Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:12:04.977Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:04.979Z||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-05-20T08:12:04.979Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:04.988Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:04.989Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:05.878Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:05.878Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:05.880Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:05.880Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-20T08:12:05.981Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-20T08:12:05.982Z||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-05-20T08:12:05.982Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:05.990Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:05.990Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:06.881Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:06.882Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:06.884Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:06.884Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:12:06.984Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:06.985Z||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-05-20T08:12:06.985Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:06.994Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:06.995Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:07.885Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:07.885Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:07.887Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:07.887Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-20T08:12:07.988Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-20T08:12:07.989Z||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-05-20T08:12:07.989Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:07.997Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:07.998Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:08.888Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:08.888Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:08.890Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:08.890Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:12:08.991Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-20T08:12:08.991Z||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-05-20T08:12:08.992Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:09.000Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:09.000Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:09.891Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:09.892Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:09.893Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:09.893Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:12:09.994Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:09.995Z||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-05-20T08:12:09.995Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:10.005Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:10.005Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:10.895Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039", "serviceDescription": "service", "serviceInvariantUUID": "d9a4b820-415b-428a-b544-9b8a19c1c5ee", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "bbcd9aee-750e-4398-a85f-e287ae9d4a35", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3da203cd-3b09-4e12-b67e-6c178cb8bccb", "resourceInvariantUUID": "980f77b0-558b-4a58-aad1-fd37396719a9", "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": "42b5e007-cb62-4d10-9f38-e69c36c69dee", "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": "15b3ede9-6af0-4e7d-96bd-0155860e5b3c", "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": "OTM3Mjg4MDEwZDEwNDA5YTRiODUxMDNlMjRjYmY0YzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b553bae4-5c04-415b-aca9-7d89a9b27eda", "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": "b18bb721-4f9a-4037-a3f2-78c874c611f6", "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": "87187f50-be20-44f1-8b19-6e30e5ca8e19", "generatedFromUUID": "b18bb721-4f9a-4037-a3f2-78c874c611f6" }, "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": "87187f50-be20-44f1-8b19-6e30e5ca8e19", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YmY0MDExYTlmMjg1YmEwMDVkZDI3YTJiYmU5NTFhZmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "107bc50b-1020-4581-a4e5-02a8574230dc" } ], "workloadContext": "Production" } 2021-05-20T08:12:10.895Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-20T08:12:10.895Z|16b470ac-de30-4f4d-8f3d-3ddc9f79195b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039 ASDC 2021-05-20T08:12:10.895Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:437ec820-c666-47eb-8e21-3dc4a0d4313e ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039 ServiceInvariantUUID:d9a4b820-415b-428a-b544-9b8a19c1c5ee 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:107bc50b-1020-4581-a4e5-02a8574230dc ArtifactChecksum:YmY0MDExYTlmMjg1YmEwMDVkZDI3YTJiYmU5NTFhZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:bbcd9aee-750e-4398-a85f-e287ae9d4a35 ResourceInvariantUUID:980f77b0-558b-4a58-aad1-fd37396719a9 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3da203cd-3b09-4e12-b67e-6c178cb8bccb 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:42b5e007-cb62-4d10-9f38-e69c36c69dee 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:15b3ede9-6af0-4e7d-96bd-0155860e5b3c 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:b553bae4-5c04-415b-aca9-7d89a9b27eda ArtifactChecksum:OTM3Mjg4MDEwZDEwNDA5YTRiODUxMDNlMjRjYmY0YzU= 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:b18bb721-4f9a-4037-a3f2-78c874c611f6 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:87187f50-be20-44f1-8b19-6e30e5ca8e19 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:87187f50-be20-44f1-8b19-6e30e5ca8e19 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-20T08:12:10.895Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039 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-05-20T08:12:10.922Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:12:10.924Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:12:10.924Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:12:10.924Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 107bc50b-1020-4581-a4e5-02a8574230dc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-20T08:12:10.924Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:12:10.925Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-20T08:12:11.553Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:12:11.556Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 107bc50b-1020-4581-a4e5-02a8574230dc 71167 2021-05-20T08:12:11.556Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-20T08:12:11.556Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-20T08:12:11.556Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:12:11.557Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:11.558Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:11.558Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498331556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:12:11.658Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:11.659Z||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-05-20T08:12:11.659Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:11.669Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:11.669Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:12.559Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:12:12.560Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:12:12.560Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 107bc50b-1020-4581-a4e5-02a8574230dc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-20T08:12:12.560Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-20T08:12:12.561Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-20T08:12:12.561Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-20T08:12:12.658Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5176665034170915945/Definitions/service-BasicCnf-template.yml 2021-05-20T08:12:13.544Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-20T08:12:13.544Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:13.545Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-20T08:12:13.546Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T08:12:13.546Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:12:13.546Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.546Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:13.546Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-20T08:12:13.546Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T08:12:13.546Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:12:13.546Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:13.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-20T08:12:13.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-20T08:12:13.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-20T08:12:13.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-20T08:12:13.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T08:12:13.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.548Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-20T08:12:13.548Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:12:13.548Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.548Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-20T08:12:13.548Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:12:13.548Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.548Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-20T08:12:13.548Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:12:13.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-20T08:12:13.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-20T08:12:13.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bef63209-9641-49c8-b3ac-befa17d7b916 2021-05-20T08:12:13.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:13.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:13.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.550Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:13.550Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:13.550Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:13.550Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039 Model Version:NULL Model InvariantUuid:d9a4b820-415b-428a-b544-9b8a19c1c5ee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6e01f3cc-d472-498d-b35d-1fa0ef8dd7ab Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:980f77b0-558b-4a58-aad1-fd37396719a9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bbcd9aee-750e-4398-a85f-e287ae9d4a35 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:88b3d086-df63-497f-84bc-105d617a21fb ModelName:BasicCnf..base_dummy..module-0 ModelUuid:07bc6f9b-c21a-4e78-8f28-1ae30495ed4a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bef63209-9641-49c8-b3ac-befa17d7b916 ModelInvariantUuid:5a077d70-b78b-43e6-8e7f-f771ab60ecd8 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:07f8752e-b1cf-483b-b3f9-355e9e461e70 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:e1e9f92a-78be-4ade-ac54-828033be770f ModelInvariantUuid:8e47ec7c-d3b4-41cc-ba83-1f7ede0c8410 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3b32a215-e23c-48b6-821e-16768a279421 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-20T08:12:13.555Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3da203cd-3b09-4e12-b67e-6c178cb8bccb Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:12:13.557Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||basic_cnf 0 2021-05-20T08:12:13.557Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3da203cd-3b09-4e12-b67e-6c178cb8bccb 2021-05-20T08:12:13.557Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 42b5e007-cb62-4d10-9f38-e69c36c69dee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-20T08:12:13.557Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:12:13.557Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-20T08:12:13.700Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:12:13.701Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 42b5e007-cb62-4d10-9f38-e69c36c69dee 12 2021-05-20T08:12:13.701Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-20T08:12:13.701Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-20T08:12:13.701Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:12:13.702Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:13.703Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:13.704Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498333701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:12:13.804Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:13.804Z||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-05-20T08:12:13.804Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:13.813Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:13.814Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:14.704Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 15b3ede9-6af0-4e7d-96bd-0155860e5b3c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-20T08:12:14.705Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:12:14.705Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-20T08:12:15.139Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:12:15.140Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 15b3ede9-6af0-4e7d-96bd-0155860e5b3c 2688 2021-05-20T08:12:15.140Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-20T08:12:15.140Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-20T08:12:15.140Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:12:15.140Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:15.142Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:15.142Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498335140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-20T08:12:15.242Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:15.243Z||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-05-20T08:12:15.243Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:15.252Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:15.252Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:16.143Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b553bae4-5c04-415b-aca9-7d89a9b27eda from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-20T08:12:16.144Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:12:16.144Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-20T08:12:16.540Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:12:16.540Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b553bae4-5c04-415b-aca9-7d89a9b27eda 828 2021-05-20T08:12:16.541Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-20T08:12:16.541Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-20T08:12:16.541Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:12:16.541Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:16.543Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:16.543Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498336540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:12:16.643Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:16.644Z||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-05-20T08:12:16.644Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:16.653Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:16.653Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:12:17.543Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "88b3d086-df63-497f-84bc-105d617a21fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "07bc6f9b-c21a-4e78-8f28-1ae30495ed4a", "vfModuleModelCustomizationUUID": "e1ee20d5-e15d-410b-aff9-b71235692ad4", "isBase": true, "artifacts": [ "b18bb721-4f9a-4037-a3f2-78c874c611f6", "15b3ede9-6af0-4e7d-96bd-0155860e5b3c", "87187f50-be20-44f1-8b19-6e30e5ca8e19" ], "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-05-20T08:12:17.547Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:07bc6f9b-c21a-4e78-8f28-1ae30495ed4a VfModuleModelInvariantUUID:88b3d086-df63-497f-84bc-105d617a21fb VfModuleModelDescription:NULL Artifacts UUID List:{ b18bb721-4f9a-4037-a3f2-78c874c611f6 , 15b3ede9-6af0-4e7d-96bd-0155860e5b3c , 87187f50-be20-44f1-8b19-6e30e5ca8e19 } 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-05-20T08:12:17.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "88b3d086-df63-497f-84bc-105d617a21fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "07bc6f9b-c21a-4e78-8f28-1ae30495ed4a", "vfModuleModelCustomizationUUID": "e1ee20d5-e15d-410b-aff9-b71235692ad4", "isBase": true, "artifacts": [ "b18bb721-4f9a-4037-a3f2-78c874c611f6", "15b3ede9-6af0-4e7d-96bd-0155860e5b3c", "87187f50-be20-44f1-8b19-6e30e5ca8e19" ], "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-05-20T08:12:17.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:07bc6f9b-c21a-4e78-8f28-1ae30495ed4a VfModuleModelInvariantUUID:88b3d086-df63-497f-84bc-105d617a21fb VfModuleModelDescription:NULL Artifacts UUID List:{ b18bb721-4f9a-4037-a3f2-78c874c611f6 , 15b3ede9-6af0-4e7d-96bd-0155860e5b3c , 87187f50-be20-44f1-8b19-6e30e5ca8e19 } 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-05-20T08:12:17.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b18bb721-4f9a-4037-a3f2-78c874c611f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-20T08:12:17.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:12:17.549Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-20T08:12:17.750Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:12:17.751Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b18bb721-4f9a-4037-a3f2-78c874c611f6 1164 2021-05-20T08:12:17.751Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-20T08:12:17.751Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-20T08:12:17.751Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:12:17.752Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:17.753Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:17.754Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498337751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:12:17.854Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:17.854Z||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-05-20T08:12:17.854Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:17.863Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:17.863Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:12:18.755Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 87187f50-be20-44f1-8b19-6e30e5ca8e19 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-20T08:12:18.755Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:12:18.755Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-20T08:12:18.889Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:12:18.889Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 87187f50-be20-44f1-8b19-6e30e5ca8e19 200 2021-05-20T08:12:18.889Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-20T08:12:18.889Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-20T08:12:18.890Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:12:18.890Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:18.891Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:18.892Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498338889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:12:18.992Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:18.993Z||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-05-20T08:12:18.993Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:19.002Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:19.002Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:19.892Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039 2021-05-20T08:12:19.894Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3da203cd-3b09-4e12-b67e-6c178cb8bccb ASDC 2021-05-20T08:12:19.902Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:12:19.916Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.916Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:19.916Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-05-20T08:12:19.916Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= bbcd9aee-750e-4398-a85f-e287ae9d4a35 2021-05-20T08:12:19.916Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbcd9aee-750e-4398-a85f-e287ae9d4a35 matches Tosca VF Customization UUID: bbcd9aee-750e-4398-a85f-e287ae9d4a35 2021-05-20T08:12:19.916Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: bbcd9aee-750e-4398-a85f-e287ae9d4a35 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-20T08:12:19.918Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.918Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:19.919Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id bbcd9aee-750e-4398-a85f-e287ae9d4a35: {\"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-05-20T08:12:19.919Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f8b401 2021-05-20T08:12:19.919Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.919Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T08:12:19.919Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e1ee20d5-e15d-410b-aff9-b71235692ad4 2021-05-20T08:12:19.919Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e1ee20d5-e15d-410b-aff9-b71235692ad4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-20T08:12:19.921Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.921Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-20T08:12:19.921Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:12:19.921Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.921Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-20T08:12:19.922Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:12:19.922Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.922Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-20T08:12:19.922Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-20T08:12:19.922Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bef63209-9641-49c8-b3ac-befa17d7b916 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-20T08:12:19.925Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.925Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-20T08:12:19.925Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:12:19.925Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.925Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-20T08:12:19.925Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bbcd9aee-750e-4398-a85f-e287ae9d4a35 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:12:19.927Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.927Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:19.927Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039: basic_cnf 2021-05-20T08:12:19.927Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.928Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:19.928Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.928Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:19.928Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.928Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:19.929Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.929Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:19.929Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:12:19.930Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:12:19.930Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-20T08:12:19.973Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3da203cd-3b09-4e12-b67e-6c178cb8bccb 1 ASDC deployResourceStructure 2021-05-20T08:12:19.973Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-20T08:12:19.973Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-05-20T08:12:19.974Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-20T08:12:19.974Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:19.975Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:19.975Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498339973, "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-05-20T08:12:20.076Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:20.076Z||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-05-20T08:12:20.077Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:20.085Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:20.085Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:20.977Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-20T08:12:20.977Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-05-20T08:12:20.977Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-20T08:12:20.977Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:20.979Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:20.979Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498340977, "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-05-20T08:12:21.079Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:21.080Z||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-05-20T08:12:21.080Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:21.088Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:21.089Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:21.980Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-20T08:12:21.981Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-20T08:12:21.981Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:12:21.981Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:21.983Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:21.983Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498341980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:12:22.083Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:22.084Z||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-05-20T08:12:22.084Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:22.092Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:22.093Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:12:22.984Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-20T08:12:22.984Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-20T08:12:22.984Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:12:22.984Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:22.986Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:22.986Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498342983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-20T08:12:23.086Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:23.087Z||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-05-20T08:12:23.087Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:23.097Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:23.097Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:23.986Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-20T08:12:23.987Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-20T08:12:23.987Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:12:23.987Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:23.989Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:23.989Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498343986, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-20T08:12:24.089Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:24.090Z||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-05-20T08:12:24.090Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:24.098Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:24.099Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:24.990Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-20T08:12:24.990Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-20T08:12:24.990Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:12:24.991Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:24.992Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:24.992Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498344990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:12:25.093Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-20T08:12:25.093Z||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-05-20T08:12:25.093Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:25.103Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:25.103Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:12:25.993Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 437ec820-c666-47eb-8e21-3dc4a0d4313e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:12:26.000Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 437ec820-c666-47eb-8e21-3dc4a0d4313e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:12:26.002Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:12:26.002Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-20T08:12:26.002Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-20T08:12:26.002Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-20T08:12:26.002Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:12:26.003Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:12:26.003Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:12:26.003Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:12:26.003Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:12:26.003Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:12:26.003Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-20T08:12:26.006Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-20T08:12:32.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:12:32.833Z||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-05-20T08:12:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:32.853Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:32.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2edf61fa-e277-4690-b5e2-9c9ece0ab54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498215931, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:12:32.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:12:32.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:12:32.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:12:32.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:12:32.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:12:32.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:12:32.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:12:32.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:12:32.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498228759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:12:32.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:12:32.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:12:32.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498231322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:12:32.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:12:56.007Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 437ec820-c666-47eb-8e21-3dc4a0d4313e 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-05-20T08:12:56.010Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 437ec820-c666-47eb-8e21-3dc4a0d4313e and serviceModelVersionId: 4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039 2021-05-20T08:12:56.010Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9a4b820-415b-428a-b544-9b8a19c1c5ee 2021-05-20T08:12:56.011Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9a4b820-415b-428a-b544-9b8a19c1c5ee/model-vers/model-ver/4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039?depth=0 2021-05-20T08:12:56.014Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-05-20T08:12:56.043Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a4b820-415b-428a-b544-9b8a19c1c5ee/model-vers/model-ver/4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039?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-05-20T08:12:56.044Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a4b820-415b-428a-b544-9b8a19c1c5ee/model-vers/model-ver/4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039?depth=0|INFO|500||Invoke 2021-05-20T08:12:56.060Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a4b820-415b-428a-b544-9b8a19c1c5ee/model-vers/model-ver/4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-20T08:12:56.263Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a4b820-415b-428a-b544-9b8a19c1c5ee/model-vers/model-ver/4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039?depth=0|INFO|500||InvokeReturn 2021-05-20T08:12:56.263Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a4b820-415b-428a-b544-9b8a19c1c5ee/model-vers/model-ver/4cea6ec5-fe2e-4e27-b0d8-74dbcf3dc039?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210520-08:12:56:064-2164], vertex-id=[237768], Content-Length=[0], Date=[Thu, 20 May 2021 08:12:56 GMT], Content-Type=[application/json]} 2021-05-20T08:12:56.263Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-05-20T08:12:56.264Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-20T08:12:56.264Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:12:56.267Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-20T08:12:56.267Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 437ec820-c666-47eb-8e21-3dc4a0d4313e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-20T08:12:56.267Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-20T08:12:56.267Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:56.269Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:56.269Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498376267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:12:56.369Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:56.371Z||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-05-20T08:12:56.371Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:56.379Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:56.380Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-20T08:12:57.293Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-20T08:12:57.293Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0a9e855-d4c9-4d8f-a03f-36cf0e78824e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bb684ebf-77a2-4f76-a558-5f96d64d4509","serviceDescription":"service","serviceInvariantUUID":"289af482-e61a-4619-8e00-b220f05cd99b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab5ccd0e-cf5b-43ba-83bf-504f2c3ce7a0","resourceInvariantUUID":"85b0fb50-7e0e-4c8d-a664-39ada4d4b951","resourceCustomizationUUID":"342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NWJlODZmOGVjMzBmM2ZmYzc1MzFmZDViZjUyYTQyZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5d53d68-60f6-4111-adda-9c856b48c7c5","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MTQzYzkwZTJjYTJiYzUwNTYxMGVhMGYwMzFmZjhhY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"165a0fe8-c2d0-4dad-927d-c3ad1319740e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b1f97689-fc8c-4da4-a1cd-65adef71fa8d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2940a5a6-6d4c-4980-8649-2a8ceefbb5dc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b894ecd-dc5b-468a-9718-935d22267f07","artifactVersion":"2","generatedFromUUID":"b1f97689-fc8c-4da4-a1cd-65adef71fa8d"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"M2U2NmVjNzZhOWE0ZWRjMTU1YjVjMGExYmY4Y2VjMTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"89d652b3-840d-4967-b668-dcdc5aa99856","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YjdkNzA4MmVjMTlkZDk5M2U0NTkyZTM1YjE0MzA5MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba22545a-381f-4eaa-972f-d246f668a7ec","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWRjMmU1N2ZhMTlhMzFkZTJmNmQ3MWFhMWVjNDMxNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07caaf91-764f-4b6d-94ea-ca1c18c7e9fa","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-20T08:12:57.293Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:57.293Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:57.295Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:57.295Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:12:57.395Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:57.396Z||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-05-20T08:12:57.396Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:57.404Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:57.405Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:58.296Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:58.296Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:58.298Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:58.298Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:12:58.398Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:58.399Z||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-05-20T08:12:58.399Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:58.409Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:58.409Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:12:59.299Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:12:59.299Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:12:59.301Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:12:59.301Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:12:59.401Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:12:59.401Z||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-05-20T08:12:59.402Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:12:59.414Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:12:59.414Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:00.301Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:13:00.302Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:00.303Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:00.303Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:13:00.403Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:13:00.404Z||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-05-20T08:13:00.404Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:00.413Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:00.414Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:01.304Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:13:01.304Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:01.306Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:01.306Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:13:01.406Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:13:01.407Z||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-05-20T08:13:01.407Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:01.417Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:01.418Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:02.307Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:13:02.307Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:02.309Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:02.309Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:13:02.409Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:13:02.410Z||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-05-20T08:13:02.410Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:02.419Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:02.420Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:03.310Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:13:03.310Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:03.312Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:03.312Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:13:03.411Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-20T08:13:03.412Z||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-05-20T08:13:03.412Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:03.427Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:03.427Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:04.312Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-20T08:13:04.313Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:04.314Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:04.314Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:13:04.414Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:13:04.415Z||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-05-20T08:13:04.415Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:04.424Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:04.425Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:05.315Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "bb684ebf-77a2-4f76-a558-5f96d64d4509", "serviceDescription": "service", "serviceInvariantUUID": "289af482-e61a-4619-8e00-b220f05cd99b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ab5ccd0e-cf5b-43ba-83bf-504f2c3ce7a0", "resourceInvariantUUID": "85b0fb50-7e0e-4c8d-a664-39ada4d4b951", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "MTQzYzkwZTJjYTJiYzUwNTYxMGVhMGYwMzFmZjhhY2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "165a0fe8-c2d0-4dad-927d-c3ad1319740e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b1f97689-fc8c-4da4-a1cd-65adef71fa8d", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1b894ecd-dc5b-468a-9718-935d22267f07", "generatedFromUUID": "b1f97689-fc8c-4da4-a1cd-65adef71fa8d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1b894ecd-dc5b-468a-9718-935d22267f07", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWRjMmU1N2ZhMTlhMzFkZTJmNmQ3MWFhMWVjNDMxNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "07caaf91-764f-4b6d-94ea-ca1c18c7e9fa" } ], "workloadContext": "Production" } 2021-05-20T08:13:05.315Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-20T08:13:05.316Z|437ec820-c666-47eb-8e21-3dc4a0d4313e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bb684ebf-77a2-4f76-a558-5f96d64d4509 ASDC 2021-05-20T08:13:05.316Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:b0a9e855-d4c9-4d8f-a03f-36cf0e78824e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:bb684ebf-77a2-4f76-a558-5f96d64d4509 ServiceInvariantUUID:289af482-e61a-4619-8e00-b220f05cd99b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:07caaf91-764f-4b6d-94ea-ca1c18c7e9fa ArtifactChecksum:OWRjMmU1N2ZhMTlhMzFkZTJmNmQ3MWFhMWVjNDMxNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1 ResourceInvariantUUID:85b0fb50-7e0e-4c8d-a664-39ada4d4b951 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ab5ccd0e-cf5b-43ba-83bf-504f2c3ce7a0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:165a0fe8-c2d0-4dad-927d-c3ad1319740e ArtifactChecksum:MTQzYzkwZTJjYTJiYzUwNTYxMGVhMGYwMzFmZjhhY2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:b1f97689-fc8c-4da4-a1cd-65adef71fa8d ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:1b894ecd-dc5b-468a-9718-935d22267f07 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:1b894ecd-dc5b-468a-9718-935d22267f07 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-20T08:13:05.316Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb684ebf-77a2-4f76-a558-5f96d64d4509 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-05-20T08:13:05.342Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:13:05.342Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:13:05.342Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:13:05.343Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 07caaf91-764f-4b6d-94ea-ca1c18c7e9fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-20T08:13:05.343Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:13:05.343Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-20T08:13:06.418Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:13:06.422Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 07caaf91-764f-4b6d-94ea-ca1c18c7e9fa 82050 2021-05-20T08:13:06.422Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-20T08:13:06.422Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-20T08:13:06.422Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:13:06.423Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:06.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:06.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498386422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:06.525Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:13:06.526Z||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-05-20T08:13:06.526Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:06.536Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:06.537Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:13:07.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-20T08:13:07.426Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-20T08:13:07.426Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 07caaf91-764f-4b6d-94ea-ca1c18c7e9fa, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:07.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-20T08:13:07.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:07.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:07.523Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9432294102730994658/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-20T08:13:08.423Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.424Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:08.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-20T08:13:08.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T08:13:08.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:13:08.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:08.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-20T08:13:08.425Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-20T08:13:08.426Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-20T08:13:08.426Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.426Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:08.426Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.426Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-20T08:13:08.426Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-20T08:13:08.426Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.427Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e6789e08-155f-44fd-8b67-ef7ad88576f9 2021-05-20T08:13:08.428Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.429Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:08.429Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.429Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:08.429Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.429Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:08.429Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:08.429Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:08.429Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:bb684ebf-77a2-4f76-a558-5f96d64d4509 Model Version:NULL Model InvariantUuid:289af482-e61a-4619-8e00-b220f05cd99b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:e6f95ebc-a2c2-4a6e-a64c-88dffd019cca Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:85b0fb50-7e0e-4c8d-a664-39ada4d4b951 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b8f4f9a9-ac94-40ff-8ae5-6336872d34d7 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:723890b3-863d-44b1-b786-1b06cc788edb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e6789e08-155f-44fd-8b67-ef7ad88576f9 ModelInvariantUuid:9a44caaa-3db5-4adf-9717-5419681db0ca ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:8a412ab5-1438-4d01-8553-cac232702e3e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:a5a0c38e-375a-44b1-ab94-ec4346e556d0 ModelInvariantUuid:6d150b34-8978-42f1-a98d-c6baa420535f ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:9d647f95-8027-4a84-841e-ec28966bf11e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-20T08:13:08.434Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ab5ccd0e-cf5b-43ba-83bf-504f2c3ce7a0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:13:08.436Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2021-05-20T08:13:08.436Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab5ccd0e-cf5b-43ba-83bf-504f2c3ce7a0 2021-05-20T08:13:08.436Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 165a0fe8-c2d0-4dad-927d-c3ad1319740e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-20T08:13:08.436Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:13:08.436Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-20T08:13:08.953Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:13:08.954Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 165a0fe8-c2d0-4dad-927d-c3ad1319740e 792 2021-05-20T08:13:08.954Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-05-20T08:13:08.954Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-20T08:13:08.954Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:13:08.955Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:08.957Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:08.957Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498388954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:09.057Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-20T08:13:09.057Z||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-05-20T08:13:09.058Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:09.066Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:09.066Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:09.957Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b8f4f9a9-ac94-40ff-8ae5-6336872d34d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "723890b3-863d-44b1-b786-1b06cc788edb", "vfModuleModelCustomizationUUID": "ede869d2-7b1c-4108-8992-e5c023894d84", "isBase": true, "artifacts": [ "b1f97689-fc8c-4da4-a1cd-65adef71fa8d", "1b894ecd-dc5b-468a-9718-935d22267f07" ], "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-05-20T08:13:09.960Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:723890b3-863d-44b1-b786-1b06cc788edb VfModuleModelInvariantUUID:b8f4f9a9-ac94-40ff-8ae5-6336872d34d7 VfModuleModelDescription:NULL Artifacts UUID List:{ b1f97689-fc8c-4da4-a1cd-65adef71fa8d , 1b894ecd-dc5b-468a-9718-935d22267f07 } 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-05-20T08:13:09.961Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b8f4f9a9-ac94-40ff-8ae5-6336872d34d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "723890b3-863d-44b1-b786-1b06cc788edb", "vfModuleModelCustomizationUUID": "ede869d2-7b1c-4108-8992-e5c023894d84", "isBase": true, "artifacts": [ "b1f97689-fc8c-4da4-a1cd-65adef71fa8d", "1b894ecd-dc5b-468a-9718-935d22267f07" ], "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-05-20T08:13:09.962Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:723890b3-863d-44b1-b786-1b06cc788edb VfModuleModelInvariantUUID:b8f4f9a9-ac94-40ff-8ae5-6336872d34d7 VfModuleModelDescription:NULL Artifacts UUID List:{ b1f97689-fc8c-4da4-a1cd-65adef71fa8d , 1b894ecd-dc5b-468a-9718-935d22267f07 } 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-05-20T08:13:09.962Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1f97689-fc8c-4da4-a1cd-65adef71fa8d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-20T08:13:09.962Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:13:09.962Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-20T08:13:10.721Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:13:10.721Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b1f97689-fc8c-4da4-a1cd-65adef71fa8d 5033 2021-05-20T08:13:10.721Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-20T08:13:10.721Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-20T08:13:10.721Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:13:10.722Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:10.723Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:10.723Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498390721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:10.823Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:13:10.824Z||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-05-20T08:13:10.824Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:10.833Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:10.833Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:11.724Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1b894ecd-dc5b-468a-9718-935d22267f07 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-20T08:13:11.724Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-20T08:13:11.724Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-20T08:13:12.147Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-20T08:13:12.147Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1b894ecd-dc5b-468a-9718-935d22267f07 903 2021-05-20T08:13:12.148Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-20T08:13:12.148Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-20T08:13:12.148Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-20T08:13:12.148Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:12.149Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:12.149Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498392147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:12.249Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-20T08:13:12.250Z||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-05-20T08:13:12.251Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:12.261Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:12.261Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-20T08:13:13.150Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bb684ebf-77a2-4f76-a558-5f96d64d4509 2021-05-20T08:13:13.150Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ab5ccd0e-cf5b-43ba-83bf-504f2c3ce7a0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:13:13.161Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.161Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:13.161Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-05-20T08:13:13.162Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1 2021-05-20T08:13:13.162Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1 matches Tosca VF Customization UUID: 342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1 2021-05-20T08:13:13.162Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-20T08:13:13.164Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.164Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:13.164Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-20T08:13:13.165Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74efc03a 2021-05-20T08:13:13.165Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.165Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-20T08:13:13.165Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ede869d2-7b1c-4108-8992-e5c023894d84 2021-05-20T08:13:13.165Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ede869d2-7b1c-4108-8992-e5c023894d84 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-20T08:13:13.167Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.167Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-20T08:13:13.168Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:13:13.168Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.168Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-20T08:13:13.168Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:13:13.168Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.169Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-20T08:13:13.169Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-20T08:13:13.169Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-20T08:13:13.169Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e6789e08-155f-44fd-8b67-ef7ad88576f9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-20T08:13:13.171Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.171Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-20T08:13:13.171Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-20T08:13:13.172Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.172Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-20T08:13:13.172Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=342a2a7a-5923-4c6e-a3d5-b8a7bbc482e1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:13:13.173Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.173Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:13.173Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bb684ebf-77a2-4f76-a558-5f96d64d4509: basic_vm_macro 2021-05-20T08:13:13.174Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.174Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:13.174Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.174Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:13.174Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.174Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:13.174Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.174Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:13.175Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-20T08:13:13.175Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-20T08:13:13.175Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-20T08:13:13.228Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ab5ccd0e-cf5b-43ba-83bf-504f2c3ce7a0 1 ASDC deployResourceStructure 2021-05-20T08:13:13.229Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-05-20T08:13:13.229Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-20T08:13:13.229Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:13:13.229Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:13.231Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:13.231Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498393229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:13:13.331Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-20T08:13:13.331Z||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-05-20T08:13:13.331Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:13.341Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:13.341Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:14.231Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-20T08:13:14.232Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-20T08:13:14.232Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:13:14.232Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:14.233Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:14.234Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498394231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-20T08:13:14.333Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-20T08:13:14.334Z||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-05-20T08:13:14.334Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:14.346Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:14.346Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:15.234Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-20T08:13:15.234Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-20T08:13:15.235Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:13:15.235Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:15.236Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:15.236Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498395234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-20T08:13:15.336Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-20T08:13:15.337Z||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-05-20T08:13:15.337Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:15.347Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:15.347Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:16.237Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-20T08:13:16.237Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-20T08:13:16.238Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-20T08:13:16.238Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:16.239Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:16.240Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498396237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:13:16.340Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:13:16.341Z||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-05-20T08:13:16.341Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:16.351Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:16.351Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-20T08:13:17.240Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0a9e855-d4c9-4d8f-a03f-36cf0e78824e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-20T08:13:17.248Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0a9e855-d4c9-4d8f-a03f-36cf0e78824e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-20T08:13:17.251Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-20T08:13:17.251Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-20T08:13:17.251Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-20T08:13:17.251Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-20T08:13:17.251Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:13:17.251Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:13:17.252Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:13:17.252Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:13:17.252Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:13:17.252Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-20T08:13:17.252Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-20T08:13:17.256Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-20T08:13:32.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:13:32.833Z||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-05-20T08:13:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:32.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:32.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498232758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:32.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498233902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:32.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498234988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:13:32.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498235990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-20T08:13:32.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498236994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498237998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87852049-812d-4ea2-8742-93e4bfb3f9f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498269251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-20T08:13:32.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:13:32.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:13:32.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:13:32.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:13:32.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:13:32.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:13:32.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-20T08:13:32.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498278473, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:32.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498281318, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:32.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498283526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498285517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498286612, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498287616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498288619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498289622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:13:32.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:13:47.257Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0a9e855-d4c9-4d8f-a03f-36cf0e78824e 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-05-20T08:13:47.262Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0a9e855-d4c9-4d8f-a03f-36cf0e78824e and serviceModelVersionId: bb684ebf-77a2-4f76-a558-5f96d64d4509 2021-05-20T08:13:47.262Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 289af482-e61a-4619-8e00-b220f05cd99b 2021-05-20T08:13:47.263Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/289af482-e61a-4619-8e00-b220f05cd99b/model-vers/model-ver/bb684ebf-77a2-4f76-a558-5f96d64d4509?depth=0 2021-05-20T08:13:47.267Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-05-20T08:13:47.301Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/289af482-e61a-4619-8e00-b220f05cd99b/model-vers/model-ver/bb684ebf-77a2-4f76-a558-5f96d64d4509?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-05-20T08:13:47.302Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/289af482-e61a-4619-8e00-b220f05cd99b/model-vers/model-ver/bb684ebf-77a2-4f76-a558-5f96d64d4509?depth=0|INFO|500||Invoke 2021-05-20T08:13:47.318Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/289af482-e61a-4619-8e00-b220f05cd99b/model-vers/model-ver/bb684ebf-77a2-4f76-a558-5f96d64d4509?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-20T08:13:47.631Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/289af482-e61a-4619-8e00-b220f05cd99b/model-vers/model-ver/bb684ebf-77a2-4f76-a558-5f96d64d4509?depth=0|INFO|500||InvokeReturn 2021-05-20T08:13:47.632Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/289af482-e61a-4619-8e00-b220f05cd99b/model-vers/model-ver/bb684ebf-77a2-4f76-a558-5f96d64d4509?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210520-08:13:47:321-21517], vertex-id=[204992], Content-Length=[0], Date=[Thu, 20 May 2021 08:13:47 GMT], Content-Type=[application/json]} 2021-05-20T08:13:47.632Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-05-20T08:13:47.632Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-20T08:13:47.632Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-20T08:13:47.638Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-20T08:13:47.638Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0a9e855-d4c9-4d8f-a03f-36cf0e78824e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-20T08:13:47.638Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-20T08:13:47.638Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-20T08:13:47.640Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-20T08:13:47.640Z|b0a9e855-d4c9-4d8f-a03f-36cf0e78824e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498427638, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:13:47.740Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-20T08:13:47.741Z||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-05-20T08:13:47.741Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:47.752Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:47.753Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-20T08:13:48.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:13:48.651Z||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-05-20T08:13:48.651Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:13:58.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:13:58.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:13:58.844Z||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-05-20T08:13:58.844Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:14:08.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:14:08.379Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:14:08.380Z||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-05-20T08:14:08.380Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:14:17.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:14:17.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:14:17.913Z||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-05-20T08:14:17.913Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:14:27.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:14:27.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:14:27.453Z||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-05-20T08:14:27.453Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:14:32.833Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:14:32.833Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|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-05-20T08:14:32.834Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:14:32.855Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:14:32.856Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.856Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b470ac-de30-4f4d-8f3d-3ddc9f79195b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498320854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:14:32.857Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.858Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498331556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498333701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498335140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498336540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498337751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498338889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498339973, "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-05-20T08:14:32.859Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498340977, "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-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498341980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498342983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498343986, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498344990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:14:32.860Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:14:36.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:14:36.987Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:14:36.987Z||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-05-20T08:14:36.987Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:14:46.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:14:46.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:14:46.524Z||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-05-20T08:14:46.524Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:14:56.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:15:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:15:32.831Z||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-05-20T08:15:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:15:32.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:15:32.833Z||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-05-20T08:15:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:15:32.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:15:32.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "437ec820-c666-47eb-8e21-3dc4a0d4313e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498376267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:15:32.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:15:32.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:15:32.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-20T08:15:32.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-20T08:15:32.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-20T08:15:32.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-20T08:15:32.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-20T08:15:32.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-20T08:15:32.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-20T08:15:32.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-20T08:15:32.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-20T08:15:32.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-20T08:15:32.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-20T08:15:32.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-20T08:15:32.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-20T08:15:32.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498216943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-20T08:15:32.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-20T08:15:32.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498386422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-20T08:15:32.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:15:32.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498388954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-20T08:15:32.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:15:32.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498390721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-20T08:15:32.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:15:32.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498392147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-20T08:15:32.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:15:32.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498393229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-20T08:15:32.863Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:15:32.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498394231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-20T08:15:32.863Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:15:32.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498395234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-20T08:15:32.863Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:15:32.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-20T08:15:32.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498396237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-20T08:15:32.864Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:15:42.372Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:16:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:16:32.832Z||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-05-20T08:16:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:16:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:16:32.833Z||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-05-20T08:16:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:16:33.352Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:16:33.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-20T08:16:33.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0a9e855-d4c9-4d8f-a03f-36cf0e78824e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621498427638, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-20T08:16:33.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-20T08:16:42.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:17:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:17:32.831Z||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-05-20T08:17:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:17:32.833Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:17:32.833Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|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-05-20T08:17:32.834Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:17:42.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:17:42.383Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:18:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:18:32.832Z||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-05-20T08:18:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:18:32.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:18:32.833Z||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-05-20T08:18:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:18:42.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:18:42.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:19:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:19:32.831Z||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-05-20T08:19:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:19:32.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:19:32.833Z||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-05-20T08:19:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:19:42.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:19:42.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:20:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:20:32.832Z||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-05-20T08:20:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:20:32.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:20:32.833Z||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-05-20T08:20:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:20:42.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:20:42.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:21:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:21:32.832Z||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-05-20T08:21:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:21:32.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:21:32.833Z||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-05-20T08:21:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:21:42.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:21:42.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:22:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:22:32.832Z||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-05-20T08:22:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:22:32.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:22:32.833Z||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-05-20T08:22:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:22:42.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:22:42.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:23:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:23:32.831Z||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-05-20T08:23:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:23:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:23:32.833Z||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-05-20T08:23:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:23:42.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:23:42.372Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:24:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:24:32.832Z||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-05-20T08:24:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:24:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:24:32.833Z||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-05-20T08:24:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:24:42.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:24:42.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:25:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:25:32.832Z||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-05-20T08:25:32.832Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:25:32.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:25:32.833Z||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-05-20T08:25:32.833Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:25:42.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:25:42.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:26:32.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:26:32.831Z||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-05-20T08:26:32.831Z||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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:26:32.833Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-20T08:26:32.833Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|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-05-20T08:26:32.833Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|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 xAq8cJk6r6jzQKAA) ... 2021-05-20T08:26:42.372Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-20T08:26:42.373Z|2edf61fa-e277-4690-b5e2-9c9ece0ab54c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK