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-02T04:20:27.764Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-5l6dw with PID 15 (/app/app.jar started by so in /app) 2021-05-02T04:20:27.772Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-02T04:20:27.772Z||main|||||INFO|500||The following profiles are active: basic 2021-05-02T04:20:35.002Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-02T04:20:35.003Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-02T04:20:35.084Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-02T04:20:36.541Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-02T04:20:36.688Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-02T04:20:37.089Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-02T04:20:37.097Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-02T04:20:37.178Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-02T04:20:37.309Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-02T04:20:37.685Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-02T04:20:38.547Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-02T04:20:40.519Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-02T04:20:40.559Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-02T04:20:40.983Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-02T04:20:41.129Z||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-02T04:20:42.383Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-02T04:20:43.267Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-02T04:20:43.288Z||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-02T04:20:43.289Z||main|||||WARN|500||The sdc end point is not alive 2021-05-02T04:20:45.428Z||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-02T04:20:47.798Z||main|||||WARN|500||--- 2021-05-02T04:20:47.798Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-02T04:20:47.798Z||main|||||WARN|500||--- 2021-05-02T04:20:48.070Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-02T04:20:51.085Z||main|||||INFO|500||Started Application in 25.322 seconds (JVM running for 26.498) 2021-05-02T04:20:51.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T04:20:51.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T04:20:51.099Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T04:20:51.165Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T04:20:51.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a545c97-cd14-4d9a-81f9-44ead0964293 url= /sdc/v1/artifactTypes 2021-05-02T04:20:51.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T04:20:51.489Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-02T04:20:51.505Z||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-02T04:20:51.531Z||scheduling-1|||||DEBUG|500||create keys 2021-05-02T04:20:51.537Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-02T04:20:51.563Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:20:51.582Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1a814c5e-d8cf-4f14-8607-3b00a7670b5e url= /sdc/v1/registerForDistribution 2021-05-02T04:20:51.689Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1a814c5e-d8cf-4f14-8607-3b00a7670b5e url= /sdc/v1/registerForDistribution 2021-05-02T04:20:51.690Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-02T04:20:51.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:20:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:20:51.707Z||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-02T04:20:51.707Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:20:51.707Z||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-02T04:20:51.707Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:20:51.708Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-02T04:21:01.946Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:21:01.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:21:51.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:21:51.699Z||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-02T04:21:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:21:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:21:51.702Z||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-02T04:21:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:22:01.260Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:22:01.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:22:51.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:22:51.700Z||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-02T04:22:51.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:22:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:22:51.702Z||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-02T04:22:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:23:01.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:23:01.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:23:51.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:23:51.700Z||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-02T04:23:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:23:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:23:51.704Z||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-02T04:23:51.705Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:24:01.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:24:01.265Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:24:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:24:51.700Z||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-02T04:24:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:24:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:24:51.703Z||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-02T04:24:51.703Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:25:01.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:25:01.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:25:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:25:51.699Z||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-02T04:25:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:25:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:25:51.702Z||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-02T04:25:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:26:01.263Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:26:01.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:26:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:26:51.699Z||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-02T04:26:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:26:51.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:26:51.703Z||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-02T04:26:51.703Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:27:01.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:27:01.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:27:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:27:51.699Z||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-02T04:27:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:27:51.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:27:51.702Z||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-02T04:27:51.703Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:28:01.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:28:01.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:28:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:28:51.699Z||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-02T04:28:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:28:51.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:28:51.702Z||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-02T04:28:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:29:01.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:29:01.256Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:29:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:29:51.700Z||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-02T04:29:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:29:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:29:51.702Z||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-02T04:29:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:30:01.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:30:01.256Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:30:47.249Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-02T04:30:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:30:51.700Z||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-02T04:30:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:30:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:30:51.702Z||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-02T04:30:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:31:01.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:31:01.256Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:31:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:31:51.699Z||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-02T04:31:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:31:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:31:51.701Z||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-02T04:31:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:32:01.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:32:01.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:32:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:32:51.699Z||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-02T04:32:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:32:51.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:32:51.701Z||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-02T04:32:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:33:01.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:33:01.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:33:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:33:51.699Z||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-02T04:33:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:33:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:33:51.701Z||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-02T04:33:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:34:01.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:34:01.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:34:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:34:51.699Z||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-02T04:34:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:34:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:34:51.701Z||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-02T04:34:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:35:01.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:35:01.255Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:35:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:35:51.699Z||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-02T04:35:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:35:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:35:51.701Z||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-02T04:35:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:36:01.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:36:01.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:36:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:36:51.699Z||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-02T04:36:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:36:51.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:36:51.701Z||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-02T04:36:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:37:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:37:01.253Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:37:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:37:51.699Z||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-02T04:37:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:37:51.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:37:51.701Z||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-02T04:37:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:38:01.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:38:01.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:38:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:38:51.701Z||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-02T04:38:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:38:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:38:51.701Z||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-02T04:38:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:39:01.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:39:01.257Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:39:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:39:51.699Z||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-02T04:39:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:39:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:39:51.702Z||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-02T04:39:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:40:01.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:40:01.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:40:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:40:51.699Z||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-02T04:40:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:40:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:40:51.701Z||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-02T04:40:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:41:01.251Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:41:01.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:41:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:41:51.699Z||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-02T04:41:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:41:51.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:41:51.702Z||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-02T04:41:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:42:01.270Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:42:01.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:42:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:42:51.700Z||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-02T04:42:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:42:51.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:42:51.702Z||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-02T04:42:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:43:01.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:43:01.255Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:43:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:43:51.699Z||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-02T04:43:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:43:51.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:43:51.701Z||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-02T04:43:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:44:01.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:44:01.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:44:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:44:51.699Z||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-02T04:44:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:44:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:44:51.702Z||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-02T04:44:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:45:01.255Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:45:01.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:45:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:45:51.699Z||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-02T04:45:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:45:51.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:45:51.701Z||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-02T04:45:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:46:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:46:01.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:46:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:46:51.699Z||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-02T04:46:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:46:51.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:46:51.702Z||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-02T04:46:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:47:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:47:01.254Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:47:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:47:51.699Z||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-02T04:47:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:47:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:47:51.701Z||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-02T04:47:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:48:01.247Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:48:01.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:48:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:48:51.699Z||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-02T04:48:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:48:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:48:51.701Z||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-02T04:48:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:49:01.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:49:01.254Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:49:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:49:51.699Z||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-02T04:49:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:49:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:49:51.702Z||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-02T04:49:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:50:01.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:50:01.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:50:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:50:51.700Z||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-02T04:50:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:50:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:50:51.701Z||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-02T04:50:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:51:01.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:51:01.279Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:51:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:51:51.699Z||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-02T04:51:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:51:51.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:51:51.701Z||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-02T04:51:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:52:01.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:52:01.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:52:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:52:51.699Z||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-02T04:52:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:52:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:52:51.701Z||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-02T04:52:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:53:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:53:01.253Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:53:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:53:51.700Z||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-02T04:53:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:53:51.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:53:51.702Z||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-02T04:53:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:54:01.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:54:01.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:54:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:54:51.699Z||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-02T04:54:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:54:51.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:54:51.701Z||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-02T04:54:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:55:01.256Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:55:01.282Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:55:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:55:51.699Z||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-02T04:55:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:55:51.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:55:51.701Z||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-02T04:55:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:56:01.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:56:01.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:56:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:56:51.699Z||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-02T04:56:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:56:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:56:51.701Z||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-02T04:56:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:57:01.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:57:01.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:57:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:57:51.699Z||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-02T04:57:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:57:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:57:51.701Z||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-02T04:57:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:58:01.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:58:01.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:58:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:58:51.699Z||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-02T04:58:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:58:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:58:51.702Z||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-02T04:58:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:59:01.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:59:01.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T04:59:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:59:51.699Z||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-02T04:59:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T04:59:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T04:59:51.701Z||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-02T04:59:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:00:01.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:00:51.699Z||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-02T05:00:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:00:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:00:51.702Z||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-02T05:00:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:00:52.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931615686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:52.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2df2ee7-c527-4456-8f4d-2595c419df58","serviceName":"vFW 2021-05-02 04-57-45","serviceVersion":"1.0","serviceUUID":"f7513c9a-e1e8-42b2-878d-0042a4409ed3","serviceDescription":"catalog service description","serviceInvariantUUID":"eb81ebce-2709-4f6b-aef6-34dfac7b1c7f","resources":[{"resourceInstanceName":"vFW ee04a53d-7824 0","resourceName":"vFW ee04a53d-7824","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94b58172-0191-48e8-9266-86609491efe8","resourceInvariantUUID":"8f12f100-878a-4684-89e9-321779f86c20","resourceCustomizationUUID":"42a32a0d-b009-4688-8170-6a1d5b5c98f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml","artifactChecksum":"ZGE1NWJlY2NlMDJlY2ZhZWFhNGU5OTJiNDhhZGNjMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7df13980-b377-4ca4-b50a-19ab85c67883","artifactVersion":"1"},{"artifactName":"vfwee04a53d78240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json","artifactChecksum":"OTVkZjE3NmI2MTQyYjcwNjRkNGIwMmNlNDRmMTdjYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4548a227-de2d-42ec-89c8-ab6551c1de0f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml","artifactChecksum":"NjNkZDJkM2UyM2I3OTIyMzUxNmNiMThlN2NjYTdmMmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a4c8dc0-0eb0-4e5e-96b5-74c83878a2e8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"74dcf8f3-8c13-4534-8adc-ee2f05be37e1","artifactVersion":"2","generatedFromUUID":"2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210502045745-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml","artifactChecksum":"N2Y1NDExODI4ODU5MmFjMjE1ZTRjNDUyOTA5YTFlYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6fb75065-7725-409a-9c84-0ca4e1233273","artifactVersion":"1"},{"artifactName":"service-Vfw20210502045745-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar","artifactChecksum":"OTQzNzMwZDdlODY4NjIxNTAxMDBmMmI3YzExZDg1ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f6b1494-5a5b-43d3-a905-aa56a2df8ac2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T05:00:52.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:00:52.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:00:52.348Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:00:52.348Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931616974, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "dcae-sch", "timestamp": 1619931608089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931612673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "ves-openapi-manager", "timestamp": 1619931618257, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931616974, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOTIFIED" } 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931615686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOTIFIED" } 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "dcae-sch", "timestamp": 1619931608089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931612673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931618775, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "ves-openapi-manager", "timestamp": 1619931618257, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931616974, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931615686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T05:00:52.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "dcae-sch", "timestamp": 1619931608089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931612673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T05:00:52.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931618775, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOTIFIED" } 2021-05-02T05:00:52.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "ves-openapi-manager", "timestamp": 1619931618257, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931616974, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931615686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "dcae-sch", "timestamp": 1619931608089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931612673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "cds", "timestamp": 1619931620646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931618775, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "ves-openapi-manager", "timestamp": 1619931618257, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931616974, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931615686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "dcae-sch", "timestamp": 1619931608089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931612673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "cds", "timestamp": 1619931620646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931618775, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "ves-openapi-manager", "timestamp": 1619931618257, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931616974, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931615686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "dcae-sch", "timestamp": 1619931608089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931612673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "cds", "timestamp": 1619931620646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931618775, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "ves-openapi-manager", "timestamp": 1619931618257, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931615686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "dcae-sch", "timestamp": 1619931608089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931616974, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931612673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "cds", "timestamp": 1619931620646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931618775, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "ves-openapi-manager", "timestamp": 1619931618257, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "cds", "timestamp": 1619931620646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931618775, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931625986, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931625990, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931626013, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "cds", "timestamp": 1619931620646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931627020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931627274, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "cds", "timestamp": 1619931620646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931627582, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931627672, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "policy-id", "timestamp": 1619931628023, "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-02T05:00:52.449Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-05-02T05:00:52.455Z||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-02T05:00:52.455Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:00:52.466Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:52.468Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T05:00:52.516Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58 2021-05-02T05:00:52.535Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 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-02T05:00:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931628821, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "cds", "timestamp": 1619931628837, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931629265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931629366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "cds", "timestamp": 1619931629853, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-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-02T05:00:52.582Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58 2021-05-02T05:00:52.582Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 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-02T05:00:52.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931630081, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.594Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931630272, "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-02T05:00:52.600Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58 2021-05-02T05:00:52.600Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 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-02T05:00:52.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931629919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931631026, "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-02T05:00:52.618Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58 2021-05-02T05:00:52.618Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 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-02T05:00:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931631104, "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-02T05:00:52.631Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58 2021-05-02T05:00:52.632Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 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-02T05:00:52.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-windriver-id", "timestamp": 1619931631275, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:00:52.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931630797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931629919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOTIFIED" } 2021-05-02T05:00:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-k8s-id", "timestamp": 1619931632029, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:00:52.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931632108, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:00:52.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931630797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931629919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931630797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931629919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931630797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931629919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931630797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931629919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931635079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931630797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931629919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931635079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931630797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931635079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931635079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931639300, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931635079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931635079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931635079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931643894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931646505, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:00:52.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931647558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:00:52.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "clamp", "timestamp": 1619931648561, "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-02T05:00:52.656Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58 2021-05-02T05:00:52.656Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 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-02T05:00:52.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931648880, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:00:52.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:00:52.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:00:52.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931649885, "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-02T05:00:52.672Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58 2021-05-02T05:00:52.672Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 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-02T05:00:53.354Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:00:53.354Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:00:53.356Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:00:53.357Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOTIFIED" } 2021-05-02T05:00:53.457Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:00:53.458Z||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-02T05:00:53.458Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:00:53.471Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:53.471Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:00:54.357Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:00:54.359Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:00:54.361Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:00:54.361Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T05:00:54.462Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:00:54.463Z||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-02T05:00:54.463Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:00:54.474Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:54.475Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:00:55.362Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:00:55.363Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:00:55.364Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:00:55.364Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:55.465Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:00:55.466Z||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-02T05:00:55.466Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:00:55.477Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:55.477Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:00:56.365Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:00:56.366Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:00:56.368Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:00:56.369Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T05:00:56.469Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:00:56.470Z||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-02T05:00:56.470Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:00:56.482Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:56.483Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:00:57.369Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:00:57.370Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:00:57.373Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:00:57.373Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:00:57.473Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:00:57.474Z||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-02T05:00:57.475Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:00:57.488Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:57.488Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:00:58.373Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:00:58.374Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:00:58.376Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:00:58.376Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:00:58.476Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:00:58.477Z||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-02T05:00:58.478Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:00:58.490Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:00:58.491Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:00:59.379Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "serviceName": "vFW 2021-05-02 04-57-45", "serviceVersion": "1.0", "serviceUUID": "f7513c9a-e1e8-42b2-878d-0042a4409ed3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "eb81ebce-2709-4f6b-aef6-34dfac7b1c7f", "resources": [ { "resourceInstanceName": "vFW ee04a53d-7824 0", "resourceCustomizationUUID": "42a32a0d-b009-4688-8170-6a1d5b5c98f5", "resourceName": "vFW ee04a53d-7824", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "94b58172-0191-48e8-9266-86609491efe8", "resourceInvariantUUID": "8f12f100-878a-4684-89e9-321779f86c20", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwee04a53d78240_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "artifactChecksum": "OTVkZjE3NmI2MTQyYjcwNjRkNGIwMmNlNDRmMTdjYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4548a227-de2d-42ec-89c8-ab6551c1de0f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "74dcf8f3-8c13-4534-8adc-ee2f05be37e1", "generatedFromUUID": "2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "74dcf8f3-8c13-4534-8adc-ee2f05be37e1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210502045745-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "artifactChecksum": "OTQzNzMwZDdlODY4NjIxNTAxMDBmMmI3YzExZDg1ODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0f6b1494-5a5b-43d3-a905-aa56a2df8ac2" } ], "workloadContext": "Production" } 2021-05-02T05:00:59.380Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T05:00:59.381Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7513c9a-e1e8-42b2-878d-0042a4409ed3 ASDC 2021-05-02T05:00:59.563Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f2df2ee7-c527-4456-8f4d-2595c419df58 ServiceName:vFW 2021-05-02 04-57-45 ServiceVersion:1.0 ServiceUUID:f7513c9a-e1e8-42b2-878d-0042a4409ed3 ServiceInvariantUUID:eb81ebce-2709-4f6b-aef6-34dfac7b1c7f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210502045745-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar ArtifactUUID:0f6b1494-5a5b-43d3-a905-aa56a2df8ac2 ArtifactChecksum:OTQzNzMwZDdlODY4NjIxNTAxMDBmMmI3YzExZDg1ODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ee04a53d-7824 0 ResourceCustomizationUUID:42a32a0d-b009-4688-8170-6a1d5b5c98f5 ResourceInvariantUUID:8f12f100-878a-4684-89e9-321779f86c20 ResourceName:vFW ee04a53d-7824 ResourceType:VF ResourceUUID:94b58172-0191-48e8-9266-86609491efe8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwee04a53d78240_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json ArtifactUUID:4548a227-de2d-42ec-89c8-ab6551c1de0f ArtifactChecksum:OTVkZjE3NmI2MTQyYjcwNjRkNGIwMmNlNDRmMTdjYTA= 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/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml ArtifactUUID:2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f 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/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env ArtifactUUID:74dcf8f3-8c13-4534-8adc-ee2f05be37e1 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/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env ArtifactUUID:74dcf8f3-8c13-4534-8adc-ee2f05be37e1 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T05:00:59.563Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7513c9a-e1e8-42b2-878d-0042a4409ed3 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-02T05:00:59.615Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:00:59.654Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-02T05:00:59.655Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-02T05:00:59.655Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0f6b1494-5a5b-43d3-a905-aa56a2df8ac2 from URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar 2021-05-02T05:00:59.655Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-02T05:00:59.657Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:00.564Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-02T05:01:00.583Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar 0f6b1494-5a5b-43d3-a905-aa56a2df8ac2 110264 2021-05-02T05:01:00.589Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar ASDC sendASDCNotification 2021-05-02T05:01:00.589Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:00.589Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:01:00.590Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:01:00.592Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:01:00.592Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931660584, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:01:00.693Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:01:00.696Z||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-02T05:01:00.696Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:01:00.711Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:01:00.712Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:01:01.593Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:01:01.594Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-02T05:01:01.595Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0f6b1494-5a5b-43d3-a905-aa56a2df8ac2, URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar to file: /app/ASDC/1/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:01.595Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210502045745-csar.csar 2021-05-02T05:01:01.708Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:01.708Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:02.279Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9302939843139353287/Definitions/service-Vfw20210502045745-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-05-02T05:01:05.200Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T05:01:05.205Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-02T05:01:05.205Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.205Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ee04a53d-7824 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.207Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ee04a53d-7824 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-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.207Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.207Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-Vfw20210502045745-csar.csar 2021-05-02T05:01:05.207Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-02T05:01:05.212Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.214Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:05.218Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:05.218Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-02T05:01:05.220Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:01:05.222Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.222Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria 2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.226Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T05:01:05.226Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.226Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T05:01:05.226Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T05:01:05.228Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.228Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T05:01:05.228Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.228Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:01:05.229Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.229Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria 2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eaf6f336-7ea5-4aec-ad09-ab2d4074eae0 2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a69d88ed-6aed-4f72-9890-783fe9d96a4d 2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria 2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd49856b-3773-49c6-b7c6-39779962c6e0 2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:05.237Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:05.237Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:05.237Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-02 04-57-45 Description:catalog service description Model UUID:f7513c9a-e1e8-42b2-878d-0042a4409ed3 Model Version:NULL Model InvariantUuid:eb81ebce-2709-4f6b-aef6-34dfac7b1c7f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ee04a53d-7824 Model UUID:109159d7-2364-4593-97da-18b63da4e041 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8f12f100-878a-4684-89e9-321779f86c20 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:42a32a0d-b009-4688-8170-6a1d5b5c98f5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea ModelName:VfwEe04a53d7824..base_vfw..module-0 ModelUuid:fa625b44-b2e9-4018-ab7f-78438be6cd1b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:eaf6f336-7ea5-4aec-ad09-ab2d4074eae0 ModelInvariantUuid:a54a8e9b-b009-47ed-bf76-837fe7a042e1 ModelName:vFW ee04a53d-7824-nodes.vfwCvfc ModelUuid:1637e15c-1277-4e2d-b60e-ffefd40c7d8b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0483660a-be7e-4c18-bdfc-f47060b2dc27 ModelInvariantUuid:39448e90-aec8-442c-9617-59506c98ec65 ModelName:VfwEe04a53d7824.compute.nodes.heat.vfw ModelUuid:d7ca6169-501e-451a-8803-413de3d031aa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a69d88ed-6aed-4f72-9890-783fe9d96a4d ModelInvariantUuid:dbfccab8-fc12-45fb-9053-d8c5468803e8 ModelName:vFW ee04a53d-7824-nodes.vsnCvfc ModelUuid:91d593fc-67db-4977-9109-946254c75e2c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:161da9c1-e00c-45d3-981a-df931b6ef44e ModelInvariantUuid:900c300d-8cc1-40ff-9593-a4f5923c2f6f ModelName:VfwEe04a53d7824.compute.nodes.heat.vsn ModelUuid:a0beb433-59e4-4842-b4ff-5d762daf8efb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dd49856b-3773-49c6-b7c6-39779962c6e0 ModelInvariantUuid:5fd91797-e562-40bf-bde4-d143ae6395cc ModelName:vFW ee04a53d-7824-nodes.vpgCvfc ModelUuid:ce8f3e9f-c6ba-4e1f-bd8e-746270c34909 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a0b9ff29-0659-4bdd-9476-255760870fd2 ModelInvariantUuid:ff2ee00c-6f5e-4a83-80f7-1607df8e0ace ModelName:VfwEe04a53d7824.compute.nodes.heat.vpg ModelUuid:8dbe8f3a-efa9-4032-9ac2-cfc710a8cdbb 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-02T05:01:05.261Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 94b58172-0191-48e8-9266-86609491efe8 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-02T05:01:05.363Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||vFW ee04a53d-7824 0 2021-05-02T05:01:05.376Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 94b58172-0191-48e8-9266-86609491efe8 2021-05-02T05:01:05.376Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4548a227-de2d-42ec-89c8-ab6551c1de0f from URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json 2021-05-02T05:01:05.376Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-02T05:01:05.376Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json 2021-05-02T05:01:05.964Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-02T05:01:05.965Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json 4548a227-de2d-42ec-89c8-ab6551c1de0f 785 2021-05-02T05:01:05.965Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json ASDC sendASDCNotification 2021-05-02T05:01:05.965Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json 2021-05-02T05:01:05.965Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:01:05.966Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:01:05.968Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:01:05.969Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931665965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:01:06.069Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:01:06.070Z||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-02T05:01:06.070Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:01:06.080Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:01:06.080Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:01:06.974Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEe04a53d7824..base_vfw..module-0", "vfModuleModelInvariantUUID": "bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fa625b44-b2e9-4018-ab7f-78438be6cd1b", "vfModuleModelCustomizationUUID": "8f4c3ab7-c567-42fb-a34a-6c90235ed28f", "isBase": true, "artifacts": [ "2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f", "74dcf8f3-8c13-4534-8adc-ee2f05be37e1" ], "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-02T05:01:06.996Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEe04a53d7824..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fa625b44-b2e9-4018-ab7f-78438be6cd1b VfModuleModelInvariantUUID:bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea VfModuleModelDescription:NULL Artifacts UUID List:{ 2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f , 74dcf8f3-8c13-4534-8adc-ee2f05be37e1 } 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-02T05:01:06.999Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEe04a53d7824..base_vfw..module-0", "vfModuleModelInvariantUUID": "bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fa625b44-b2e9-4018-ab7f-78438be6cd1b", "vfModuleModelCustomizationUUID": "8f4c3ab7-c567-42fb-a34a-6c90235ed28f", "isBase": true, "artifacts": [ "2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f", "74dcf8f3-8c13-4534-8adc-ee2f05be37e1" ], "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-02T05:01:06.999Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEe04a53d7824..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fa625b44-b2e9-4018-ab7f-78438be6cd1b VfModuleModelInvariantUUID:bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea VfModuleModelDescription:NULL Artifacts UUID List:{ 2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f , 74dcf8f3-8c13-4534-8adc-ee2f05be37e1 } 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-02T05:01:06.999Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f from URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml 2021-05-02T05:01:06.999Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-02T05:01:07.000Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml 2021-05-02T05:01:07.762Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-02T05:01:07.763Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml 2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f 20368 2021-05-02T05:01:07.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-02T05:01:07.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml 2021-05-02T05:01:07.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:01:07.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:01:07.767Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:01:07.767Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931667764, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:01:07.867Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:01:07.868Z||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-02T05:01:07.869Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:01:07.882Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:01:07.882Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:01:08.768Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 74dcf8f3-8c13-4534-8adc-ee2f05be37e1 from URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env 2021-05-02T05:01:08.768Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-02T05:01:08.769Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env 2021-05-02T05:01:09.394Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-02T05:01:09.395Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env 74dcf8f3-8c13-4534-8adc-ee2f05be37e1 2098 2021-05-02T05:01:09.395Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-02T05:01:09.395Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env 2021-05-02T05:01:09.395Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:01:09.396Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:01:09.399Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:01:09.399Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931669395, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:01:09.499Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:01:09.501Z||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-02T05:01:09.501Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:01:09.513Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:01:09.514Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:01:10.400Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f7513c9a-e1e8-42b2-878d-0042a4409ed3 2021-05-02T05:01:10.401Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ee04a53d-7824 0 94b58172-0191-48e8-9266-86609491efe8 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-02T05:01:10.444Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.445Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:10.477Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-02T05:01:10.477Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 42a32a0d-b009-4688-8170-6a1d5b5c98f5 2021-05-02T05:01:10.479Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42a32a0d-b009-4688-8170-6a1d5b5c98f5 matches Tosca VF Customization UUID: 42a32a0d-b009-4688-8170-6a1d5b5c98f5 2021-05-02T05:01:10.479Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 42a32a0d-b009-4688-8170-6a1d5b5c98f5 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-02T05:01:10.488Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.489Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:10.491Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 42a32a0d-b009-4688-8170-6a1d5b5c98f5: {\"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-02T05:01:10.491Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ef8365b 2021-05-02T05:01:10.492Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.492Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:01:10.492Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f4c3ab7-c567-42fb-a34a-6c90235ed28f 2021-05-02T05:01:10.493Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f4c3ab7-c567-42fb-a34a-6c90235ed28f 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-02T05:01:10.499Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.500Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:10.500Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:01:10.500Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria 2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eaf6f336-7ea5-4aec-ad09-ab2d4074eae0 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-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria 2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a69d88ed-6aed-4f72-9890-783fe9d96a4d 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-02T05:01:10.512Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.512Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:10.512Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:01:10.514Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria 2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd49856b-3773-49c6-b7c6-39779962c6e0 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-02T05:01:10.518Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.518Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:10.518Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:01:10.518Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.519Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria 2021-05-02T05:01:10.519Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=42a32a0d-b009-4688-8170-6a1d5b5c98f5 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-02T05:01:10.520Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.520Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f7513c9a-e1e8-42b2-878d-0042a4409ed3: vFW ee04a53d-7824 2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.522Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:10.522Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:01:10.522Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:01:10.522Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-05-02 04-57-45 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-02T05:01:10.821Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ee04a53d-7824 94b58172-0191-48e8-9266-86609491efe8 1 ASDC deployResourceStructure 2021-05-02T05:01:10.822Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json ASDC sendASDCNotification 2021-05-02T05:01:10.822Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json 2021-05-02T05:01:10.822Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:01:10.823Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:01:10.824Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:01:10.824Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931670822, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:01:10.925Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:01:10.926Z||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-02T05:01:10.926Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:01:10.937Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:01:10.937Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:01:11.825Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-02T05:01:11.826Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml 2021-05-02T05:01:11.826Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:01:11.827Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:01:11.829Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:01:11.829Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931671825, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:01:11.929Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:01:11.930Z||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-02T05:01:11.930Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:01:11.954Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:01:11.954Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:01:12.830Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-02T05:01:12.831Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env 2021-05-02T05:01:12.831Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:01:12.831Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:01:12.834Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:01:12.834Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931672830, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-02T05:01:12.934Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:01:12.935Z||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-02T05:01:12.935Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:01:12.950Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:01:12.951Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:01:13.835Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar ASDC sendASDCNotification 2021-05-02T05:01:13.835Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar 2021-05-02T05:01:13.836Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:01:13.836Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:01:13.838Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:01:13.838Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931673835, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:01:13.938Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:01:13.940Z||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-02T05:01:13.941Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:01:13.950Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:01:13.951Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:01:14.840Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:01:14.859Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:01:14.862Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:01:14.863Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:01:14.863Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:01:44.863Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:01:44.875Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:01:44.878Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:01:44.878Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:01:44.879Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:01:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:01:51.702Z||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-02T05:01:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:01:51.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:01:51.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:01:51.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931652178, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:01:51.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:02:14.879Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:02:14.890Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:02:14.895Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:02:14.895Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:02:14.896Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:02:44.896Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:02:44.907Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:02:44.910Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:02:44.911Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:02:44.911Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:02:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:02:51.702Z||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-02T05:02:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:02:51.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:02:51.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:02:51.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:02:51.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:03:14.911Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:03:14.921Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:03:14.923Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:03:14.923Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:03:14.923Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:03:44.924Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:03:44.935Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:03:44.938Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:03:44.938Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:03:44.939Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:03:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:03:51.702Z||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-02T05:03:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:03:51.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:03:51.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "aai-ml", "timestamp": 1619931653183, "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-02T05:03:51.744Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58 2021-05-02T05:03:51.744Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 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-02T05:03:51.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "NOTIFIED" } 2021-05-02T05:03:51.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:03:51.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T05:03:51.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:03:51.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:03:51.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T05:03:51.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:03:51.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931651698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:03:51.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931660584, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:03:51.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931665965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:03:51.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931667764, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:03:51.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931669395, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:03:51.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931670822, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:03:51.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931671825, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:03:51.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:03:51.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931672830, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-02T05:03:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:03:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:03:51.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931673835, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:03:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:14.939Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:04:14.951Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:04:14.955Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:04:14.955Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:04:14.955Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-02T05:04:14.960Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T05:04:44.960Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 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-02T05:04:44.971Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2df2ee7-c527-4456-8f4d-2595c419df58 and serviceModelVersionId: f7513c9a-e1e8-42b2-878d-0042a4409ed3 2021-05-02T05:04:44.971Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb81ebce-2709-4f6b-aef6-34dfac7b1c7f 2021-05-02T05:04:51.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:04:51.701Z||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-02T05:04:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:04:52.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:04:52.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931719919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931716974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931718775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931715686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931720797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "ves-openapi-manager", "timestamp": 1619931718257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931719919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931716974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931718775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931720797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931715686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "ves-openapi-manager", "timestamp": 1619931718257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931719919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931716974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931718775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931720797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931715686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931725079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "ves-openapi-manager", "timestamp": 1619931718257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "cds", "timestamp": 1619931725646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931716974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931718775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931715686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931719919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931720797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931725079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "ves-openapi-manager", "timestamp": 1619931718257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "cds", "timestamp": 1619931725646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931716974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931719919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931715686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931718775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931720797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931725079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "ves-openapi-manager", "timestamp": 1619931718257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "cds", "timestamp": 1619931725646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931719919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931715686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931718775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931716974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931720797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "dcae-sch", "timestamp": 1619931728089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931725079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "ves-openapi-manager", "timestamp": 1619931718257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "cds", "timestamp": 1619931725646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931716974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931715686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931718775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931719919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931720797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931725079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "dcae-sch", "timestamp": 1619931728089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "ves-openapi-manager", "timestamp": 1619931718257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "cds", "timestamp": 1619931725646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931725079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "dcae-sch", "timestamp": 1619931728089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931730836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931730834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931730840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931730847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "cds", "timestamp": 1619931725646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931725079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "dcae-sch", "timestamp": 1619931728089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931732290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "cds", "timestamp": 1619931725646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931732294, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931732366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "dcae-sch", "timestamp": 1619931728089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931732673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931733581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "dcae-sch", "timestamp": 1619931728089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931734167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931734186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "cds", "timestamp": 1619931734188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931734261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931732673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "dcae-sch", "timestamp": 1619931728089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931735173, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T05:04:52.265Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0 2021-05-02T05:04:52.265Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 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-02T05:04:52.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "cds", "timestamp": 1619931735192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-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-02T05:04:52.279Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0 2021-05-02T05:04:52.279Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 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-02T05:04:52.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931735200, "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-02T05:04:52.296Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0 2021-05-02T05:04:52.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 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-02T05:04:52.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931735264, "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-02T05:04:52.311Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0 2021-05-02T05:04:52.311Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 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-02T05:04:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931732673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:04:52.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931735713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:04:52.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-windriver-id", "timestamp": 1619931736176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:04:52.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-k8s-id", "timestamp": 1619931736203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:04:52.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "multicloud-starlingx-id", "timestamp": 1619931736267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:04:52.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931732673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619931736716, "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-02T05:04:52.354Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0 2021-05-02T05:04:52.354Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 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-02T05:04:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931732673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931732673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:04:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931738371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:04:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931732673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:04:52.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:04:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "aai-ml", "timestamp": 1619931739376, "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-02T05:04:52.370Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0 2021-05-02T05:04:52.371Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 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-02T05:04:52.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931740964, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931741967, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:04:52.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931742062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:04:52.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "policy-id", "timestamp": 1619931742969, "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-02T05:04:52.388Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0 2021-05-02T05:04:52.388Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 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-02T05:04:52.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931744070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:04:52.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:04:52.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:04:52.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "clamp", "timestamp": 1619931745073, "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-02T05:04:52.401Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0 2021-05-02T05:04:52.402Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 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-02T05:04:56.173Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0 2021-05-02T05:04:56.297Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T05:04:56.780Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|INFO|500||Invoke 2021-05-02T05:04:56.787Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f2df2ee7-c527-4456-8f4d-2595c419df58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd2fb50e-0f92-4d28-ac89-f3236afb38d7], X-ECOMP-RequestID=[f2df2ee7-c527-4456-8f4d-2595c419df58], X-TransactionId=[], X-ONAP-RequestID=[f2df2ee7-c527-4456-8f4d-2595c419df58], Content-Type=[application/merge-patch+json]} 2021-05-02T05:04:56.918Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T05:04:57.367Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?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/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-05:04:56:926-88301], vertex-id=[217128], Content-Length=[0], Date=[Sun, 02 May 2021 05:04:56 GMT], Content-Type=[application/json]} 2021-05-02T05:04:57.369Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-02T05:04:57.369Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|INFO|500||InvokeReturn 2021-05-02T05:04:57.372Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T05:04:57.372Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-02T05:04:57.377Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||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-02T05:04:57.378Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2df2ee7-c527-4456-8f4d-2595c419df58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T05:04:57.379Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T05:04:57.379Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:04:57.381Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:04:57.381Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931897378, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:04:57.481Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:04:57.482Z||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-02T05:04:57.482Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:04:57.495Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:04:57.496Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T05:04:58.391Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:04:58.391Z|f2df2ee7-c527-4456-8f4d-2595c419df58|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-02T05:04:58.391Z|f2df2ee7-c527-4456-8f4d-2595c419df58|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:02.727Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:02.728Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:05:02.729Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"795d6047-6f2e-4940-884a-e18c58b80ba0","serviceName":"basic_onboard_YcrBEI","serviceVersion":"1.0","serviceUUID":"ec412b78-403f-436b-8359-59f05ccc39f1","serviceDescription":"service","serviceInvariantUUID":"dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e","resources":[{"resourceInstanceName":"basic_onboard_YcrBEI 0","resourceName":"basic_onboard_YcrBEI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fa3b20e-7920-48f6-836f-f4587d6a8cc2","resourceInvariantUUID":"eee6836e-e2a2-4aa5-99ae-81c20d04e4cb","resourceCustomizationUUID":"79825021-c0f7-4d06-bee6-914b85469830","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml","artifactChecksum":"NmRmYzY3ODgyMGYwMWE1ODk5MGY4ZWRiNDEyOGRjYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9064282a-8471-42f5-ade0-443709908b36","artifactVersion":"1"},{"artifactName":"basic_onboard_ycrbei0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json","artifactChecksum":"YzY2NmYwMDAzYTM0MGM0MmFiMzMzNjAxZTk2ZDQ4NTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5232616-387c-4f78-8fa9-fe79987fe3d9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4080d39f-1cb9-4db3-91ca-2d017a8df3a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8de96aa-e292-41af-8650-181bb90056c2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"630b213f-a069-4c8b-84d6-5791992f9c82","artifactVersion":"2","generatedFromUUID":"4080d39f-1cb9-4db3-91ca-2d017a8df3a8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYcrbei-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml","artifactChecksum":"ZTE2MzM0NjU0NDQyMTY3Y2RhOTRjMmNmMWIyOWEzZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6e1a5e7-436b-40b8-bcd4-e4e7bebb7b91","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYcrbei-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar","artifactChecksum":"ZmMxZGIwODA4ZWE2M2MwMjM2MmFjOGVmNTNkMTdiNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54234b9b-00c3-41fc-8792-87a348f517bc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T05:05:02.733Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:05:02.734Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:02.736Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:02.736Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:05:02.837Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:05:02.838Z||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-02T05:05:02.838Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:02.850Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:02.851Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:05:03.737Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:05:03.738Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:03.741Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:03.742Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:05:03.842Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:03.843Z||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-02T05:05:03.843Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:03.857Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:03.857Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:04.742Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:05:04.743Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:04.746Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:04.746Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:05:04.846Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:04.847Z||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-02T05:05:04.847Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:04.861Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:04.861Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:05.746Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:05:05.747Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:05.749Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:05.749Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:05:05.850Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:05:05.851Z||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-02T05:05:05.851Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:05.862Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:05.863Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:06.750Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:05:06.752Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:06.754Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:06.754Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:05:06.854Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T05:05:06.855Z||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-02T05:05:06.855Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:06.866Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:06.867Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:07.755Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:05:07.756Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:07.758Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:07.758Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:05:07.858Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:07.859Z||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-02T05:05:07.860Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:07.870Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:07.870Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:05:08.759Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:05:08.760Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:08.763Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:08.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:05:08.864Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:08.865Z||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-02T05:05:08.865Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:08.877Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:08.877Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:09.767Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "serviceName": "basic_onboard_YcrBEI", "serviceVersion": "1.0", "serviceUUID": "ec412b78-403f-436b-8359-59f05ccc39f1", "serviceDescription": "service", "serviceInvariantUUID": "dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e", "resources": [ { "resourceInstanceName": "basic_onboard_YcrBEI 0", "resourceCustomizationUUID": "79825021-c0f7-4d06-bee6-914b85469830", "resourceName": "basic_onboard_YcrBEI", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6fa3b20e-7920-48f6-836f-f4587d6a8cc2", "resourceInvariantUUID": "eee6836e-e2a2-4aa5-99ae-81c20d04e4cb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ycrbei0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "artifactChecksum": "YzY2NmYwMDAzYTM0MGM0MmFiMzMzNjAxZTk2ZDQ4NTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5232616-387c-4f78-8fa9-fe79987fe3d9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4080d39f-1cb9-4db3-91ca-2d017a8df3a8", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "630b213f-a069-4c8b-84d6-5791992f9c82", "generatedFromUUID": "4080d39f-1cb9-4db3-91ca-2d017a8df3a8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "630b213f-a069-4c8b-84d6-5791992f9c82", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYcrbei-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "artifactChecksum": "ZmMxZGIwODA4ZWE2M2MwMjM2MmFjOGVmNTNkMTdiNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54234b9b-00c3-41fc-8792-87a348f517bc" } ], "workloadContext": "Production" } 2021-05-02T05:05:09.767Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T05:05:09.768Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec412b78-403f-436b-8359-59f05ccc39f1 ASDC 2021-05-02T05:05:09.769Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:795d6047-6f2e-4940-884a-e18c58b80ba0 ServiceName:basic_onboard_YcrBEI ServiceVersion:1.0 ServiceUUID:ec412b78-403f-436b-8359-59f05ccc39f1 ServiceInvariantUUID:dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYcrbei-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar ArtifactUUID:54234b9b-00c3-41fc-8792-87a348f517bc ArtifactChecksum:ZmMxZGIwODA4ZWE2M2MwMjM2MmFjOGVmNTNkMTdiNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_YcrBEI 0 ResourceCustomizationUUID:79825021-c0f7-4d06-bee6-914b85469830 ResourceInvariantUUID:eee6836e-e2a2-4aa5-99ae-81c20d04e4cb ResourceName:basic_onboard_YcrBEI ResourceType:VF ResourceUUID:6fa3b20e-7920-48f6-836f-f4587d6a8cc2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ycrbei0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json ArtifactUUID:a5232616-387c-4f78-8fa9-fe79987fe3d9 ArtifactChecksum:YzY2NmYwMDAzYTM0MGM0MmFiMzMzNjAxZTk2ZDQ4NTA= 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/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml ArtifactUUID:4080d39f-1cb9-4db3-91ca-2d017a8df3a8 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/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env ArtifactUUID:630b213f-a069-4c8b-84d6-5791992f9c82 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/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env ArtifactUUID:630b213f-a069-4c8b-84d6-5791992f9c82 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T05:05:09.769Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec412b78-403f-436b-8359-59f05ccc39f1 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-02T05:05:09.794Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:05:09.795Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-02T05:05:09.795Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-02T05:05:09.795Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 54234b9b-00c3-41fc-8792-87a348f517bc from URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:09.796Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-02T05:05:09.796Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:09.937Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-02T05:05:09.941Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar 54234b9b-00c3-41fc-8792-87a348f517bc 74798 2021-05-02T05:05:09.942Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar ASDC sendASDCNotification 2021-05-02T05:05:09.942Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:09.942Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:05:09.942Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:09.943Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:09.944Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931909942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:05:10.044Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:10.045Z||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-02T05:05:10.045Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:10.058Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:10.059Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:05:10.944Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:05:10.946Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-02T05:05:10.946Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 54234b9b-00c3-41fc-8792-87a348f517bc, URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar to file: /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:10.947Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:10.947Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:10.948Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:11.101Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17652957766966521736/Definitions/service-BasicOnboardYcrbei-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-02T05:05:12.242Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YcrBEI 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-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||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-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||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-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||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-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||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-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||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-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YcrBEI 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||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-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria 2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria 2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is not matching search criteria 2021-05-02T05:05:12.252Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria 2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria 2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria 2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is not matching search criteria 2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e74ccaf5-1801-48a1-a9aa-57fb97ec92a2 2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_YcrBEI Description:service Model UUID:ec412b78-403f-436b-8359-59f05ccc39f1 Model Version:NULL Model InvariantUuid:dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_YcrBEI Model UUID:94dd158a-b9a6-4908-8d92-5fe89f68c534 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:eee6836e-e2a2-4aa5-99ae-81c20d04e4cb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:79825021-c0f7-4d06-bee6-914b85469830 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:17b57069-ed31-4b8f-ad8c-1bf7cc678004 ModelName:BasicOnboardYcrbei..base_ubuntu18..module-0 ModelUuid:10d31dd0-273a-4e27-9b61-fc2f9df502f1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e74ccaf5-1801-48a1-a9aa-57fb97ec92a2 ModelInvariantUuid:f8787631-d923-407a-98a3-7c08cd3779f2 ModelName:basic_onboard_YcrBEI-nodes.ubuntu18Cvfc ModelUuid:44bc0a52-00f3-4add-b9c9-ba9d33eb1f4b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8c60b70b-3f6d-4da5-8690-d81e0545ff0d ModelInvariantUuid:ce2abca4-9021-409e-b5a3-a1cf182d9c79 ModelName:BasicOnboardYcrbei.compute.nodes.heat.ubuntu18 ModelUuid:1b7558f6-c01c-443e-9ceb-a0be02ddb399 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-02T05:05:12.263Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fa3b20e-7920-48f6-836f-f4587d6a8cc2 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-02T05:05:12.265Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||basic_onboard_YcrBEI 0 2021-05-02T05:05:12.265Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fa3b20e-7920-48f6-836f-f4587d6a8cc2 2021-05-02T05:05:12.265Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a5232616-387c-4f78-8fa9-fe79987fe3d9 from URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json 2021-05-02T05:05:12.266Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-02T05:05:12.266Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json 2021-05-02T05:05:12.878Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-02T05:05:12.878Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json a5232616-387c-4f78-8fa9-fe79987fe3d9 798 2021-05-02T05:05:12.879Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json ASDC sendASDCNotification 2021-05-02T05:05:12.879Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json 2021-05-02T05:05:12.879Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:05:12.879Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:12.881Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:12.881Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931912879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:05:12.981Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:12.982Z||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-02T05:05:12.982Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:12.992Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:12.993Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:13.881Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYcrbei..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "17b57069-ed31-4b8f-ad8c-1bf7cc678004", "vfModuleModelVersion": "1", "vfModuleModelUUID": "10d31dd0-273a-4e27-9b61-fc2f9df502f1", "vfModuleModelCustomizationUUID": "2d23921d-90f4-42bb-a40d-8a28c5810bb0", "isBase": true, "artifacts": [ "4080d39f-1cb9-4db3-91ca-2d017a8df3a8", "630b213f-a069-4c8b-84d6-5791992f9c82" ], "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-02T05:05:13.885Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYcrbei..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:10d31dd0-273a-4e27-9b61-fc2f9df502f1 VfModuleModelInvariantUUID:17b57069-ed31-4b8f-ad8c-1bf7cc678004 VfModuleModelDescription:NULL Artifacts UUID List:{ 4080d39f-1cb9-4db3-91ca-2d017a8df3a8 , 630b213f-a069-4c8b-84d6-5791992f9c82 } 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-02T05:05:13.887Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYcrbei..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "17b57069-ed31-4b8f-ad8c-1bf7cc678004", "vfModuleModelVersion": "1", "vfModuleModelUUID": "10d31dd0-273a-4e27-9b61-fc2f9df502f1", "vfModuleModelCustomizationUUID": "2d23921d-90f4-42bb-a40d-8a28c5810bb0", "isBase": true, "artifacts": [ "4080d39f-1cb9-4db3-91ca-2d017a8df3a8", "630b213f-a069-4c8b-84d6-5791992f9c82" ], "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-02T05:05:13.887Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYcrbei..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:10d31dd0-273a-4e27-9b61-fc2f9df502f1 VfModuleModelInvariantUUID:17b57069-ed31-4b8f-ad8c-1bf7cc678004 VfModuleModelDescription:NULL Artifacts UUID List:{ 4080d39f-1cb9-4db3-91ca-2d017a8df3a8 , 630b213f-a069-4c8b-84d6-5791992f9c82 } 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-02T05:05:13.887Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4080d39f-1cb9-4db3-91ca-2d017a8df3a8 from URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml 2021-05-02T05:05:13.888Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-02T05:05:13.888Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml 2021-05-02T05:05:15.058Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-02T05:05:15.059Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml 4080d39f-1cb9-4db3-91ca-2d017a8df3a8 5033 2021-05-02T05:05:15.059Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-02T05:05:15.060Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml 2021-05-02T05:05:15.060Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:05:15.060Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:15.062Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:15.062Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931915059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:05:15.162Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:15.163Z||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-02T05:05:15.163Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:15.175Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:15.175Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:16.063Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 630b213f-a069-4c8b-84d6-5791992f9c82 from URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env 2021-05-02T05:05:16.064Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-02T05:05:16.064Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env 2021-05-02T05:05:16.673Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-02T05:05:16.674Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env 630b213f-a069-4c8b-84d6-5791992f9c82 909 2021-05-02T05:05:16.674Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-02T05:05:16.675Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env 2021-05-02T05:05:16.675Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:05:16.675Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:16.677Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:16.678Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931916674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:05:16.778Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:16.779Z||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-02T05:05:16.779Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:16.792Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:16.793Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:05:17.678Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ec412b78-403f-436b-8359-59f05ccc39f1 2021-05-02T05:05:17.679Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YcrBEI 0 6fa3b20e-7920-48f6-836f-f4587d6a8cc2 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-02T05:05:17.696Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.696Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:17.697Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-02T05:05:17.697Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 79825021-c0f7-4d06-bee6-914b85469830 2021-05-02T05:05:17.697Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79825021-c0f7-4d06-bee6-914b85469830 matches Tosca VF Customization UUID: 79825021-c0f7-4d06-bee6-914b85469830 2021-05-02T05:05:17.697Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 79825021-c0f7-4d06-bee6-914b85469830 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-02T05:05:17.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:17.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 79825021-c0f7-4d06-bee6-914b85469830: {\"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-02T05:05:17.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f2aedf3 2021-05-02T05:05:17.700Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.700Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:05:17.700Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d23921d-90f4-42bb-a40d-8a28c5810bb0 2021-05-02T05:05:17.700Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d23921d-90f4-42bb-a40d-8a28c5810bb0 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-02T05:05:17.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria 2021-05-02T05:05:17.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:05:17.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.703Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria 2021-05-02T05:05:17.703Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:05:17.703Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.703Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is not matching search criteria 2021-05-02T05:05:17.704Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-02T05:05:17.704Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T05:05:17.704Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e74ccaf5-1801-48a1-a9aa-57fb97ec92a2 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-02T05:05:17.706Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.706Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria 2021-05-02T05:05:17.706Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:05:17.707Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.707Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria 2021-05-02T05:05:17.707Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=79825021-c0f7-4d06-bee6-914b85469830 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-02T05:05:17.709Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.709Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:17.709Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ec412b78-403f-436b-8359-59f05ccc39f1: basic_onboard_YcrBEI 2021-05-02T05:05:17.709Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.711Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:17.711Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:05:17.711Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:05:17.711Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_YcrBEI 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-02T05:05:17.772Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YcrBEI 6fa3b20e-7920-48f6-836f-f4587d6a8cc2 1 ASDC deployResourceStructure 2021-05-02T05:05:17.772Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json ASDC sendASDCNotification 2021-05-02T05:05:17.772Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json 2021-05-02T05:05:17.773Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:05:17.773Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:17.775Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:17.775Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931917772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:05:17.875Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:17.876Z||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-02T05:05:17.876Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:17.887Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:17.888Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:05:18.776Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-02T05:05:18.777Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml 2021-05-02T05:05:18.777Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:05:18.778Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:18.780Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:18.780Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931918776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:05:18.880Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:18.881Z||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-02T05:05:18.881Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:18.891Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:18.892Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:19.780Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-02T05:05:19.782Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env 2021-05-02T05:05:19.782Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:05:19.782Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:19.783Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:19.784Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931919780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-02T05:05:19.884Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:19.885Z||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-02T05:05:19.885Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:19.896Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:19.896Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:20.785Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar ASDC sendASDCNotification 2021-05-02T05:05:20.786Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar 2021-05-02T05:05:20.786Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:05:20.787Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:20.789Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:20.790Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931920785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:05:20.890Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:20.891Z||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-02T05:05:20.891Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:20.901Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:20.902Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:21.790Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 795d6047-6f2e-4940-884a-e18c58b80ba0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:05:21.802Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 795d6047-6f2e-4940-884a-e18c58b80ba0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:05:21.807Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:05:21.807Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||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-02T05:05:21.811Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T05:05:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:05:51.702Z||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-02T05:05:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:51.811Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 795d6047-6f2e-4940-884a-e18c58b80ba0 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-02T05:05:51.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 795d6047-6f2e-4940-884a-e18c58b80ba0 and serviceModelVersionId: ec412b78-403f-436b-8359-59f05ccc39f1 2021-05-02T05:05:51.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e 2021-05-02T05:05:51.819Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0 2021-05-02T05:05:51.825Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T05:05:51.860Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?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-02T05:05:51.860Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0|INFO|500||Invoke 2021-05-02T05:05:51.891Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T05:05:52.163Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0|INFO|500||InvokeReturn 2021-05-02T05:05:52.163Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-05:05:51:899-43517], vertex-id=[164024], Content-Length=[0], Date=[Sun, 02 May 2021 05:05:51 GMT], Content-Type=[application/json]} 2021-05-02T05:05:52.163Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T05:05:52.163Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T05:05:52.164Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||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-02T05:05:52.168Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||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-02T05:05:52.169Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 795d6047-6f2e-4940-884a-e18c58b80ba0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T05:05:52.169Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T05:05:52.169Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:05:52.171Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:05:52.171Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931952169, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:05:52.271Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:05:52.272Z||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-02T05:05:52.272Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:05:52.284Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:52.284Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:05:52.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:05:52.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931897378, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:05:52.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:05:52.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931898391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931909942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931912879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931915059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931916674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931917772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931918776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:05:52.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931919780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-02T05:05:52.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931920785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:05:52.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:05:53.181Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:05:53.182Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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-02T05:05:53.182Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:06:02.729Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:06:02.729Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:06:02.730Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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-02T05:06:02.730Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:06:12.267Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:06:12.268Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:06:12.268Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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-02T05:06:12.269Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:06:21.817Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:06:21.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:06:21.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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-02T05:06:21.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:06:31.358Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:06:51.698Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:06:51.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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-02T05:06:51.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:06:51.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:06:51.701Z||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-02T05:06:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:06:52.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:06:52.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T05:06:52.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619931952169, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:06:52.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:07:01.241Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:07:51.698Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:07:51.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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-02T05:07:51.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:07:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:07:51.701Z||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-02T05:07:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:08:01.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:08:01.256Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:08:51.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:08:51.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:08:51.699Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:08:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:08:51.702Z||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-02T05:08:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:09:01.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:09:01.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:09:51.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:09:51.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:09:51.699Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:09:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:09:51.701Z||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-02T05:09:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:10:01.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:10:01.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:10:51.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:10:51.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:10:51.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:10:51.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:10:51.701Z||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-02T05:10:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:01.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:01.252Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:51.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:11:51.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:11:51.699Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:51.701Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:11:51.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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-02T05:11:51.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:52.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:52.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"75943d1b-e944-4ba0-9a92-682e516beb8a","serviceName":"Demo_pNF_EaKm3h6BE5ghbpHUTOlR","serviceVersion":"1.0","serviceUUID":"049e511f-ab53-4c9e-a5c1-b29167472dc0","serviceDescription":"catalog service description","serviceInvariantUUID":"ff4e9b2c-34d2-460b-af7a-5fe80af3369e","resources":[{"resourceInstanceName":"pNF 0104453b-10d1 0","resourceName":"pNF 0104453b-10d1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e05226ac-7a7a-48ab-9a55-908f2914c54b","resourceInvariantUUID":"94edb3b9-7156-486c-be02-a529bcfe2192","resourceCustomizationUUID":"b7943e98-0970-4f1b-a6d1-dccf674eb1ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml","artifactChecksum":"NTllM2I5OTkxZTFkMzU3YWQ5ZjU4MjZmZTlmMGIwMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e541e066-560e-4b43-b4e4-ae45cd705710","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar","artifactChecksum":"OTBjM2I5ODU5NDFkMmIyZDNlODk5MGI1YTEwNzllZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4aff941a-9fd6-421c-a7ab-5f375c3d93c9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40d31b10-ec02-4ef7-925a-94bdb886dfba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ0MGM5OTUyMzdkOWQ4ODdkNjJmZWIxMmY2NGQzZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8de7cc0c-a65f-4741-94b8-1d8313e60ab9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b3b4310-6c12-41c3-805d-d5eddf1c6707","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9d10333-978f-4125-a169-7c784ea16cef","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEakm3h6be5ghbphutolr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml","artifactChecksum":"NmJkZDVlNTA3OGQzY2QxN2JjNmUzZTI2NWVjYzUxMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ade91fe-be03-4245-8b57-f7b28455731c","artifactVersion":"1"},{"artifactName":"service-DemoPnfEakm3h6be5ghbphutolr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar","artifactChecksum":"YjUxMGEwYzNiOWU0ODg3NmQ4ZDY2YTdhMWIyYTUzNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e63f8cc4-bc58-4970-9a54-9a206f33979c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T05:11:52.331Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:11:52.332Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:11:52.334Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:11:52.334Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.335Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:52.339Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.339Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932259919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932265079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "dcae-sch", "timestamp": 1619932268089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932265646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932260797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932259919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932265646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "dcae-sch", "timestamp": 1619932268089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932265079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932260797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932259919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932265079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "dcae-sch", "timestamp": 1619932268089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932265646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932260797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932259919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932265079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932260797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "dcae-sch", "timestamp": 1619932268089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932265646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932272673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932259919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932265079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932265646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "dcae-sch", "timestamp": 1619932268089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932260797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932272673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932259919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932265079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932260797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "dcae-sch", "timestamp": 1619932268089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932265646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932272673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932259919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932265079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932260797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "dcae-sch", "timestamp": 1619932268089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932265646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-windriver-id", "timestamp": 1619932275686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932272673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932259919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932265646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932265079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "dcae-sch", "timestamp": 1619932268089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932260797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-windriver-id", "timestamp": 1619932275686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932272673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-k8s-id", "timestamp": 1619932276974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-windriver-id", "timestamp": 1619932275686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932272673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-k8s-id", "timestamp": 1619932276974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932278774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932278779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932278877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932278257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-windriver-id", "timestamp": 1619932275686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932272673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932278775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-k8s-id", "timestamp": 1619932276974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "cds", "timestamp": 1619932279780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-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-02T05:11:52.363Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a 2021-05-02T05:11:52.363Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a 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-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932278257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-windriver-id", "timestamp": 1619932275686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932272673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932278775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932280601, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-k8s-id", "timestamp": 1619932276974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932278257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-windriver-id", "timestamp": 1619932275686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.371Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932278775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.371Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.371Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.371Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932281603, "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-02T05:11:52.374Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a 2021-05-02T05:11:52.374Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a 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-02T05:11:52.381Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-k8s-id", "timestamp": 1619932276974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932278257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932282266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-windriver-id", "timestamp": 1619932275686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932278775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-k8s-id", "timestamp": 1619932276974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932278257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932283177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932283270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-windriver-id", "timestamp": 1619932275686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932278775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-k8s-id", "timestamp": 1619932276974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.385Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932278257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-02T05:11:52.385Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.385Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.385Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "aai-ml", "timestamp": 1619932284182, "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-02T05:11:52.389Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a 2021-05-02T05:11:52.389Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a 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-02T05:11:52.396Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.396Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "policy-id", "timestamp": 1619932284272, "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-02T05:11:52.400Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a 2021-05-02T05:11:52.400Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a 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-02T05:11:52.407Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.407Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932278775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-k8s-id", "timestamp": 1619932276974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932278257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932278775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932278257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932286158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932278775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932287297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932288167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932288584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "clamp", "timestamp": 1619932289174, "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-02T05:11:52.416Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a 2021-05-02T05:11:52.416Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a 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-02T05:11:52.424Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-02T05:11:52.424Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "ves-openapi-manager", "timestamp": 1619932289588, "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-02T05:11:52.427Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a 2021-05-02T05:11:52.428Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a 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-02T05:11:52.434Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:11:52.434Z||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-02T05:11:52.435Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:52.445Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:52.446Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:11:53.334Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:11:53.336Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:11:53.337Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:11:53.338Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:53.438Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:11:53.439Z||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-02T05:11:53.439Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:53.452Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:53.452Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:11:54.338Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:11:54.339Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:11:54.340Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:11:54.340Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:54.441Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:11:54.442Z||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-02T05:11:54.442Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:54.455Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:54.456Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:11:55.341Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:11:55.342Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:11:55.343Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:11:55.343Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:55.444Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:11:55.445Z||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-02T05:11:55.445Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:55.458Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:55.459Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:11:56.344Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:11:56.345Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:11:56.348Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:11:56.348Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:56.448Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:11:56.449Z||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-02T05:11:56.450Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:56.461Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:56.461Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:11:57.348Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:11:57.349Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:11:57.351Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:11:57.351Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:57.452Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:11:57.454Z||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-02T05:11:57.455Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:57.464Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:57.466Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:11:58.352Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:11:58.352Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:11:58.354Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:11:58.354Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:11:58.454Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:11:58.455Z||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-02T05:11:58.455Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:58.468Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:58.468Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:11:59.355Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:11:59.355Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:11:59.358Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:11:59.358Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:11:59.458Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:11:59.459Z||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-02T05:11:59.459Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:11:59.474Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:11:59.474Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:12:00.359Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "serviceName": "Demo_pNF_EaKm3h6BE5ghbpHUTOlR", "serviceVersion": "1.0", "serviceUUID": "049e511f-ab53-4c9e-a5c1-b29167472dc0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ff4e9b2c-34d2-460b-af7a-5fe80af3369e", "resources": [ { "resourceInstanceName": "pNF 0104453b-10d1 0", "resourceCustomizationUUID": "b7943e98-0970-4f1b-a6d1-dccf674eb1ee", "resourceName": "pNF 0104453b-10d1", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e05226ac-7a7a-48ab-9a55-908f2914c54b", "resourceInvariantUUID": "94edb3b9-7156-486c-be02-a529bcfe2192", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "artifactChecksum": "YjUxMGEwYzNiOWU0ODg3NmQ4ZDY2YTdhMWIyYTUzNzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e63f8cc4-bc58-4970-9a54-9a206f33979c" } ], "workloadContext": "Production" } 2021-05-02T05:12:00.359Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T05:12:00.359Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 049e511f-ab53-4c9e-a5c1-b29167472dc0 ASDC 2021-05-02T05:12:00.360Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:75943d1b-e944-4ba0-9a92-682e516beb8a ServiceName:Demo_pNF_EaKm3h6BE5ghbpHUTOlR ServiceVersion:1.0 ServiceUUID:049e511f-ab53-4c9e-a5c1-b29167472dc0 ServiceInvariantUUID:ff4e9b2c-34d2-460b-af7a-5fe80af3369e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEakm3h6be5ghbphutolr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar ArtifactUUID:e63f8cc4-bc58-4970-9a54-9a206f33979c ArtifactChecksum:YjUxMGEwYzNiOWU0ODg3NmQ4ZDY2YTdhMWIyYTUzNzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0104453b-10d1 0 ResourceCustomizationUUID:b7943e98-0970-4f1b-a6d1-dccf674eb1ee ResourceInvariantUUID:94edb3b9-7156-486c-be02-a529bcfe2192 ResourceName:pNF 0104453b-10d1 ResourceType:PNF ResourceUUID:e05226ac-7a7a-48ab-9a55-908f2914c54b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-02T05:12:00.360Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 049e511f-ab53-4c9e-a5c1-b29167472dc0 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-02T05:12:00.388Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:12:00.388Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T05:12:00.388Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T05:12:00.388Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e63f8cc4-bc58-4970-9a54-9a206f33979c from URL: /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:00.389Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T05:12:00.389Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:01.270Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T05:12:01.274Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar e63f8cc4-bc58-4970-9a54-9a206f33979c 83340 2021-05-02T05:12:01.275Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar ASDC sendASDCNotification 2021-05-02T05:12:01.275Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:01.275Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:12:01.275Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:12:01.277Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:12:01.277Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932321274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:12:01.377Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:12:01.378Z||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-02T05:12:01.378Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:12:01.387Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:12:01.387Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:12:02.277Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:12:02.279Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T05:12:02.280Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e63f8cc4-bc58-4970-9a54-9a206f33979c, URL: /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar to file: /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:02.280Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:02.281Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:02.281Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:02.465Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11946270232315798980/Definitions/service-DemoPnfEakm3h6be5ghbphutolr-template.yml 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0104453b-10d1 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0104453b-10d1 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-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Node template pNF 0104453b-10d1 0 is matching search criteria 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0104453b-10d1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Node template pNF 0104453b-10d1 0 is matching search criteria 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0104453b-10d1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:12:03.137Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:12:03.137Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_EaKm3h6BE5ghbpHUTOlR Description:catalog service description Model UUID:049e511f-ab53-4c9e-a5c1-b29167472dc0 Model Version:NULL Model InvariantUuid:ff4e9b2c-34d2-460b-af7a-5fe80af3369e 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-02T05:12:03.142Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e05226ac-7a7a-48ab-9a55-908f2914c54b 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-02T05:12:03.144Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||pNF 0104453b-10d1 0 2021-05-02T05:12:03.144Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e05226ac-7a7a-48ab-9a55-908f2914c54b 2021-05-02T05:12:03.145Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 049e511f-ab53-4c9e-a5c1-b29167472dc0 2021-05-02T05:12:03.145Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 049e511f-ab53-4c9e-a5c1-b29167472dc0 2021-05-02T05:12:03.145Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0104453b-10d1 0 e05226ac-7a7a-48ab-9a55-908f2914c54b 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-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 049e511f-ab53-4c9e-a5c1-b29167472dc0: pNF 0104453b-10d1 2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Processing PNF resource: e05226ac-7a7a-48ab-9a55-908f2914c54b 2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Resource customization UUID: b7943e98-0970-4f1b-a6d1-dccf674eb1ee is the same as notified resource customizationUUID: b7943e98-0970-4f1b-a6d1-dccf674eb1ee 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-02T05:12:03.208Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0104453b-10d1 e05226ac-7a7a-48ab-9a55-908f2914c54b 0 ASDC deployResourceStructure 2021-05-02T05:12:03.208Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar ASDC sendASDCNotification 2021-05-02T05:12:03.208Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar 2021-05-02T05:12:03.208Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:12:03.209Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:12:03.210Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:12:03.210Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932323208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:12:03.311Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:12:03.312Z||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-02T05:12:03.312Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:12:03.323Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:12:03.323Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:12:04.211Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75943d1b-e944-4ba0-9a92-682e516beb8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:12:04.223Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75943d1b-e944-4ba0-9a92-682e516beb8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:12:04.226Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:12:04.229Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T05:12:04.236Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T05:12:34.236Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75943d1b-e944-4ba0-9a92-682e516beb8a 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-02T05:12:34.242Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75943d1b-e944-4ba0-9a92-682e516beb8a and serviceModelVersionId: 049e511f-ab53-4c9e-a5c1-b29167472dc0 2021-05-02T05:12:34.242Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff4e9b2c-34d2-460b-af7a-5fe80af3369e 2021-05-02T05:12:34.243Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0 2021-05-02T05:12:34.248Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T05:12:34.284Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?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-02T05:12:34.284Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0|INFO|500||Invoke 2021-05-02T05:12:34.303Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T05:12:35.063Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0|INFO|500||InvokeReturn 2021-05-02T05:12:35.064Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210502-05:12:34:311-43725], vertex-id=[225320], Content-Length=[0], Date=[Sun, 02 May 2021 05:12:34 GMT], Content-Type=[application/json]} 2021-05-02T05:12:35.064Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T05:12:35.064Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T05:12:35.064Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||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-02T05:12:35.069Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T05:12:35.070Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75943d1b-e944-4ba0-9a92-682e516beb8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T05:12:35.070Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T05:12:35.070Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:12:35.071Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:12:35.071Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932355070, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:12:35.172Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:12:35.173Z||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-02T05:12:35.173Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:12:35.188Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:12:35.188Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T05:12:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:12:51.699Z||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-02T05:12:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:12:51.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:12:51.701Z||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-02T05:12:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:12:51.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:12:51.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:12:51.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:12:51.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T05:13:01.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:13:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:13:51.699Z||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-02T05:13:51.699Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:13:51.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:13:51.701Z||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-02T05:13:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:13:52.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:13:52.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:13:52.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T05:13:52.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:13:52.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:13:52.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932311698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:13:52.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932321274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:13:52.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:13:52.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932323208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:13:52.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:13:52.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T05:13:52.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932355070, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:13:52.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:01.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:14:51.700Z||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-02T05:14:51.700Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:14:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:14:51.701Z||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-02T05:14:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:14:51.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:51.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932455686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932458775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932456974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932452673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "ves-openapi-manager", "timestamp": 1619932458257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "cds", "timestamp": 1619932460646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932455686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932456974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932458775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932452673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "ves-openapi-manager", "timestamp": 1619932458257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "cds", "timestamp": 1619932460646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932455686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932456974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932458775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932452673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "ves-openapi-manager", "timestamp": 1619932458257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "cds", "timestamp": 1619932460646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932455686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932456974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932458775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932452673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "ves-openapi-manager", "timestamp": 1619932458257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "cds", "timestamp": 1619932460646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932455686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932456974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932458775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932452673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "ves-openapi-manager", "timestamp": 1619932458257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "cds", "timestamp": 1619932460646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932455686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932456974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932458775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932452673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "ves-openapi-manager", "timestamp": 1619932458257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "cds", "timestamp": 1619932460646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932455686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932456974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932458775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932452673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "ves-openapi-manager", "timestamp": 1619932458257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "cds", "timestamp": 1619932460646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932468273, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932468275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932468279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932468279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "cds", "timestamp": 1619932468685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932469283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "cds", "timestamp": 1619932469691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T05:14:51.867Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199 2021-05-02T05:14:51.867Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 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-02T05:14:51.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932469784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932469786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932469872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "policy-id", "timestamp": 1619932470287, "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-02T05:14:51.881Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199 2021-05-02T05:14:51.881Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 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-02T05:14:51.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932470974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932470983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.892Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932471176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.892Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:14:51.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932471983, "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-02T05:14:51.898Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199 2021-05-02T05:14:51.899Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 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-02T05:14:51.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932471987, "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-02T05:14:51.911Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199 2021-05-02T05:14:51.911Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 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-02T05:14:51.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932472368, "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-02T05:14:51.925Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199 2021-05-02T05:14:51.925Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 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-02T05:14:51.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-windriver-id", "timestamp": 1619932472986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932472990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932472673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "multicloud-k8s-id", "timestamp": 1619932473370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932472673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932472673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932475646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932475686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932472673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932475646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932476974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932475686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932472673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932475646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932476974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932475686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932472673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932479175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932475646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932476974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932475686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932472673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932475646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932476974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932475686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932472673, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932475646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932476974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932475686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932482263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932475646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932476974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932475686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932468089, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932483266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932475646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932476974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932475686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932483777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "policy-id", "timestamp": 1619932484268, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T05:14:51.970Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1 2021-05-02T05:14:51.970Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:14:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932476974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932485162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932485189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932485274, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932485864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932486164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932486205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "cds", "timestamp": 1619932486279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T05:14:51.986Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1 2021-05-02T05:14:51.986Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:14:51.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932486485, "artifactURL": "/sdc/v1/catalog/services/9a972deb-3873-43ab-b46f-054d5f5a50e7/resourceInstances/basicclamp0/artifacts/5dab7292-5be6-4f4d-abb0-2af75a8a23c3", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:51.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932486671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:14:51.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932486868, "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-02T05:14:52.000Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199 2021-05-02T05:14:52.001Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 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-02T05:14:52.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932486972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:52.010Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "clamp", "timestamp": 1619932487208, "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-02T05:14:52.016Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199 2021-05-02T05:14:52.016Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 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-02T05:14:52.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "aai-ml", "timestamp": 1619932487676, "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-02T05:14:52.032Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199 2021-05-02T05:14:52.032Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 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-02T05:14:52.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932487687, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:52.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932487752, "artifactURL": "/sdc/v1/catalog/services/9a972deb-3873-43ab-b46f-054d5f5a50e7/resourceInstances/basicclamp0/artifacts/5dab7292-5be6-4f4d-abb0-2af75a8a23c3", "status": "DEPLOY_OK" } 2021-05-02T05:14:52.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932487877, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:52.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932488386, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:52.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "dcae-sch", "timestamp": 1619932488755, "artifactURL": "/sdc/v1/catalog/services/9a972deb-3873-43ab-b46f-054d5f5a50e7/resourceInstances/basicclamp0/artifacts/5dab7292-5be6-4f4d-abb0-2af75a8a23c3", "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-02T05:14:52.051Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1 2021-05-02T05:14:52.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:14:52.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932489287, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:52.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932489309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:52.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932489390, "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-02T05:14:52.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1 2021-05-02T05:14:52.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:14:52.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932490302, "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-02T05:14:52.083Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1 2021-05-02T05:14:52.083Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:14:52.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "dcae-sch", "timestamp": 1619932489757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-windriver-id", "timestamp": 1619932490391, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:14:52.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932490430, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:14:52.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932490646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-k8s-id", "timestamp": 1619932491305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:14:52.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "dcae-sch", "timestamp": 1619932489757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:14:52.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932491433, "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-02T05:14:52.099Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1 2021-05-02T05:14:52.099Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:14:52.328Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:52.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-02T05:14:52.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"29fffc3a-4811-41ab-aa35-099e2107b199","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7e34dd2b-9098-4fa3-8f53-fca73ed71710","serviceDescription":"service","serviceInvariantUUID":"77c44225-7eaf-4cb8-9dae-a80b1ea3e66e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9ad6e42d-fd07-4171-9ca2-50cd91f8000a","resourceInvariantUUID":"6d92d466-c18e-4157-b254-e0ced1a5ec00","resourceCustomizationUUID":"4a428708-2b10-4604-8db6-583d7eca1393","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":"ZTQzNzhmMDQyNTE2ZGNjZWFmOTdlZGUxY2M5N2QzNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b25d5416-1bc9-4ae9-9b52-502b708d4067","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":"NGZhYjk3M2MzOTI3NWI3M2ZiYjMzMDIyZTYxODgwMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc065b2c-6e70-47c3-a691-8d55f2e8ee3a","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":"48b6bcba-8a0e-410c-a5c4-16cbd8714e93","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":"e79daf2b-601c-4ebd-9f4b-ea2dd07d2a9d","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":"8d702590-f7aa-4a6c-9108-fccbebe6a53a","artifactVersion":"2","generatedFromUUID":"48b6bcba-8a0e-410c-a5c4-16cbd8714e93"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTE3MDBmM2Y3ODI2NmMyMjI2NTZmMDQ1OGU3OThhYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4af70d64-66cd-4f8e-a9b2-ae7a606866c1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Nzc3NWFlODYyY2VhZDhiM2ZiMzg0Y2VhNzBlOWQzZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74036723-ee98-4aef-ba93-d668d12cf239","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T05:14:52.331Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:14:52.331Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:14:52.333Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:14:52.334Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:52.434Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:14:52.435Z||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-02T05:14:52.435Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:14:52.445Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:52.445Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:14:53.334Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:14:53.335Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:14:53.338Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:14:53.338Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:14:53.438Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:14:53.439Z||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-02T05:14:53.439Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:14:53.450Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:53.451Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:14:54.338Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:14:54.340Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:14:54.341Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:14:54.341Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:14:54.441Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:14:54.443Z||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-02T05:14:54.443Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:14:54.453Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:54.453Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:14:55.342Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:14:55.343Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:14:55.345Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:14:55.345Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:55.445Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:14:55.446Z||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-02T05:14:55.446Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:14:55.457Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:55.458Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:14:56.345Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:14:56.346Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:14:56.348Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:14:56.348Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:14:56.449Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:14:56.450Z||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-02T05:14:56.450Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:14:56.463Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:56.464Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:14:57.349Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:14:57.350Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:14:57.352Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:14:57.352Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:14:57.452Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:14:57.453Z||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-02T05:14:57.453Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:14:57.465Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:57.465Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:14:58.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:14:58.354Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:14:58.356Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:14:58.356Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:14:58.456Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:14:58.457Z||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-02T05:14:58.457Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:14:58.468Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:14:58.469Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:14:59.358Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7e34dd2b-9098-4fa3-8f53-fca73ed71710", "serviceDescription": "service", "serviceInvariantUUID": "77c44225-7eaf-4cb8-9dae-a80b1ea3e66e", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "4a428708-2b10-4604-8db6-583d7eca1393", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9ad6e42d-fd07-4171-9ca2-50cd91f8000a", "resourceInvariantUUID": "6d92d466-c18e-4157-b254-e0ced1a5ec00", "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": "NGZhYjk3M2MzOTI3NWI3M2ZiYjMzMDIyZTYxODgwMmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc065b2c-6e70-47c3-a691-8d55f2e8ee3a", "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": "48b6bcba-8a0e-410c-a5c4-16cbd8714e93", "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": "8d702590-f7aa-4a6c-9108-fccbebe6a53a", "generatedFromUUID": "48b6bcba-8a0e-410c-a5c4-16cbd8714e93" }, "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": "8d702590-f7aa-4a6c-9108-fccbebe6a53a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "Nzc3NWFlODYyY2VhZDhiM2ZiMzg0Y2VhNzBlOWQzZmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74036723-ee98-4aef-ba93-d668d12cf239" } ], "workloadContext": "Production" } 2021-05-02T05:14:59.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T05:14:59.359Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e34dd2b-9098-4fa3-8f53-fca73ed71710 ASDC 2021-05-02T05:14:59.359Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:29fffc3a-4811-41ab-aa35-099e2107b199 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7e34dd2b-9098-4fa3-8f53-fca73ed71710 ServiceInvariantUUID:77c44225-7eaf-4cb8-9dae-a80b1ea3e66e 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:74036723-ee98-4aef-ba93-d668d12cf239 ArtifactChecksum:Nzc3NWFlODYyY2VhZDhiM2ZiMzg0Y2VhNzBlOWQzZmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:4a428708-2b10-4604-8db6-583d7eca1393 ResourceInvariantUUID:6d92d466-c18e-4157-b254-e0ced1a5ec00 ResourceName:basic_vm ResourceType:VF ResourceUUID:9ad6e42d-fd07-4171-9ca2-50cd91f8000a 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:fc065b2c-6e70-47c3-a691-8d55f2e8ee3a ArtifactChecksum:NGZhYjk3M2MzOTI3NWI3M2ZiYjMzMDIyZTYxODgwMmM= 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:48b6bcba-8a0e-410c-a5c4-16cbd8714e93 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:8d702590-f7aa-4a6c-9108-fccbebe6a53a 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:8d702590-f7aa-4a6c-9108-fccbebe6a53a ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T05:14:59.359Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e34dd2b-9098-4fa3-8f53-fca73ed71710 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-02T05:14:59.400Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74036723-ee98-4aef-ba93-d668d12cf239 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-02T05:15:00.179Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:15:00.185Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 74036723-ee98-4aef-ba93-d668d12cf239 74263 2021-05-02T05:15:00.185Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-02T05:15:00.186Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-02T05:15:00.186Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:15:00.186Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:00.188Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:00.188Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932500185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:15:00.289Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:00.289Z||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-02T05:15:00.290Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:00.303Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:00.303Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:01.189Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:15:01.190Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:15:01.190Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 74036723-ee98-4aef-ba93-d668d12cf239, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:01.190Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-02T05:15:01.191Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:01.191Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:01.306Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18213207008397589964/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-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_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-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||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-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da0d43-4a86-4bc9-a7f9-e0f66edcbcf8 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7e34dd2b-9098-4fa3-8f53-fca73ed71710 Model Version:NULL Model InvariantUuid:77c44225-7eaf-4cb8-9dae-a80b1ea3e66e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:2a28b733-e86f-4d82-8973-6b92d617b2e0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6d92d466-c18e-4157-b254-e0ced1a5ec00 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4a428708-2b10-4604-8db6-583d7eca1393 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:429c8395-0f12-4ead-a990-4c3a6e23defb ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:c97593e3-44ce-4ff8-9e06-811ae6bae2b5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:99da0d43-4a86-4bc9-a7f9-e0f66edcbcf8 ModelInvariantUuid:7b5d0119-f931-4480-9038-d5992935d3cb ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:72e811d9-879c-4d13-99b8-19c380b8896e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:23432fdc-2593-4918-afdc-c71b59f368b6 ModelInvariantUuid:17b5762f-065f-4858-9d93-9c7d352f065d ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:2dcca356-0e3e-49b3-a0fb-cd0f5ae1a660 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-02T05:15:02.336Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9ad6e42d-fd07-4171-9ca2-50cd91f8000a 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-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||basic_vm 0 2021-05-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9ad6e42d-fd07-4171-9ca2-50cd91f8000a 2021-05-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fc065b2c-6e70-47c3-a691-8d55f2e8ee3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fc065b2c-6e70-47c3-a691-8d55f2e8ee3a 787 2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:15:02.983Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:02.984Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:02.985Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932502982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:15:03.085Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:03.086Z||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-02T05:15:03.086Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:03.099Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:03.099Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:03.985Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "429c8395-0f12-4ead-a990-4c3a6e23defb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c97593e3-44ce-4ff8-9e06-811ae6bae2b5", "vfModuleModelCustomizationUUID": "cd05262b-bab8-4ff8-945e-133b289ce107", "isBase": true, "artifacts": [ "48b6bcba-8a0e-410c-a5c4-16cbd8714e93", "8d702590-f7aa-4a6c-9108-fccbebe6a53a" ], "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-02T05:15:03.989Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c97593e3-44ce-4ff8-9e06-811ae6bae2b5 VfModuleModelInvariantUUID:429c8395-0f12-4ead-a990-4c3a6e23defb VfModuleModelDescription:NULL Artifacts UUID List:{ 48b6bcba-8a0e-410c-a5c4-16cbd8714e93 , 8d702590-f7aa-4a6c-9108-fccbebe6a53a } 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-02T05:15:03.991Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "429c8395-0f12-4ead-a990-4c3a6e23defb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c97593e3-44ce-4ff8-9e06-811ae6bae2b5", "vfModuleModelCustomizationUUID": "cd05262b-bab8-4ff8-945e-133b289ce107", "isBase": true, "artifacts": [ "48b6bcba-8a0e-410c-a5c4-16cbd8714e93", "8d702590-f7aa-4a6c-9108-fccbebe6a53a" ], "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-02T05:15:03.991Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c97593e3-44ce-4ff8-9e06-811ae6bae2b5 VfModuleModelInvariantUUID:429c8395-0f12-4ead-a990-4c3a6e23defb VfModuleModelDescription:NULL Artifacts UUID List:{ 48b6bcba-8a0e-410c-a5c4-16cbd8714e93 , 8d702590-f7aa-4a6c-9108-fccbebe6a53a } 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-02T05:15:03.991Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 48b6bcba-8a0e-410c-a5c4-16cbd8714e93 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-02T05:15:03.991Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:15:03.992Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-02T05:15:04.966Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:15:04.966Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 48b6bcba-8a0e-410c-a5c4-16cbd8714e93 5033 2021-05-02T05:15:04.966Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-02T05:15:04.966Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-02T05:15:04.967Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:15:04.967Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:04.969Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:04.969Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932504966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:15:05.069Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:05.070Z||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-02T05:15:05.070Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:05.081Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:05.082Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:05.969Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8d702590-f7aa-4a6c-9108-fccbebe6a53a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-02T05:15:05.970Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:15:05.970Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-02T05:15:06.369Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8d702590-f7aa-4a6c-9108-fccbebe6a53a 903 2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:06.372Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:06.372Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932506370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:15:06.472Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:06.473Z||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-02T05:15:06.474Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:06.482Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:06.483Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:07.373Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7e34dd2b-9098-4fa3-8f53-fca73ed71710 2021-05-02T05:15:07.374Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9ad6e42d-fd07-4171-9ca2-50cd91f8000a 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-02T05:15:07.387Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.388Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:07.388Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-05-02T05:15:07.388Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4a428708-2b10-4604-8db6-583d7eca1393 2021-05-02T05:15:07.388Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4a428708-2b10-4604-8db6-583d7eca1393 matches Tosca VF Customization UUID: 4a428708-2b10-4604-8db6-583d7eca1393 2021-05-02T05:15:07.388Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4a428708-2b10-4604-8db6-583d7eca1393 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-02T05:15:07.390Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.390Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:07.391Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4a428708-2b10-4604-8db6-583d7eca1393: {\"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-02T05:15:07.391Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62d4f80c 2021-05-02T05:15:07.391Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.391Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:15:07.392Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd05262b-bab8-4ff8-945e-133b289ce107 2021-05-02T05:15:07.392Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd05262b-bab8-4ff8-945e-133b289ce107 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-02T05:15:07.394Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.394Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T05:15:07.394Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:07.394Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.395Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T05:15:07.395Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:07.395Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.395Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-02T05:15:07.395Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T05:15:07.395Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-02T05:15:07.395Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da0d43-4a86-4bc9-a7f9-e0f66edcbcf8 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-02T05:15:07.398Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.398Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T05:15:07.398Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:07.398Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.398Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T05:15:07.398Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4a428708-2b10-4604-8db6-583d7eca1393 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-02T05:15:07.400Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.400Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:07.400Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7e34dd2b-9098-4fa3-8f53-fca73ed71710: basic_vm 2021-05-02T05:15:07.400Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.400Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:07.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:07.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:07.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:07.402Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:07.402Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:07.402Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||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-02T05:15:07.466Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9ad6e42d-fd07-4171-9ca2-50cd91f8000a 1 ASDC deployResourceStructure 2021-05-02T05:15:07.467Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-02T05:15:07.467Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-02T05:15:07.467Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:15:07.467Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:07.469Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:07.469Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932507467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:15:07.569Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:07.570Z||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-02T05:15:07.570Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:07.580Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:07.580Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:08.470Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-02T05:15:08.471Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-02T05:15:08.471Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:15:08.471Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:08.473Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:08.474Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932508469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:15:08.574Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:08.575Z||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-02T05:15:08.575Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:08.586Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:08.586Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:15:09.475Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-02T05:15:09.475Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-02T05:15:09.475Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:15:09.475Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:09.478Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:09.478Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932509475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-02T05:15:09.578Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:09.579Z||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-02T05:15:09.579Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:09.590Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:09.590Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:10.478Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-02T05:15:10.479Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-02T05:15:10.479Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:15:10.479Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:10.481Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:10.481Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932510478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:15:10.581Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:10.582Z||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-02T05:15:10.582Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:10.593Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:10.593Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:11.481Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29fffc3a-4811-41ab-aa35-099e2107b199 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:15:11.490Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29fffc3a-4811-41ab-aa35-099e2107b199 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:15:11.493Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:15:11.493Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T05:15:11.493Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T05:15:11.494Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T05:15:11.494Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:15:11.494Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:15:11.494Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:15:11.494Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:15:11.494Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:15:11.494Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:15:11.494Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T05:15:11.501Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T05:15:41.502Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29fffc3a-4811-41ab-aa35-099e2107b199 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-02T05:15:41.513Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29fffc3a-4811-41ab-aa35-099e2107b199 and serviceModelVersionId: 7e34dd2b-9098-4fa3-8f53-fca73ed71710 2021-05-02T05:15:41.513Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77c44225-7eaf-4cb8-9dae-a80b1ea3e66e 2021-05-02T05:15:41.515Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77c44225-7eaf-4cb8-9dae-a80b1ea3e66e/model-vers/model-ver/7e34dd2b-9098-4fa3-8f53-fca73ed71710?depth=0 2021-05-02T05:15:41.521Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T05:15:41.554Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77c44225-7eaf-4cb8-9dae-a80b1ea3e66e/model-vers/model-ver/7e34dd2b-9098-4fa3-8f53-fca73ed71710?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-02T05:15:41.555Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77c44225-7eaf-4cb8-9dae-a80b1ea3e66e/model-vers/model-ver/7e34dd2b-9098-4fa3-8f53-fca73ed71710?depth=0|INFO|500||Invoke 2021-05-02T05:15:41.574Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77c44225-7eaf-4cb8-9dae-a80b1ea3e66e/model-vers/model-ver/7e34dd2b-9098-4fa3-8f53-fca73ed71710?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T05:15:41.863Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77c44225-7eaf-4cb8-9dae-a80b1ea3e66e/model-vers/model-ver/7e34dd2b-9098-4fa3-8f53-fca73ed71710?depth=0|INFO|500||InvokeReturn 2021-05-02T05:15:41.863Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77c44225-7eaf-4cb8-9dae-a80b1ea3e66e/model-vers/model-ver/7e34dd2b-9098-4fa3-8f53-fca73ed71710?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210502-05:15:41:590-15811], vertex-id=[241704], Content-Length=[0], Date=[Sun, 02 May 2021 05:15:41 GMT], Content-Type=[application/json]} 2021-05-02T05:15:41.863Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T05:15:41.864Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T05:15:41.864Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||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-02T05:15:41.870Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T05:15:41.870Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29fffc3a-4811-41ab-aa35-099e2107b199 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T05:15:41.870Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T05:15:41.871Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:41.873Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:41.873Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932541870, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:15:41.974Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:41.974Z||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-02T05:15:41.975Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:41.987Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:41.987Z||pool-61-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-02T05:15:42.887Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-02T05:15:42.887Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"821e52d0-499a-4d23-bd84-74c2c9d315b1","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"9a972deb-3873-43ab-b46f-054d5f5a50e7","serviceDescription":"service","serviceInvariantUUID":"0ca90463-83f9-463f-ac47-a17ee2ad286f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06048050-7b1b-4364-8126-f691c1aa9fae","resourceInvariantUUID":"9751cb10-1aa3-4a3e-9663-b90ccdf6711e","resourceCustomizationUUID":"3b0d13d2-bfe2-4aef-ac6b-1535c527b31b","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":"5dab7292-5be6-4f4d-abb0-2af75a8a23c3","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":"MzAyMjU2ZmIzMGFmNjUxYjliMTIyNWQ0ZDMwOWZhYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47b44b71-09dc-47b1-bd81-183a7601cd0e","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":"MzVkZDM5OWIwZmJkODk1OGVlNTE0YWUyMGI0NmFhYzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1986912-b282-43e3-9d75-43db10cbd9ba","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":"037c1dac-8311-4565-8679-01a77d251fc1","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":"14c2b43b-b646-48a5-ad7d-6f5d1313b5fc","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":"bd4834b8-af38-4ee8-a12a-e40d7557128d","artifactVersion":"2","generatedFromUUID":"037c1dac-8311-4565-8679-01a77d251fc1"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NTFiMzBhM2NiNzQxZDE3MWY0MWQyZmZlZjAxYTU5ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5986ad34-b511-4e5a-9c63-b92437c2d7cf","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmQ1NWQ4YzRiMmQ4ZTcwYWNiYjA4OTU3MWQ4Y2M3NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac42929c-80c9-49a7-87f2-5b51e41e6541","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T05:15:42.887Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:15:42.887Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:42.889Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:42.889Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:15:42.989Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:42.990Z||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-02T05:15:42.990Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:42.999Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:43.000Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:43.890Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:15:43.892Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:43.895Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:43.895Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:15:43.995Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:43.996Z||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-02T05:15:43.996Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:44.008Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:44.008Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:44.895Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:15:44.896Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:44.897Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:44.898Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:15:44.998Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:44.999Z||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-02T05:15:44.999Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:45.012Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:45.012Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:45.898Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:15:45.900Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:45.903Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:45.903Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:15:46.003Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:46.004Z||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-02T05:15:46.004Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:46.014Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:46.014Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:46.903Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:15:46.904Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:46.907Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:46.907Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:15:47.007Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:47.008Z||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-02T05:15:47.008Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:47.022Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:47.023Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:47.908Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:15:47.909Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:47.911Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:47.911Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:15:48.012Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:15:48.013Z||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-02T05:15:48.013Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:48.023Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:48.024Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:48.912Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:15:48.913Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:48.915Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:48.915Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:15:49.015Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:49.016Z||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-02T05:15:49.016Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:49.027Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:49.027Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:49.916Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:15:49.917Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:49.919Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:49.919Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:15:50.019Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:50.020Z||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-02T05:15:50.020Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:50.031Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:50.032Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:15:50.921Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "9a972deb-3873-43ab-b46f-054d5f5a50e7", "serviceDescription": "service", "serviceInvariantUUID": "0ca90463-83f9-463f-ac47-a17ee2ad286f", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "3b0d13d2-bfe2-4aef-ac6b-1535c527b31b", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "06048050-7b1b-4364-8126-f691c1aa9fae", "resourceInvariantUUID": "9751cb10-1aa3-4a3e-9663-b90ccdf6711e", "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": "MzVkZDM5OWIwZmJkODk1OGVlNTE0YWUyMGI0NmFhYzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c1986912-b282-43e3-9d75-43db10cbd9ba", "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": "037c1dac-8311-4565-8679-01a77d251fc1", "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": "bd4834b8-af38-4ee8-a12a-e40d7557128d", "generatedFromUUID": "037c1dac-8311-4565-8679-01a77d251fc1" }, "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": "bd4834b8-af38-4ee8-a12a-e40d7557128d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YmQ1NWQ4YzRiMmQ4ZTcwYWNiYjA4OTU3MWQ4Y2M3NGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ac42929c-80c9-49a7-87f2-5b51e41e6541" } ], "workloadContext": "Production" } 2021-05-02T05:15:50.921Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T05:15:50.921Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a972deb-3873-43ab-b46f-054d5f5a50e7 ASDC 2021-05-02T05:15:50.922Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:821e52d0-499a-4d23-bd84-74c2c9d315b1 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:9a972deb-3873-43ab-b46f-054d5f5a50e7 ServiceInvariantUUID:0ca90463-83f9-463f-ac47-a17ee2ad286f 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:ac42929c-80c9-49a7-87f2-5b51e41e6541 ArtifactChecksum:YmQ1NWQ4YzRiMmQ4ZTcwYWNiYjA4OTU3MWQ4Y2M3NGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:3b0d13d2-bfe2-4aef-ac6b-1535c527b31b ResourceInvariantUUID:9751cb10-1aa3-4a3e-9663-b90ccdf6711e ResourceName:basicclamp ResourceType:VF ResourceUUID:06048050-7b1b-4364-8126-f691c1aa9fae 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:c1986912-b282-43e3-9d75-43db10cbd9ba ArtifactChecksum:MzVkZDM5OWIwZmJkODk1OGVlNTE0YWUyMGI0NmFhYzc= 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:037c1dac-8311-4565-8679-01a77d251fc1 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:bd4834b8-af38-4ee8-a12a-e40d7557128d 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:bd4834b8-af38-4ee8-a12a-e40d7557128d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T05:15:50.922Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a972deb-3873-43ab-b46f-054d5f5a50e7 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-02T05:15:50.956Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:15:50.957Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:15:50.957Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:15:50.957Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ac42929c-80c9-49a7-87f2-5b51e41e6541 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-02T05:15:50.957Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:15:50.958Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-02T05:15:51.187Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:15:51.192Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ac42929c-80c9-49a7-87f2-5b51e41e6541 76823 2021-05-02T05:15:51.192Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:51.192Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:51.192Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:15:51.193Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:51.194Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:51.195Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932551192, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:15:51.295Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:51.296Z||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-02T05:15:51.296Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:51.309Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:51.310Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:15:51.702Z||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-02T05:15:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:51.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:51.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:15:51.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:15:51.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:15:52.195Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:15:52.197Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:15:52.198Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ac42929c-80c9-49a7-87f2-5b51e41e6541, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T05:15:52.198Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-02T05:15:52.198Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T05:15:52.199Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T05:15:52.327Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7858904447901081696/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-02T05:15:53.264Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:53.265Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T05:15:53.266Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T05:15:53.266Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-02T05:15:53.266Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.266Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:53.266Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T05:15:53.266Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-02T05:15:53.266Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:15:53.266Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.267Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:53.267Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T05:15:53.267Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-02T05:15:53.267Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:15:53.267Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.267Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:53.267Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.268Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-02T05:15:53.268Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-02T05:15:53.268Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-02T05:15:53.268Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-02T05:15:53.268Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T05:15:53.268Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T05:15:53.268Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.268Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:15:53.269Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.269Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T05:15:53.269Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:53.269Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.269Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T05:15:53.269Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:53.270Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.270Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T05:15:53.270Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:53.270Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.270Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-02T05:15:53.270Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-02T05:15:53.270Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T05:15:53.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e11fe396-017c-4296-afa1-69086d5ad3db 2021-05-02T05:15:53.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:53.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:53.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:53.272Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:53.272Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:53.272Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:9a972deb-3873-43ab-b46f-054d5f5a50e7 Model Version:NULL Model InvariantUuid:0ca90463-83f9-463f-ac47-a17ee2ad286f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:bb513212-377f-4e39-9bf8-cd1de01f4305 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9751cb10-1aa3-4a3e-9663-b90ccdf6711e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3b0d13d2-bfe2-4aef-ac6b-1535c527b31b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a500355a-cad5-4ff0-a883-cf388c2cdc58 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:04b821b9-9cea-4a02-b6de-5c8bbf98bebe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e11fe396-017c-4296-afa1-69086d5ad3db ModelInvariantUuid:d913a10e-02cb-4aa7-a988-29ee911484db ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:273f3a73-c385-4ca6-a372-21bdb9c4c497 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a2ef5278-bef8-4c15-8384-1aca87a0a67d ModelInvariantUuid:af8937bb-b410-4c34-9750-19693f04f46a ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:4a6e30ef-5b15-42f5-ba9f-759f1926e7f2 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-02T05:15:53.281Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 06048050-7b1b-4364-8126-f691c1aa9fae 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-02T05:15:53.284Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||basicclamp 0 2021-05-02T05:15:53.284Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06048050-7b1b-4364-8126-f691c1aa9fae 2021-05-02T05:15:53.284Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1986912-b282-43e3-9d75-43db10cbd9ba from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-02T05:15:53.284Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:15:53.284Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:54.057Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:15:54.058Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c1986912-b282-43e3-9d75-43db10cbd9ba 790 2021-05-02T05:15:54.058Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:54.058Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:54.058Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:15:54.059Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:54.061Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:54.061Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932554058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:15:54.161Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:54.162Z||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-02T05:15:54.162Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:54.176Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:54.178Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:55.062Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a500355a-cad5-4ff0-a883-cf388c2cdc58", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04b821b9-9cea-4a02-b6de-5c8bbf98bebe", "vfModuleModelCustomizationUUID": "0c8b93f0-1d55-46ea-83ac-1b383f1de4f0", "isBase": true, "artifacts": [ "037c1dac-8311-4565-8679-01a77d251fc1", "bd4834b8-af38-4ee8-a12a-e40d7557128d" ], "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-02T05:15:55.065Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04b821b9-9cea-4a02-b6de-5c8bbf98bebe VfModuleModelInvariantUUID:a500355a-cad5-4ff0-a883-cf388c2cdc58 VfModuleModelDescription:NULL Artifacts UUID List:{ 037c1dac-8311-4565-8679-01a77d251fc1 , bd4834b8-af38-4ee8-a12a-e40d7557128d } 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-02T05:15:55.066Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a500355a-cad5-4ff0-a883-cf388c2cdc58", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04b821b9-9cea-4a02-b6de-5c8bbf98bebe", "vfModuleModelCustomizationUUID": "0c8b93f0-1d55-46ea-83ac-1b383f1de4f0", "isBase": true, "artifacts": [ "037c1dac-8311-4565-8679-01a77d251fc1", "bd4834b8-af38-4ee8-a12a-e40d7557128d" ], "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-02T05:15:55.066Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04b821b9-9cea-4a02-b6de-5c8bbf98bebe VfModuleModelInvariantUUID:a500355a-cad5-4ff0-a883-cf388c2cdc58 VfModuleModelDescription:NULL Artifacts UUID List:{ 037c1dac-8311-4565-8679-01a77d251fc1 , bd4834b8-af38-4ee8-a12a-e40d7557128d } 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-02T05:15:55.066Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 037c1dac-8311-4565-8679-01a77d251fc1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-02T05:15:55.066Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:15:55.067Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:56.059Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:15:56.059Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 037c1dac-8311-4565-8679-01a77d251fc1 5033 2021-05-02T05:15:56.060Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:56.060Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:56.060Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:15:56.060Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:56.062Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:56.062Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932556060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:15:56.162Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:56.163Z||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-02T05:15:56.163Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:56.173Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:56.173Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:15:57.062Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bd4834b8-af38-4ee8-a12a-e40d7557128d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-02T05:15:57.063Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:15:57.063Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:58.068Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:15:58.068Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env bd4834b8-af38-4ee8-a12a-e40d7557128d 909 2021-05-02T05:15:58.069Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:58.069Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:58.069Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:15:58.069Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:58.072Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:58.072Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932558069, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:15:58.172Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T05:15:58.172Z||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-02T05:15:58.172Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:58.182Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:58.183Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:15:59.073Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9a972deb-3873-43ab-b46f-054d5f5a50e7 2021-05-02T05:15:59.073Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 06048050-7b1b-4364-8126-f691c1aa9fae 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-02T05:15:59.086Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.087Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:59.087Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-05-02T05:15:59.087Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 3b0d13d2-bfe2-4aef-ac6b-1535c527b31b 2021-05-02T05:15:59.087Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b0d13d2-bfe2-4aef-ac6b-1535c527b31b matches Tosca VF Customization UUID: 3b0d13d2-bfe2-4aef-ac6b-1535c527b31b 2021-05-02T05:15:59.087Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 3b0d13d2-bfe2-4aef-ac6b-1535c527b31b 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-02T05:15:59.089Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.089Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:59.090Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 3b0d13d2-bfe2-4aef-ac6b-1535c527b31b: {\"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-02T05:15:59.090Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cf4ca3a 2021-05-02T05:15:59.090Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.090Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:15:59.091Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c8b93f0-1d55-46ea-83ac-1b383f1de4f0 2021-05-02T05:15:59.091Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c8b93f0-1d55-46ea-83ac-1b383f1de4f0 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-02T05:15:59.093Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.093Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T05:15:59.093Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:59.093Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.093Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T05:15:59.093Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:59.093Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.093Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-02T05:15:59.094Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-02T05:15:59.094Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T05:15:59.094Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e11fe396-017c-4296-afa1-69086d5ad3db 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-02T05:15:59.095Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.095Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T05:15:59.096Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:15:59.096Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.096Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T05:15:59.096Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=3b0d13d2-bfe2-4aef-ac6b-1535c527b31b 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-02T05:15:59.098Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.098Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:59.098Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9a972deb-3873-43ab-b46f-054d5f5a50e7: basicclamp 2021-05-02T05:15:59.098Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.098Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:59.098Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.098Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:59.099Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.099Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:59.099Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.099Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:59.099Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:15:59.099Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:15:59.099Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:59.174Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 06048050-7b1b-4364-8126-f691c1aa9fae 1 ASDC deployResourceStructure 2021-05-02T05:15:59.174Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:59.174Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:15:59.175Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:15:59.175Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:15:59.177Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:15:59.178Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932559174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:15:59.278Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:15:59.279Z||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-02T05:15:59.279Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:15:59.288Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:15:59.288Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:16:00.178Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:16:00.179Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:16:00.179Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:16:00.179Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:16:00.181Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:16:00.182Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932560178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:16:00.282Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:16:00.283Z||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-02T05:16:00.283Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:16:00.294Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:16:00.295Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:16:01.182Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:16:01.183Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:16:01.183Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:16:01.183Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:16:01.184Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:16:01.184Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932561182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-02T05:16:01.285Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:16:01.286Z||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-02T05:16:01.286Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:16:01.296Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:16:01.297Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:16:02.186Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:16:02.186Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:16:02.186Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:16:02.187Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:16:02.190Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:16:02.190Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932562186, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:16:02.289Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T05:16:02.291Z||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-02T05:16:02.291Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:16:02.301Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:16:02.302Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:16:03.190Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:16:03.204Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:16:03.208Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:16:03.208Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:16:03.208Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:16:33.208Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:16:33.222Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:16:33.224Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:16:33.225Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:16:33.225Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:16:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:16:51.702Z||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-02T05:16:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:16:51.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:16:51.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:16:51.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:16:51.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:03.225Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:17:03.238Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:17:03.240Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:17:03.240Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:17:03.240Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:17:33.241Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:17:33.251Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:17:33.253Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:17:33.254Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T05:17:33.254Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T05:17:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:17:51.702Z||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-02T05:17:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:17:51.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:17:51.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932490646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "dcae-sch", "timestamp": 1619932489757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932492435, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932490646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932492673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:17:51.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "dcae-sch", "timestamp": 1619932489757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "ves-openapi-manager", "timestamp": 1619932478257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932490646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932492673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:17:51.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "dcae-sch", "timestamp": 1619932489757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:17:51.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932475079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932469919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932490646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932492673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:17:51.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "dcae-sch", "timestamp": 1619932489757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:17:51.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932470797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932490646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932495686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932492673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:17:51.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "dcae-sch", "timestamp": 1619932489757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932496768, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932490646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932495686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:17:51.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932492673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "dcae-sch", "timestamp": 1619932489757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:17:51.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932496974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932497775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932490646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932495686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:17:51.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932492673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932496974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:17:51.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932498751, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932495686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932492673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932496974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:17:51.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932499754, "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-02T05:17:51.766Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1 2021-05-02T05:17:51.766Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:17:51.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932500090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932500191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932500185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932495686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932492673, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932478775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932496974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932501194, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932495686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932496974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932502068, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932502277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932495686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "cds", "timestamp": 1619932502340, "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-02T05:17:51.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of affea31e-5e07-4db2-8b57-7e9bc0275a08 2021-05-02T05:17:51.793Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId affea31e-5e07-4db2-8b57-7e9bc0275a08 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-02T05:17:51.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932496974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932502982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932503072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932495686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932496974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "policy-id", "timestamp": 1619932504074, "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-02T05:17:51.808Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of affea31e-5e07-4db2-8b57-7e9bc0275a08 2021-05-02T05:17:51.809Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId affea31e-5e07-4db2-8b57-7e9bc0275a08 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-02T05:17:51.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932504170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932496974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932504966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932504972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932505077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932505312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932505663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932505079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932505886, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "aai-ml", "timestamp": 1619932505976, "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-02T05:17:51.827Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1 2021-05-02T05:17:51.827Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:17:51.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932506314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.839Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932506370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.840Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932506488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.840Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932506666, "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-02T05:17:51.847Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of affea31e-5e07-4db2-8b57-7e9bc0275a08 2021-05-02T05:17:51.847Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId affea31e-5e07-4db2-8b57-7e9bc0275a08 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-02T05:17:51.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932505079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "clamp", "timestamp": 1619932507317, "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-02T05:17:51.860Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1 2021-05-02T05:17:51.860Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:17:51.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932507466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932507467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932506979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932507670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932505079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932507981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932508469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932506979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932505079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932508320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932508976, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932508987, "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-02T05:17:51.876Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of affea31e-5e07-4db2-8b57-7e9bc0275a08 2021-05-02T05:17:51.876Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId affea31e-5e07-4db2-8b57-7e9bc0275a08 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-02T05:17:51.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932509475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932506979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932505079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932508320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-windriver-id", "timestamp": 1619932509989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932510046, "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-02T05:17:51.888Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of affea31e-5e07-4db2-8b57-7e9bc0275a08 2021-05-02T05:17:51.889Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId affea31e-5e07-4db2-8b57-7e9bc0275a08 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-02T05:17:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932510478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932506979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932505079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932508320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "multicloud-k8s-id", "timestamp": 1619932511050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932506979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932505079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932508320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932506979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932505079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932508320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932506979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932508320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932514480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932506979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932508320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932508320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932516509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932516581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932517513, "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-02T05:17:51.905Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of affea31e-5e07-4db2-8b57-7e9bc0275a08 2021-05-02T05:17:51.906Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId affea31e-5e07-4db2-8b57-7e9bc0275a08 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-02T05:17:51.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932524069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "aai-ml", "timestamp": 1619932525073, "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-02T05:17:51.920Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of affea31e-5e07-4db2-8b57-7e9bc0275a08 2021-05-02T05:17:51.920Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId affea31e-5e07-4db2-8b57-7e9bc0275a08 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-02T05:17:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932525195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932530200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:17:51.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "clamp", "timestamp": 1619932531202, "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-02T05:17:51.958Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of affea31e-5e07-4db2-8b57-7e9bc0275a08 2021-05-02T05:17:51.959Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId affea31e-5e07-4db2-8b57-7e9bc0275a08 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-02T05:17:51.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932541870, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:17:51.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:17:51.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:17:51.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:17:51.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:17:51.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:17:51.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932551192, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:17:51.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:18:03.254Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:18:03.268Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:03.271Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T05:18:03.276Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T05:18:33.277Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 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-02T05:18:33.281Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 821e52d0-499a-4d23-bd84-74c2c9d315b1 and serviceModelVersionId: 9a972deb-3873-43ab-b46f-054d5f5a50e7 2021-05-02T05:18:33.282Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ca90463-83f9-463f-ac47-a17ee2ad286f 2021-05-02T05:18:33.282Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ca90463-83f9-463f-ac47-a17ee2ad286f/model-vers/model-ver/9a972deb-3873-43ab-b46f-054d5f5a50e7?depth=0 2021-05-02T05:18:33.286Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T05:18:33.322Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ca90463-83f9-463f-ac47-a17ee2ad286f/model-vers/model-ver/9a972deb-3873-43ab-b46f-054d5f5a50e7?depth=0|INFO|500||Invoke 2021-05-02T05:18:33.323Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ca90463-83f9-463f-ac47-a17ee2ad286f/model-vers/model-ver/9a972deb-3873-43ab-b46f-054d5f5a50e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ca90463-83f9-463f-ac47-a17ee2ad286f/model-vers/model-ver/9a972deb-3873-43ab-b46f-054d5f5a50e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[821e52d0-499a-4d23-bd84-74c2c9d315b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ed051d4-aa6d-4c0d-a4db-14e50607c4d5], X-ECOMP-RequestID=[821e52d0-499a-4d23-bd84-74c2c9d315b1], X-TransactionId=[], X-ONAP-RequestID=[821e52d0-499a-4d23-bd84-74c2c9d315b1], Content-Type=[application/merge-patch+json]} 2021-05-02T05:18:33.340Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ca90463-83f9-463f-ac47-a17ee2ad286f/model-vers/model-ver/9a972deb-3873-43ab-b46f-054d5f5a50e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T05:18:33.491Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ca90463-83f9-463f-ac47-a17ee2ad286f/model-vers/model-ver/9a972deb-3873-43ab-b46f-054d5f5a50e7?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/0ca90463-83f9-463f-ac47-a17ee2ad286f/model-vers/model-ver/9a972deb-3873-43ab-b46f-054d5f5a50e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210502-05:18:33:346-81201], vertex-id=[196776], Content-Length=[0], Date=[Sun, 02 May 2021 05:18:33 GMT], Content-Type=[application/json]} 2021-05-02T05:18:33.491Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ca90463-83f9-463f-ac47-a17ee2ad286f/model-vers/model-ver/9a972deb-3873-43ab-b46f-054d5f5a50e7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-02T05:18:33.492Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ca90463-83f9-463f-ac47-a17ee2ad286f/model-vers/model-ver/9a972deb-3873-43ab-b46f-054d5f5a50e7?depth=0|INFO|500||InvokeReturn 2021-05-02T05:18:33.493Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T05:18:33.493Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||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-02T05:18:33.498Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T05:18:33.498Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 821e52d0-499a-4d23-bd84-74c2c9d315b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T05:18:33.498Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T05:18:33.499Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:33.500Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:33.500Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932713498, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:18:33.601Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T05:18:33.601Z||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-02T05:18:33.601Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:33.616Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:33.616Z||pool-78-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-02T05:18:34.515Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-02T05:18:34.515Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"affea31e-5e07-4db2-8b57-7e9bc0275a08","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"42e5c555-f7e2-4a5b-915f-7892f28ba721","serviceDescription":"service","serviceInvariantUUID":"4ac71cbf-ec6b-444f-9b02-219e9ea45fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e61c6b5-8bb7-45a6-803e-df14da6c726f","resourceInvariantUUID":"8d31ab37-7ae0-4952-a461-4018a5cdbd16","resourceCustomizationUUID":"03491ef8-a2eb-4a7a-ae02-9202e196cd3f","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":"ZDQ4YjAwMGU2NDBiOTA0Nzg1N2Y1ZjRkNzg4ZjAwNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bddc3a5f-6f2b-463f-86f9-453807ae25a0","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":"Y2FlNGIwNTFiOTRjYWE5MDcwZTJkYTdiMzljOWNiYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a348a2e5-8a7d-47ae-9b3f-e6be9bc37d0a","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":"7e01a7de-2f94-4871-ba05-f9430d447d9f","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":"f221780f-ffee-4c2e-bb3f-88e27cbca9ee","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":"0dce21a0-86f6-4379-ad52-ab316c8f9903","artifactVersion":"2","generatedFromUUID":"7e01a7de-2f94-4871-ba05-f9430d447d9f"},{"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":"MDU1MjZhMTIxMTFkYmM5Y2VmZmIxMzRlNGU2YWQ5MWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2ffe57f1-1133-4761-aade-0412d15e2a23","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":"NDNhMWIyZjllMGU4NWVjNTY4ZGNkY2RkZjcwYzVkNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b00053ac-4676-4527-8e35-7f9008bef7a5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Mjc1YjllOWI1OWNlZTNlZmI4ZDExMTcxM2I3NTI5M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c5223a3-ce54-4bb4-8989-8d467fd9824c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T05:18:34.516Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:18:34.516Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:34.517Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:34.517Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:18:34.618Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:34.619Z||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-02T05:18:34.619Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:34.630Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:34.630Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:35.518Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:18:35.519Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:35.520Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:35.520Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:18:35.621Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:18:35.622Z||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-02T05:18:35.622Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:35.634Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:35.634Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:36.521Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:18:36.522Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:36.524Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:36.524Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:18:36.624Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:36.625Z||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-02T05:18:36.625Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:36.637Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:36.637Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:37.524Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:18:37.525Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:37.526Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:37.526Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:18:37.627Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:37.627Z||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-02T05:18:37.627Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:37.637Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:37.637Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:38.527Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:18:38.528Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:38.530Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:38.530Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:18:38.630Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:38.631Z||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-02T05:18:38.631Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:38.642Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:38.642Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:39.531Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:18:39.532Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:39.534Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:39.534Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:18:39.634Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:39.635Z||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-02T05:18:39.635Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:39.649Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:39.650Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:40.535Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:18:40.536Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:40.538Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:40.538Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:18:40.639Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T05:18:40.640Z||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-02T05:18:40.640Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:40.652Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:40.653Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:18:41.539Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:18:41.540Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:41.541Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:41.542Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:18:41.642Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:41.643Z||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-02T05:18:41.643Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:41.654Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:41.655Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:42.543Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "42e5c555-f7e2-4a5b-915f-7892f28ba721", "serviceDescription": "service", "serviceInvariantUUID": "4ac71cbf-ec6b-444f-9b02-219e9ea45fe8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "03491ef8-a2eb-4a7a-ae02-9202e196cd3f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0e61c6b5-8bb7-45a6-803e-df14da6c726f", "resourceInvariantUUID": "8d31ab37-7ae0-4952-a461-4018a5cdbd16", "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": "Y2FlNGIwNTFiOTRjYWE5MDcwZTJkYTdiMzljOWNiYjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a348a2e5-8a7d-47ae-9b3f-e6be9bc37d0a", "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": "7e01a7de-2f94-4871-ba05-f9430d447d9f", "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": "0dce21a0-86f6-4379-ad52-ab316c8f9903", "generatedFromUUID": "7e01a7de-2f94-4871-ba05-f9430d447d9f" }, "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": "0dce21a0-86f6-4379-ad52-ab316c8f9903", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Mjc1YjllOWI1OWNlZTNlZmI4ZDExMTcxM2I3NTI5M2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c5223a3-ce54-4bb4-8989-8d467fd9824c" } ], "workloadContext": "Production" } 2021-05-02T05:18:42.543Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T05:18:42.544Z|821e52d0-499a-4d23-bd84-74c2c9d315b1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 42e5c555-f7e2-4a5b-915f-7892f28ba721 ASDC 2021-05-02T05:18:42.544Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:affea31e-5e07-4db2-8b57-7e9bc0275a08 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:42e5c555-f7e2-4a5b-915f-7892f28ba721 ServiceInvariantUUID:4ac71cbf-ec6b-444f-9b02-219e9ea45fe8 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:4c5223a3-ce54-4bb4-8989-8d467fd9824c ArtifactChecksum:Mjc1YjllOWI1OWNlZTNlZmI4ZDExMTcxM2I3NTI5M2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:03491ef8-a2eb-4a7a-ae02-9202e196cd3f ResourceInvariantUUID:8d31ab37-7ae0-4952-a461-4018a5cdbd16 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0e61c6b5-8bb7-45a6-803e-df14da6c726f 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:a348a2e5-8a7d-47ae-9b3f-e6be9bc37d0a ArtifactChecksum:Y2FlNGIwNTFiOTRjYWE5MDcwZTJkYTdiMzljOWNiYjk= 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:7e01a7de-2f94-4871-ba05-f9430d447d9f 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:0dce21a0-86f6-4379-ad52-ab316c8f9903 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:0dce21a0-86f6-4379-ad52-ab316c8f9903 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T05:18:42.544Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42e5c555-f7e2-4a5b-915f-7892f28ba721 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-02T05:18:42.577Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:18:42.577Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:18:42.578Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:18:42.578Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4c5223a3-ce54-4bb4-8989-8d467fd9824c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-02T05:18:42.578Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:18:42.578Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-02T05:18:43.471Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:18:43.476Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4c5223a3-ce54-4bb4-8989-8d467fd9824c 82032 2021-05-02T05:18:43.477Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:43.477Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:43.477Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:18:43.477Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:43.479Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:43.479Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932723477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:18:43.579Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:43.582Z||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-02T05:18:43.583Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:43.592Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:43.593Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:44.480Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:18:44.481Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:18:44.481Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4c5223a3-ce54-4bb4-8989-8d467fd9824c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:44.482Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-02T05:18:44.482Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:44.482Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:44.569Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5426276822675803972/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-02T05:18:45.502Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_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-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-02T05:18:45.503Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=39e9872e-9dae-4643-8025-baa4488ccf66 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:45.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.507Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:45.507Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:45.507Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:45.507Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:42e5c555-f7e2-4a5b-915f-7892f28ba721 Model Version:NULL Model InvariantUuid:4ac71cbf-ec6b-444f-9b02-219e9ea45fe8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:93867325-0bac-4cc4-8021-1a706fabb98c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8d31ab37-7ae0-4952-a461-4018a5cdbd16 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:03491ef8-a2eb-4a7a-ae02-9202e196cd3f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b6583ed4-7eba-4725-b697-01edd6fcd8e2 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:8900db5c-95c0-4f78-9b06-2708e0fd844f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:39e9872e-9dae-4643-8025-baa4488ccf66 ModelInvariantUuid:f2a581df-e726-4c5f-90a1-06e90ca60995 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:987bc223-2e49-45a9-94c1-61eb6df5d0f1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:9f3ea7b8-cdd9-4f5d-a2c2-d2fe2977a653 ModelInvariantUuid:bcbe0e3e-7b97-4571-bd47-02c3b15a3103 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:10fc5001-2c2e-4cfb-8f80-5860320b91ce 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-02T05:18:45.514Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e61c6b5-8bb7-45a6-803e-df14da6c726f 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-02T05:18:45.516Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2021-05-02T05:18:45.516Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e61c6b5-8bb7-45a6-803e-df14da6c726f 2021-05-02T05:18:45.516Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a348a2e5-8a7d-47ae-9b3f-e6be9bc37d0a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-02T05:18:45.516Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:18:45.517Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:46.067Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:18:46.067Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a348a2e5-8a7d-47ae-9b3f-e6be9bc37d0a 792 2021-05-02T05:18:46.067Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:46.068Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:46.068Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:18:46.068Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:46.069Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:46.070Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932726067, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:18:46.170Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:46.171Z||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-02T05:18:46.171Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:46.181Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:46.181Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:47.070Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b6583ed4-7eba-4725-b697-01edd6fcd8e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8900db5c-95c0-4f78-9b06-2708e0fd844f", "vfModuleModelCustomizationUUID": "07354e79-b86b-4f68-9bca-e513e7b236e9", "isBase": true, "artifacts": [ "7e01a7de-2f94-4871-ba05-f9430d447d9f", "0dce21a0-86f6-4379-ad52-ab316c8f9903" ], "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-02T05:18:47.073Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8900db5c-95c0-4f78-9b06-2708e0fd844f VfModuleModelInvariantUUID:b6583ed4-7eba-4725-b697-01edd6fcd8e2 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e01a7de-2f94-4871-ba05-f9430d447d9f , 0dce21a0-86f6-4379-ad52-ab316c8f9903 } 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-02T05:18:47.075Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b6583ed4-7eba-4725-b697-01edd6fcd8e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8900db5c-95c0-4f78-9b06-2708e0fd844f", "vfModuleModelCustomizationUUID": "07354e79-b86b-4f68-9bca-e513e7b236e9", "isBase": true, "artifacts": [ "7e01a7de-2f94-4871-ba05-f9430d447d9f", "0dce21a0-86f6-4379-ad52-ab316c8f9903" ], "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-02T05:18:47.075Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8900db5c-95c0-4f78-9b06-2708e0fd844f VfModuleModelInvariantUUID:b6583ed4-7eba-4725-b697-01edd6fcd8e2 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e01a7de-2f94-4871-ba05-f9430d447d9f , 0dce21a0-86f6-4379-ad52-ab316c8f9903 } 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-02T05:18:47.075Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7e01a7de-2f94-4871-ba05-f9430d447d9f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-02T05:18:47.075Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:18:47.075Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:47.673Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:18:47.674Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7e01a7de-2f94-4871-ba05-f9430d447d9f 5033 2021-05-02T05:18:47.674Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:47.674Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:47.674Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:18:47.674Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:47.676Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:47.676Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932727674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:18:47.776Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:47.777Z||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-02T05:18:47.778Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:47.790Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:47.790Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:48.677Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0dce21a0-86f6-4379-ad52-ab316c8f9903 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-02T05:18:48.677Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:18:48.677Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:49.386Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:18:49.387Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0dce21a0-86f6-4379-ad52-ab316c8f9903 903 2021-05-02T05:18:49.387Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:49.387Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:49.387Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:18:49.388Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:49.390Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:49.390Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932729387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:18:49.490Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:49.491Z||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-02T05:18:49.491Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:49.501Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:49.502Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:18:50.390Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 42e5c555-f7e2-4a5b-915f-7892f28ba721 2021-05-02T05:18:50.391Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0e61c6b5-8bb7-45a6-803e-df14da6c726f 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-02T05:18:50.403Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.404Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:50.404Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-05-02T05:18:50.404Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 03491ef8-a2eb-4a7a-ae02-9202e196cd3f 2021-05-02T05:18:50.405Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 03491ef8-a2eb-4a7a-ae02-9202e196cd3f matches Tosca VF Customization UUID: 03491ef8-a2eb-4a7a-ae02-9202e196cd3f 2021-05-02T05:18:50.405Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 03491ef8-a2eb-4a7a-ae02-9202e196cd3f 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-02T05:18:50.408Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.408Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:50.409Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 03491ef8-a2eb-4a7a-ae02-9202e196cd3f: {\"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-02T05:18:50.409Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b6d40f5 2021-05-02T05:18:50.410Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.410Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:18:50.410Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07354e79-b86b-4f68-9bca-e513e7b236e9 2021-05-02T05:18:50.410Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07354e79-b86b-4f68-9bca-e513e7b236e9 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-02T05:18:50.413Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.413Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T05:18:50.419Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:18:50.419Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.419Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T05:18:50.420Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:18:50.420Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.420Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-02T05:18:50.420Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T05:18:50.421Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-02T05:18:50.421Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=39e9872e-9dae-4643-8025-baa4488ccf66 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-02T05:18:50.423Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.423Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T05:18:50.424Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:18:50.424Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.424Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T05:18:50.424Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=03491ef8-a2eb-4a7a-ae02-9202e196cd3f 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-02T05:18:50.426Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.426Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:50.426Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 42e5c555-f7e2-4a5b-915f-7892f28ba721: basic_vm_macro 2021-05-02T05:18:50.427Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.427Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:50.427Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.427Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:50.427Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.428Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:50.428Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.428Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:50.428Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:18:50.428Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:18:50.428Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:50.497Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0e61c6b5-8bb7-45a6-803e-df14da6c726f 1 ASDC deployResourceStructure 2021-05-02T05:18:50.497Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:50.497Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:50.497Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:18:50.498Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:50.500Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:50.500Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932730497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:18:50.600Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:50.602Z||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-02T05:18:50.602Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:50.611Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:50.612Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:51.500Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:51.501Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:51.501Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:18:51.502Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:51.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:51.504Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932731500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:18:51.604Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:51.605Z||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-02T05:18:51.605Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:51.618Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:51.619Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:18:51.702Z||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-02T05:18:51.702Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:51.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:51.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:18:51.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932554058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932556060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932558069, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932559174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:18:51.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932560178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:18:51.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:18:51.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:18:51.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932561182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-02T05:18:51.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:18:51.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:18:51.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932562186, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:18:51.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:18:52.505Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:52.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:52.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:18:52.506Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:52.508Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:52.508Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932732505, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-02T05:18:52.608Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:52.609Z||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-02T05:18:52.609Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:52.620Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:52.621Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:53.509Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:53.509Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:18:53.510Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:18:53.511Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:18:53.513Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:18:53.513Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932733509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:18:53.613Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:18:53.614Z||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-02T05:18:53.614Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:18:53.627Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:18:53.627Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:18:54.514Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: affea31e-5e07-4db2-8b57-7e9bc0275a08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:18:54.715Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: affea31e-5e07-4db2-8b57-7e9bc0275a08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:18:54.718Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:18:54.718Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T05:18:54.719Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T05:18:54.719Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T05:18:54.719Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:54.719Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:54.719Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:54.720Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:54.720Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:54.720Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:18:54.720Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T05:18:54.727Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T05:19:24.728Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: affea31e-5e07-4db2-8b57-7e9bc0275a08 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-02T05:19:24.732Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: affea31e-5e07-4db2-8b57-7e9bc0275a08 and serviceModelVersionId: 42e5c555-f7e2-4a5b-915f-7892f28ba721 2021-05-02T05:19:24.732Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ac71cbf-ec6b-444f-9b02-219e9ea45fe8 2021-05-02T05:19:24.733Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ac71cbf-ec6b-444f-9b02-219e9ea45fe8/model-vers/model-ver/42e5c555-f7e2-4a5b-915f-7892f28ba721?depth=0 2021-05-02T05:19:24.737Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T05:19:24.775Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ac71cbf-ec6b-444f-9b02-219e9ea45fe8/model-vers/model-ver/42e5c555-f7e2-4a5b-915f-7892f28ba721?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-02T05:19:24.776Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ac71cbf-ec6b-444f-9b02-219e9ea45fe8/model-vers/model-ver/42e5c555-f7e2-4a5b-915f-7892f28ba721?depth=0|INFO|500||Invoke 2021-05-02T05:19:24.798Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ac71cbf-ec6b-444f-9b02-219e9ea45fe8/model-vers/model-ver/42e5c555-f7e2-4a5b-915f-7892f28ba721?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T05:19:24.983Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ac71cbf-ec6b-444f-9b02-219e9ea45fe8/model-vers/model-ver/42e5c555-f7e2-4a5b-915f-7892f28ba721?depth=0|INFO|500||InvokeReturn 2021-05-02T05:19:24.984Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4ac71cbf-ec6b-444f-9b02-219e9ea45fe8/model-vers/model-ver/42e5c555-f7e2-4a5b-915f-7892f28ba721?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210502-05:19:24:804-43997], vertex-id=[204968], Content-Length=[0], Date=[Sun, 02 May 2021 05:19:24 GMT], Content-Type=[application/json]} 2021-05-02T05:19:24.984Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T05:19:24.984Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T05:19:24.984Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||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-02T05:19:24.989Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T05:19:24.990Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID affea31e-5e07-4db2-8b57-7e9bc0275a08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T05:19:24.990Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T05:19:24.990Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:24.992Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:24.992Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932764990, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:19:25.093Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:25.094Z||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-02T05:19:25.094Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:25.108Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:25.108Z||pool-95-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-02T05:19:26.004Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:19:26.004Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|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-02T05:19:26.004Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:30.330Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:30.330Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-02T05:19:30.331Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"87104f25-10fe-4434-9c7a-a535263637b5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8b51f36f-4b3c-4123-801c-153fb3654434","serviceDescription":"service","serviceInvariantUUID":"28a2bbae-cac5-4664-bfef-f725dcced348","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"686af54c-a27d-4bb5-9295-f87e045fbb3f","resourceInvariantUUID":"0d560d15-2e99-44cc-853f-1d2acae29efe","resourceCustomizationUUID":"e95c825c-d21a-49b2-9b97-d852ed5c9ac2","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":"NGJkZjkwZGU0MjBhZjkxNmMyNjgzMTEwYTUzMmVlNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"240e7f22-c4f2-4fc6-9689-21c458d990a0","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":"38a587a8-283d-4a53-ab15-f9ec8ef79ceb","artifactVersion":"2","generatedFromUUID":"3eb8e109-c65a-4ceb-8736-3942360aea9c"},{"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":"3eb8e109-c65a-4ceb-8736-3942360aea9c","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":"ZWU1YzlmMGJjMDk5YjVkZDlmM2U2ZTdlNGRkMGM3M2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"184e09f6-3902-4e28-8a4d-3bf4152ab7dd","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":"23f23b9f-6dbf-4d13-8997-2c6caa612d02","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":"3bf89a8d-3b1f-4755-9d06-7de0fae23e7e","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":"18d1b9a6-12aa-4757-b239-de900a8f9843","artifactVersion":"2","generatedFromUUID":"23f23b9f-6dbf-4d13-8997-2c6caa612d02"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWI4ZDkzMzg4NjJkYzBmNjhhODcwY2UwYjIzMTk4OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"631c5a80-86a7-40b3-a1f9-ebacd9513cc0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzM3ODAwYzY4NjU2MDY4ZmQ3ZmQ4MGI2NDQ3ZmJmMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"351d78e4-cef9-4137-8440-860bb5458d55","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T05:19:30.332Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:19:30.332Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:30.334Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:30.334Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:30.434Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:30.435Z||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-02T05:19:30.435Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:30.445Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:30.445Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:31.334Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:19:31.335Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:31.337Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:31.337Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T05:19:31.437Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:31.438Z||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-02T05:19:31.438Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:31.450Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:31.451Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:32.338Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:19:32.339Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:32.341Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:32.341Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T05:19:32.441Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:32.442Z||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-02T05:19:32.442Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:32.454Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:32.455Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:19:33.342Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:19:33.343Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:33.344Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:33.344Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:19:33.445Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:33.445Z||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-02T05:19:33.446Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:33.458Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:33.459Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:34.345Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:19:34.346Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:34.348Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:34.348Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T05:19:34.448Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:34.449Z||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-02T05:19:34.449Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:34.461Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:34.462Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:35.348Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:19:35.349Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:35.351Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:35.351Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:35.451Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:35.453Z||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-02T05:19:35.453Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:35.463Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:35.464Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:36.352Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:19:36.353Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:36.355Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:36.355Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T05:19:36.455Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:36.456Z||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-02T05:19:36.456Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:36.471Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:36.472Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:19:37.355Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:19:37.356Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:37.357Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:37.357Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:37.458Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:19:37.459Z||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-02T05:19:37.459Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:37.472Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:37.473Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:38.358Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T05:19:38.359Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:38.361Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:38.362Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:38.462Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:38.463Z||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-02T05:19:38.463Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:38.473Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:38.473Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:39.363Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "8b51f36f-4b3c-4123-801c-153fb3654434", "serviceDescription": "service", "serviceInvariantUUID": "28a2bbae-cac5-4664-bfef-f725dcced348", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "e95c825c-d21a-49b2-9b97-d852ed5c9ac2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "686af54c-a27d-4bb5-9295-f87e045fbb3f", "resourceInvariantUUID": "0d560d15-2e99-44cc-853f-1d2acae29efe", "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": "38a587a8-283d-4a53-ab15-f9ec8ef79ceb", "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": "3eb8e109-c65a-4ceb-8736-3942360aea9c", "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": "ZWU1YzlmMGJjMDk5YjVkZDlmM2U2ZTdlNGRkMGM3M2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "184e09f6-3902-4e28-8a4d-3bf4152ab7dd", "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": "23f23b9f-6dbf-4d13-8997-2c6caa612d02", "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": "18d1b9a6-12aa-4757-b239-de900a8f9843", "generatedFromUUID": "23f23b9f-6dbf-4d13-8997-2c6caa612d02" }, "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": "18d1b9a6-12aa-4757-b239-de900a8f9843", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YzM3ODAwYzY4NjU2MDY4ZmQ3ZmQ4MGI2NDQ3ZmJmMTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "351d78e4-cef9-4137-8440-860bb5458d55" } ], "workloadContext": "Production" } 2021-05-02T05:19:39.364Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T05:19:39.364Z|affea31e-5e07-4db2-8b57-7e9bc0275a08|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8b51f36f-4b3c-4123-801c-153fb3654434 ASDC 2021-05-02T05:19:39.364Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:87104f25-10fe-4434-9c7a-a535263637b5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:8b51f36f-4b3c-4123-801c-153fb3654434 ServiceInvariantUUID:28a2bbae-cac5-4664-bfef-f725dcced348 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:351d78e4-cef9-4137-8440-860bb5458d55 ArtifactChecksum:YzM3ODAwYzY4NjU2MDY4ZmQ3ZmQ4MGI2NDQ3ZmJmMTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:e95c825c-d21a-49b2-9b97-d852ed5c9ac2 ResourceInvariantUUID:0d560d15-2e99-44cc-853f-1d2acae29efe ResourceName:basic_cnf ResourceType:VF ResourceUUID:686af54c-a27d-4bb5-9295-f87e045fbb3f 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:38a587a8-283d-4a53-ab15-f9ec8ef79ceb 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:3eb8e109-c65a-4ceb-8736-3942360aea9c 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:184e09f6-3902-4e28-8a4d-3bf4152ab7dd ArtifactChecksum:ZWU1YzlmMGJjMDk5YjVkZDlmM2U2ZTdlNGRkMGM3M2U= 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:23f23b9f-6dbf-4d13-8997-2c6caa612d02 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:18d1b9a6-12aa-4757-b239-de900a8f9843 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:18d1b9a6-12aa-4757-b239-de900a8f9843 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T05:19:39.364Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b51f36f-4b3c-4123-801c-153fb3654434 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-02T05:19:39.385Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:19:39.386Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:19:39.386Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:19:39.386Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 351d78e4-cef9-4137-8440-860bb5458d55 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-02T05:19:39.386Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:19:39.386Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-02T05:19:40.172Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:19:40.178Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 351d78e4-cef9-4137-8440-860bb5458d55 71163 2021-05-02T05:19:40.179Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-02T05:19:40.179Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-02T05:19:40.179Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:19:40.179Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:40.182Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:40.182Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932780179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:40.282Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:40.283Z||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-02T05:19:40.283Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:40.292Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:40.292Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:41.182Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T05:19:41.184Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-05-02T05:19:41.184Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 351d78e4-cef9-4137-8440-860bb5458d55, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T05:19:41.184Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-02T05:19:41.185Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T05:19:41.185Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T05:19:41.319Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12917209745888529941/Definitions/service-BasicCnf-template.yml 2021-05-02T05:19:42.159Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T05:19:42.160Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-02T05:19:42.160Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T05:19:42.160Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-02T05:19:42.160Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T05:19:42.160Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T05:19:42.160Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T05:19:42.160Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||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-02T05:19:42.161Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T05:19:42.161Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-05-02T05:19:42.161Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.161Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:42.161Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T05:19:42.161Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-02T05:19:42.161Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:19:42.161Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-02T05:19:42.162Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-02T05:19:42.163Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T05:19:42.163Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.163Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:19:42.163Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.163Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T05:19:42.163Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:19:42.163Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.163Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T05:19:42.163Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3f3e02ab-2842-4cff-b5e1-729c4ec13177 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.164Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:42.165Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.165Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:42.165Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:42.165Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:42.165Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:8b51f36f-4b3c-4123-801c-153fb3654434 Model Version:NULL Model InvariantUuid:28a2bbae-cac5-4664-bfef-f725dcced348 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:641f1a04-4b23-4704-abfe-644665a9676c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0d560d15-2e99-44cc-853f-1d2acae29efe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e95c825c-d21a-49b2-9b97-d852ed5c9ac2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f098d3ed-a6c0-4270-9a1f-55af354c5da2 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0371f0f5-f19d-4fe9-9d2d-bfecc96c958d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3f3e02ab-2842-4cff-b5e1-729c4ec13177 ModelInvariantUuid:743d1ca2-4a73-4a27-bf50-d8458b86d97b ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:464f5b20-97af-49b4-9c0d-4f405ecfbf38 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:7b185ef7-ca0b-4c80-b1be-487665065ddb ModelInvariantUuid:9078779c-3bc3-4b33-baf8-7dc8373a2e08 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:860a5c9e-246e-4c30-9c68-e6ab129d37c3 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-02T05:19:42.173Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 686af54c-a27d-4bb5-9295-f87e045fbb3f 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-02T05:19:42.176Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||basic_cnf 0 2021-05-02T05:19:42.176Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 686af54c-a27d-4bb5-9295-f87e045fbb3f 2021-05-02T05:19:42.176Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 38a587a8-283d-4a53-ab15-f9ec8ef79ceb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-02T05:19:42.176Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:19:42.176Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-02T05:19:42.582Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:19:42.583Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 38a587a8-283d-4a53-ab15-f9ec8ef79ceb 12 2021-05-02T05:19:42.583Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-02T05:19:42.583Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-02T05:19:42.583Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:19:42.584Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:42.586Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:42.586Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932782583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:42.686Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:42.687Z||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-02T05:19:42.688Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:42.696Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:42.697Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:43.587Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3eb8e109-c65a-4ceb-8736-3942360aea9c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-02T05:19:43.588Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:19:43.588Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-02T05:19:44.076Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:19:44.077Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3eb8e109-c65a-4ceb-8736-3942360aea9c 2688 2021-05-02T05:19:44.077Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-02T05:19:44.077Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-02T05:19:44.078Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:19:44.078Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:44.079Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:44.079Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932784077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:44.180Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:19:44.181Z||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-02T05:19:44.181Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:44.191Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:44.191Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:45.081Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 184e09f6-3902-4e28-8a4d-3bf4152ab7dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-02T05:19:45.082Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:19:45.082Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-02T05:19:45.382Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:19:45.382Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 184e09f6-3902-4e28-8a4d-3bf4152ab7dd 828 2021-05-02T05:19:45.383Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-02T05:19:45.383Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-02T05:19:45.383Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:19:45.383Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:45.385Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:45.386Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932785383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:45.486Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:45.487Z||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-02T05:19:45.487Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:45.500Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:45.500Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:46.386Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f098d3ed-a6c0-4270-9a1f-55af354c5da2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0371f0f5-f19d-4fe9-9d2d-bfecc96c958d", "vfModuleModelCustomizationUUID": "2f538e98-cf0b-494f-a3f6-92ce7fd1fbc2", "isBase": true, "artifacts": [ "3eb8e109-c65a-4ceb-8736-3942360aea9c", "23f23b9f-6dbf-4d13-8997-2c6caa612d02", "18d1b9a6-12aa-4757-b239-de900a8f9843" ], "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-02T05:19:46.393Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0371f0f5-f19d-4fe9-9d2d-bfecc96c958d VfModuleModelInvariantUUID:f098d3ed-a6c0-4270-9a1f-55af354c5da2 VfModuleModelDescription:NULL Artifacts UUID List:{ 3eb8e109-c65a-4ceb-8736-3942360aea9c , 23f23b9f-6dbf-4d13-8997-2c6caa612d02 , 18d1b9a6-12aa-4757-b239-de900a8f9843 } 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-02T05:19:46.396Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f098d3ed-a6c0-4270-9a1f-55af354c5da2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0371f0f5-f19d-4fe9-9d2d-bfecc96c958d", "vfModuleModelCustomizationUUID": "2f538e98-cf0b-494f-a3f6-92ce7fd1fbc2", "isBase": true, "artifacts": [ "3eb8e109-c65a-4ceb-8736-3942360aea9c", "23f23b9f-6dbf-4d13-8997-2c6caa612d02", "18d1b9a6-12aa-4757-b239-de900a8f9843" ], "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-02T05:19:46.396Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0371f0f5-f19d-4fe9-9d2d-bfecc96c958d VfModuleModelInvariantUUID:f098d3ed-a6c0-4270-9a1f-55af354c5da2 VfModuleModelDescription:NULL Artifacts UUID List:{ 3eb8e109-c65a-4ceb-8736-3942360aea9c , 23f23b9f-6dbf-4d13-8997-2c6caa612d02 , 18d1b9a6-12aa-4757-b239-de900a8f9843 } 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-02T05:19:46.396Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 23f23b9f-6dbf-4d13-8997-2c6caa612d02 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-02T05:19:46.396Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:19:46.396Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-02T05:19:46.882Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:19:46.882Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 23f23b9f-6dbf-4d13-8997-2c6caa612d02 1164 2021-05-02T05:19:46.883Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-02T05:19:46.883Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-02T05:19:46.883Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:19:46.883Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:46.885Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:46.885Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932786882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:46.986Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:46.987Z||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-02T05:19:46.987Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:46.999Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:46.999Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:47.886Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 18d1b9a6-12aa-4757-b239-de900a8f9843 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-02T05:19:47.887Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-05-02T05:19:47.887Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-02T05:19:48.465Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-05-02T05:19:48.465Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 18d1b9a6-12aa-4757-b239-de900a8f9843 200 2021-05-02T05:19:48.466Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-02T05:19:48.466Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-02T05:19:48.466Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T05:19:48.466Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:48.468Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:48.469Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932788466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:48.569Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:48.570Z||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-02T05:19:48.570Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:48.607Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:48.607Z||pool-110-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:49.469Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8b51f36f-4b3c-4123-801c-153fb3654434 2021-05-02T05:19:49.470Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 686af54c-a27d-4bb5-9295-f87e045fbb3f 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 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=? 2021-05-02T05:19:49.486Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-02T05:19:49.490Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.490Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:49.490Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-05-02T05:19:49.490Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e95c825c-d21a-49b2-9b97-d852ed5c9ac2 2021-05-02T05:19:49.490Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e95c825c-d21a-49b2-9b97-d852ed5c9ac2 matches Tosca VF Customization UUID: e95c825c-d21a-49b2-9b97-d852ed5c9ac2 2021-05-02T05:19:49.491Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e95c825c-d21a-49b2-9b97-d852ed5c9ac2 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-02T05:19:49.493Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.493Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:49.494Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e95c825c-d21a-49b2-9b97-d852ed5c9ac2: {\"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-02T05:19:49.494Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48d701d4 2021-05-02T05:19:49.494Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.495Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T05:19:49.495Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f538e98-cf0b-494f-a3f6-92ce7fd1fbc2 2021-05-02T05:19:49.495Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f538e98-cf0b-494f-a3f6-92ce7fd1fbc2 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-02T05:19:49.497Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.497Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T05:19:49.498Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:19:49.498Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.498Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T05:19:49.498Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:19:49.499Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.499Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-02T05:19:49.499Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-02T05:19:49.499Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3f3e02ab-2842-4cff-b5e1-729c4ec13177 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-02T05:19:49.502Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.502Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T05:19:49.502Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T05:19:49.502Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.503Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T05:19:49.503Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e95c825c-d21a-49b2-9b97-d852ed5c9ac2 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-02T05:19:49.505Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.505Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:49.505Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8b51f36f-4b3c-4123-801c-153fb3654434: basic_cnf 2021-05-02T05:19:49.505Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.506Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:49.506Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.506Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:49.506Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.506Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:49.507Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.507Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:49.507Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T05:19:49.507Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T05:19:49.507Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||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-02T05:19:49.614Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 686af54c-a27d-4bb5-9295-f87e045fbb3f 1 ASDC deployResourceStructure 2021-05-02T05:19:49.615Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-02T05:19:49.615Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-05-02T05:19:49.615Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-02T05:19:49.616Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:49.617Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:49.617Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932789615, "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-02T05:19:49.718Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:49.718Z||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-02T05:19:49.718Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:49.728Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:49.728Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:50.618Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-02T05:19:50.619Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-05-02T05:19:50.619Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-02T05:19:50.619Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:50.621Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:50.621Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932790618, "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-02T05:19:50.722Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:50.722Z||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-02T05:19:50.723Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:50.733Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:50.733Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:51.622Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-02T05:19:51.623Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-02T05:19:51.623Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:19:51.624Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:51.626Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:51.626Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932791622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:19:51.701Z||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-02T05:19:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:51.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:51.726Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:51.727Z||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-02T05:19:51.727Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:51.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932678775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932685079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932679919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932680797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "dcae-sch", "timestamp": 1619932688089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932679919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932678775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932685079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932680797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "dcae-sch", "timestamp": 1619932688089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932678775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932685079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932679919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932680797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.739Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "dcae-sch", "timestamp": 1619932688089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.740Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932679919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932678775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932685079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932680797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "dcae-sch", "timestamp": 1619932688089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932679919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932678775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932685079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932680797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "dcae-sch", "timestamp": 1619932688089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932692673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932679919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932685079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932678775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932680797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "dcae-sch", "timestamp": 1619932688089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932692673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932679919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932685079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932678775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932680797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "dcae-sch", "timestamp": 1619932688089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932692673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932678775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932685079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932679919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932680797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "dcae-sch", "timestamp": 1619932688089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932695686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932692673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932679919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932685079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932678775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932680797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "dcae-sch", "timestamp": 1619932688089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:51.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932695686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932692673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932696974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932695686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932692673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932698382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932698570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932698581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932696974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932698667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "ves-openapi-manager", "timestamp": 1619932698257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932695686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932692673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "cds", "timestamp": 1619932699587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T05:19:51.756Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87104f25-10fe-4434-9c7a-a535263637b5 2021-05-02T05:19:51.756Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87104f25-10fe-4434-9c7a-a535263637b5 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-02T05:19:51.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932696974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T05:19:51.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "ves-openapi-manager", "timestamp": 1619932698257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932700286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932695686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932692673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932700402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932696974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "ves-openapi-manager", "timestamp": 1619932698257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932695686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932692673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:51.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619932701410, "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-02T05:19:51.770Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87104f25-10fe-4434-9c7a-a535263637b5 2021-05-02T05:19:51.770Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87104f25-10fe-4434-9c7a-a535263637b5 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-02T05:19:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932696974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T05:19:51.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "ves-openapi-manager", "timestamp": 1619932698257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932702071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932695686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932696974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "ves-openapi-manager", "timestamp": 1619932698257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932702968, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932695686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932696974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "ves-openapi-manager", "timestamp": 1619932698257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932703972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932704162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932695686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932696974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "ves-openapi-manager", "timestamp": 1619932698257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "policy-id", "timestamp": 1619932704975, "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-02T05:19:51.787Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87104f25-10fe-4434-9c7a-a535263637b5 2021-05-02T05:19:51.787Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87104f25-10fe-4434-9c7a-a535263637b5 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-02T05:19:51.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932705165, "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-02T05:19:51.802Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87104f25-10fe-4434-9c7a-a535263637b5 2021-05-02T05:19:51.802Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87104f25-10fe-4434-9c7a-a535263637b5 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-02T05:19:51.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932696974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:51.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932705880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "ves-openapi-manager", "timestamp": 1619932698257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932705968, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619932706168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932706225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "ves-openapi-manager", "timestamp": 1619932698257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "aai-ml", "timestamp": 1619932706972, "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-02T05:19:51.819Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87104f25-10fe-4434-9c7a-a535263637b5 2021-05-02T05:19:51.819Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87104f25-10fe-4434-9c7a-a535263637b5 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-02T05:19:51.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932707181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932707486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932708232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932708576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932709060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "clamp", "timestamp": 1619932709235, "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-02T05:19:51.833Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87104f25-10fe-4434-9c7a-a535263637b5 2021-05-02T05:19:51.834Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87104f25-10fe-4434-9c7a-a535263637b5 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-02T05:19:51.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932709848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932710184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932711186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932711189, "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-02T05:19:51.848Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87104f25-10fe-4434-9c7a-a535263637b5 2021-05-02T05:19:51.848Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87104f25-10fe-4434-9c7a-a535263637b5 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-02T05:19:51.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-windriver-id", "timestamp": 1619932712191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932712478, "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-02T05:19:51.860Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87104f25-10fe-4434-9c7a-a535263637b5 2021-05-02T05:19:51.860Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87104f25-10fe-4434-9c7a-a535263637b5 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-02T05:19:51.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "multicloud-k8s-id", "timestamp": 1619932713482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932713498, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932491698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932723477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932726067, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932727674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932729387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932730497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:51.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:19:51.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932731500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:19:51.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:19:52.627Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-02T05:19:52.627Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-02T05:19:52.628Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:19:52.628Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:52.630Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:52.630Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932792627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:19:52.731Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:19:52.732Z||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-02T05:19:52.732Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:52.743Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:52.744Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:53.632Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-02T05:19:53.632Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-02T05:19:53.632Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:19:53.632Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:53.634Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:53.634Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932793631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-02T05:19:53.735Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:19:53.736Z||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-02T05:19:53.736Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:53.749Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:53.750Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-05-02T05:19:54.635Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-02T05:19:54.636Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-02T05:19:54.636Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T05:19:54.636Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:19:54.638Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:19:54.638Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932794635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:19:54.739Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T05:19:54.740Z||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-02T05:19:54.740Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:19:54.752Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:19:54.753Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-02T05:19:55.639Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87104f25-10fe-4434-9c7a-a535263637b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02T05:19:55.650Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87104f25-10fe-4434-9c7a-a535263637b5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-02T05:19:55.653Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T05:19:55.653Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T05:19:55.653Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T05:19:55.653Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T05:19:55.653Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:19:55.653Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:19:55.653Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:19:55.654Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:19:55.654Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:19:55.654Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T05:19:55.654Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T05:19:55.658Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T05:20:25.659Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87104f25-10fe-4434-9c7a-a535263637b5 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-02T05:20:25.664Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87104f25-10fe-4434-9c7a-a535263637b5 and serviceModelVersionId: 8b51f36f-4b3c-4123-801c-153fb3654434 2021-05-02T05:20:25.665Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28a2bbae-cac5-4664-bfef-f725dcced348 2021-05-02T05:20:25.665Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28a2bbae-cac5-4664-bfef-f725dcced348/model-vers/model-ver/8b51f36f-4b3c-4123-801c-153fb3654434?depth=0 2021-05-02T05:20:25.672Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T05:20:25.708Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28a2bbae-cac5-4664-bfef-f725dcced348/model-vers/model-ver/8b51f36f-4b3c-4123-801c-153fb3654434?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-02T05:20:25.708Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28a2bbae-cac5-4664-bfef-f725dcced348/model-vers/model-ver/8b51f36f-4b3c-4123-801c-153fb3654434?depth=0|INFO|500||Invoke 2021-05-02T05:20:25.732Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28a2bbae-cac5-4664-bfef-f725dcced348/model-vers/model-ver/8b51f36f-4b3c-4123-801c-153fb3654434?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T05:20:25.883Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28a2bbae-cac5-4664-bfef-f725dcced348/model-vers/model-ver/8b51f36f-4b3c-4123-801c-153fb3654434?depth=0|INFO|500||InvokeReturn 2021-05-02T05:20:25.884Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28a2bbae-cac5-4664-bfef-f725dcced348/model-vers/model-ver/8b51f36f-4b3c-4123-801c-153fb3654434?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210502-05:20:25:738-86021], vertex-id=[262184], Content-Length=[0], Date=[Sun, 02 May 2021 05:20:25 GMT], Content-Type=[application/json]} 2021-05-02T05:20:25.884Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T05:20:25.884Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T05:20:25.885Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||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-02T05:20:25.889Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T05:20:25.889Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87104f25-10fe-4434-9c7a-a535263637b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T05:20:25.889Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T05:20:25.890Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-05-02T05:20:25.891Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T05:20:25.891Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932825889, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:20:25.992Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T05:20:25.993Z||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-02T05:20:25.993Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:20:26.008Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:20:26.009Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T05:20:26.905Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:20:26.905Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:20:26.905Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:20:36.465Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:20:36.466Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:20:36.466Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:20:36.466Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:20:46.005Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:20:46.005Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:20:46.005Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:20:46.005Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:20:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:20:51.701Z||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-02T05:20:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:20:51.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:20:51.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932732505, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-02T05:20:51.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932733509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:20:51.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932764990, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:20:51.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:20:51.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:20:51.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T05:20:51.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:20:51.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T05:20:51.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:20:51.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T05:20:51.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:20:51.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932766004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932780179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932782583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:20:51.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932784077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932785383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932786882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932788466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932789615, "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-02T05:20:51.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T05:20:51.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932790618, "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-02T05:20:51.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:20:55.548Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:20:55.548Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:20:55.549Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:20:55.549Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:21:05.105Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:21:05.106Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:21:05.107Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:21:05.107Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:21:14.647Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:21:51.698Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:21:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:21:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:21:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:21:51.701Z||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-02T05:21:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:21:51.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:21:51.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-02T05:21:51.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932791622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T05:21:51.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:22:01.251Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:22:51.698Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:22:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:22:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:22:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:22:51.701Z||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-02T05:22:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:22:52.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:22:52.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-02T05:22:52.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932792627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932793631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932794635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "87104f25-10fe-4434-9c7a-a535263637b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619932825889, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T05:22:52.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T05:23:01.251Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:23:51.698Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:23:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:23:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:23:51.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:23:51.701Z||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-02T05:23:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:24:01.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:24:01.249Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:24:51.698Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:24:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:24:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:24:51.701Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:24:51.701Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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-02T05:24:51.701Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:25:01.250Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:25:01.252Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:25:51.698Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:25:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:25:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:25:51.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:25:51.701Z||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-02T05:25:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:26:01.246Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:26:01.246Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:26:51.698Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:26:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:26:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:26:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:26:51.701Z||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-02T05:26:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:27:01.290Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:27:01.292Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:27:51.698Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:27:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:27:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:27:51.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:27:51.701Z||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-02T05:27:51.701Z||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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:28:01.244Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:28:01.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:28:51.698Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:28:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:28:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:28:51.701Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:28:51.701Z|87104f25-10fe-4434-9c7a-a535263637b5|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-02T05:28:51.701Z|87104f25-10fe-4434-9c7a-a535263637b5|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:29:01.248Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:29:01.248Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:29:51.698Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:29:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T05:29:51.699Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:29:51.700Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T05:29:51.701Z|87104f25-10fe-4434-9c7a-a535263637b5|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-02T05:29:51.701Z|87104f25-10fe-4434-9c7a-a535263637b5|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 yIUeSjn1Vp6A9FhR) ... 2021-05-02T05:30:01.251Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T05:30:01.262Z|87104f25-10fe-4434-9c7a-a535263637b5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK