JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-11-16T02:09:03.164Z||main|||||INFO|500||The following profiles are active: basic 2021-11-16T02:09:13.802Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-16T02:09:13.802Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-16T02:09:13.887Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-16T02:09:16.352Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-16T02:09:16.555Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-16T02:09:17.030Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-16T02:09:17.040Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-16T02:09:17.126Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-16T02:09:17.266Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-16T02:09:17.681Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-16T02:09:18.541Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-16T02:09:20.885Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-16T02:09:20.932Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-16T02:09:21.367Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-16T02:09:21.527Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-11-16T02:09:22.761Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-16T02:09:23.840Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-16T02:09:23.857Z||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$$b9f9eac1.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-11-16T02:09:23.858Z||main|||||WARN|500||The sdc end point is not alive 2021-11-16T02:09:26.749Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-11-16T02:09:29.868Z||main|||||WARN|500||--- 2021-11-16T02:09:29.869Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-16T02:09:29.869Z||main|||||WARN|500||--- 2021-11-16T02:09:30.268Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-16T02:09:35.328Z||main|||||INFO|500||Started Application in 36.936 seconds (JVM running for 38.267) 2021-11-16T02:09:35.344Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-16T02:09:35.346Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-16T02:09:35.358Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-16T02:09:35.427Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-16T02:09:35.476Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 24912547-c1bf-498f-bd08-de75ed882f47 url= /sdc/v1/artifactTypes 2021-11-16T02:09:35.477Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-16T02:09:35.754Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-16T02:09:35.777Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-16T02:09:35.798Z||scheduling-1|||||DEBUG|500||create keys 2021-11-16T02:09:35.806Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-16T02:09:37.106Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:09:37.126Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 75d028dc-ba95-4d2e-9f84-92c9368aabab url= /sdc/v1/registerForDistribution 2021-11-16T02:09:38.110Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 75d028dc-ba95-4d2e-9f84-92c9368aabab url= /sdc/v1/registerForDistribution 2021-11-16T02:09:38.111Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-16T02:09:38.121Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:09:38.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:09:38.127Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-16T02:09:38.128Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:09:38.128Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:09:38.128Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:09:38.128Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:09:51.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:09:52.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:10:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:10:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:10:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:10:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:10:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:10:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:10:47.666Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:10:47.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:11:38.120Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:11:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:11:38.127Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:11:38.127Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:11:38.127Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:11:38.127Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:11:47.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:11:47.697Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:12:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:12:38.121Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:12:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:12:38.121Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:12:38.122Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:12:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:12:47.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:12:47.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:13:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:13:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:13:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:13:38.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:13:38.123Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:13:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:13:47.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:13:47.665Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:14:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:14:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:14:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:14:38.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:14:38.123Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:14:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:14:48.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:14:48.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:15:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:15:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:15:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:15:38.121Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:15:38.123Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:15:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:15:47.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:15:47.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:16:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:16:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:16:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:16:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:16:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:16:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:16:47.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:16:47.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:17:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:17:38.121Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:17:38.122Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:17:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:17:38.126Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:17:38.127Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:17:38.138Z||pool-2-thread-6|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset 2021-11-16T02:17:38.139Z||pool-2-thread-6|||||INFO|500||Retrying request to {}->http://message-router.onap:3904 2021-11-16T02:17:38.142Z||pool-2-thread-6|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset 2021-11-16T02:17:38.142Z||pool-2-thread-6|||||INFO|500||Retrying request to {}->http://message-router.onap:3904 2021-11-16T02:17:38.144Z||pool-2-thread-6|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset 2021-11-16T02:17:38.144Z||pool-2-thread-6|||||INFO|500||Retrying request to {}->http://message-router.onap:3904 2021-11-16T02:17:38.146Z||pool-2-thread-6|||||WARN|500||Error executing HTTP request. Connection reset; blacklisting for 2 minutes 2021-11-16T02:17:38.149Z||pool-2-thread-6|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connection reset 2021-11-16T02:17:38.150Z||pool-2-thread-6|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connection reset java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(Unknown Source) at java.base/java.net.SocketInputStream.read(Unknown Source) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-16T02:17:51.333Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:18:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:18:38.120Z||pool-2-thread-6|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-11-16T02:18:38.121Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:18:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:18:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:18:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:18:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:18:47.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:18:47.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:19:14.403Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-16T02:19:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:19:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:19:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:19:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:19:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:19:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:19:47.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:19:47.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:20:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:20:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:20:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:20:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:20:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:20:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:20:47.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:20:47.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:21:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:21:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:21:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:21:38.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:21:38.122Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:21:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:21:47.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:21:47.661Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:22:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:22:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:22:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:22:38.121Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:22:38.122Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:22:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:22:47.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:22:47.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:23:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:23:38.121Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:23:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:23:38.121Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:23:38.122Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:23:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:23:47.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:23:47.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:24:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:24:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:24:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:24:38.121Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:24:38.122Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:24:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:24:47.662Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:24:47.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:25:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:25:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:25:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:25:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:25:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:25:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:25:47.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:25:47.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:26:38.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:26:38.120Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:26:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:26:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:26:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:26:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:26:47.662Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:26:47.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:27:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:27:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:27:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:27:38.121Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:27:38.123Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:27:38.124Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:27:47.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:27:47.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:28:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:28:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:28:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:28:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:28:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:28:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:28:47.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:28:47.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:29:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:29:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:29:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:29:38.121Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:29:38.123Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:29:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:29:47.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:29:47.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:30:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:30:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:30:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:30:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:30:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:30:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:30:47.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:30:47.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:31:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:31:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:31:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:31:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:31:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:31:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:31:47.665Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:31:47.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:32:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:32:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:32:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:32:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:32:38.121Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:32:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:32:47.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:32:47.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:33:38.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:33:38.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:33:38.121Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W3KlRdps9rd2uO26) ... 2021-11-16T02:33:38.121Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:33:38.124Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:33:38.124Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:33:47.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:33:47.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:34:38.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:34:38.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:34:38.120Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W3KlRdps9rd2uO26) ... 2021-11-16T02:34:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:34:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:34:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:34:47.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:34:47.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:35:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:35:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:35:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:35:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:35:38.123Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:35:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:35:47.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:35:47.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:36:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:36:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:36:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:36:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:36:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:36:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:36:47.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:36:47.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:37:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:37:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:37:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:37:38.121Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:37:38.122Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:37:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:37:47.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:37:47.659Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:38:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:38:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:38:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:38:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:38:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:38:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:38:47.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:38:47.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:39:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:39:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:39:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:39:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:39:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:39:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:39:47.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:39:47.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:40:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:40:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:40:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:40:38.121Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:40:38.122Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:40:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:40:47.659Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:40:47.660Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:41:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:41:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:41:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:41:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:41:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:41:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:41:47.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:41:47.664Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:42:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:42:38.121Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:42:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:42:38.121Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:42:38.122Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:42:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:42:47.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:42:47.662Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:43:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:43:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:43:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:43:38.121Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:43:38.122Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:43:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:43:47.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:43:47.659Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:44:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:44:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:44:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:44:38.121Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:44:38.122Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:44:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:44:47.660Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:44:47.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:45:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:45:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:45:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:45:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:45:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:45:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:45:47.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:45:47.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:46:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:46:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:46:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:46:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:46:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:46:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:46:47.660Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:46:47.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:47:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:47:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:47:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:47:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:47:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:47:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:47:47.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:47:47.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:48:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:48:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:48:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:48:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:48:38.123Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:48:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:48:47.669Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:48:47.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:49:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:49:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:49:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:49:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:49:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:49:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:49:47.660Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:49:47.662Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:50:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:50:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:50:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:50:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:50:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:50:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:50:47.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:50:47.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:51:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:51:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:51:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:51:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:51:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:51:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:51:47.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:51:47.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:52:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:52:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:52:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:52:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:52:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:52:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:52:47.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:52:47.666Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:53:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:53:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:53:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:53:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:53:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:53:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:53:47.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:53:47.659Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:54:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:54:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:54:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:54:38.121Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:54:38.122Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:54:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:54:47.659Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:54:47.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:55:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:55:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:55:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:55:38.121Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:55:38.122Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:55:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:55:47.660Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:55:47.662Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:56:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:56:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:56:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:56:38.121Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:56:38.122Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:56:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:56:47.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:56:47.662Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:57:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:57:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:57:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:57:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:57:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:57:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:57:47.659Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:57:47.660Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:58:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:58:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:58:38.121Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:58:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:58:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:58:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:58:47.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:58:47.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:59:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:59:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:59:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:59:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T02:59:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T02:59:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T02:59:47.661Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T02:59:47.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:00:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:00:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:00:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:00:38.121Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:00:38.122Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:00:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:00:47.659Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:00:47.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:01:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:01:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:01:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:01:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:01:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:01:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:01:47.657Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:01:47.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:02:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:02:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:02:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:02:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:02:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:02:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:02:47.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:02:47.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:03:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:03:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:03:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:03:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:03:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:03:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:03:47.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:03:47.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:04:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:04:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:04:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:04:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:04:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:04:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:04:47.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:04:47.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:05:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:05:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:05:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:05:38.121Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:05:38.122Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:05:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:05:47.662Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:05:47.662Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:06:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:06:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:06:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:06:38.121Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:06:38.121Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:06:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:06:47.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:06:47.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:07:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:07:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:07:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:07:38.121Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:07:38.122Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:07:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:07:47.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:07:47.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:08:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:08:38.119Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:08:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:08:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:08:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:08:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:08:47.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:08:47.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:09:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:09:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:09:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:09:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:09:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:09:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:09:47.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:09:47.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:10:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:10:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:10:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:10:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:10:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:10:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:10:47.657Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:10:47.660Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:11:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:11:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:11:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:11:38.121Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:11:38.122Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:11:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:11:53.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:11:53.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:12:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:12:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:12:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:12:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:12:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:12:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:12:47.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:12:47.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:13:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:13:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:13:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:13:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:13:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:13:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:13:47.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:13:47.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:38.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:14:38.120Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:14:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:14:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:14:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:14:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:14:39.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:39.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-16T03:14:39.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1fd004dd-0ad4-4adb-abf6-669b5476818f","serviceName":"vFW 2021-11-16 03-12-04","serviceVersion":"1.0","serviceUUID":"12c7c154-e14e-46c2-89c6-a41c584ab4e7","serviceDescription":"catalog service description","serviceInvariantUUID":"c2056083-f715-48ad-957f-0a716cb583b9","resources":[{"resourceInstanceName":"vFW f905b694-4c5f 0","resourceName":"vFW f905b694-4c5f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8dc18c98-d41c-4f88-bf9a-3766eb00e431","resourceInvariantUUID":"23c931ab-9e70-4dee-8852-143057b9f510","resourceCustomizationUUID":"ec847ee7-b704-4b3e-9cf0-ef5e46b45987","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml","artifactChecksum":"YzhhZTk0YTc0OWY4ZTM5NjNiZDljNWIzYTkzMmZmMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2d94756-57e8-4eb7-8189-6f7495d887d1","artifactVersion":"1"},{"artifactName":"vfwf905b6944c5f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json","artifactChecksum":"NmExMjhlM2ZiZTQ5ZDY5YjcyNDM2MjQ4MTZlMDExZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1c20ef46-ea12-4483-87bf-f4f929a40abe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWJmMjk4NzBjNTA5NWUxYmQ1YTE3NjEwZTM5MDMxZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc256af9-ec74-46a1-9ee5-7ad97f83322e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3b580be8-0128-4919-8a2c-20d845385554","artifactVersion":"2","generatedFromUUID":"3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211116031204-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml","artifactChecksum":"NmQzYWUxOWMyZGYyYzVmMmNhYzBjMDBjNGJmODFhNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20011b4b-d48e-4b6a-9c56-746468daa4a5","artifactVersion":"1"},{"artifactName":"service-Vfw20211116031204-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar","artifactChecksum":"MDIzYWM1ZDhjYjIwM2IwOWI0NjhiZDBhODdmYTdjMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54a3301c-7a4f-4166-b5b1-6bfec2015274","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-16T03:14:39.044Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:14:39.054Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:39.066Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:39.066Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:14:39.166Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-11-16T03:14:39.171Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:39.171Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:39.181Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:39.182Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:39.273Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:39.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:14:39.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "ves-openapi-manager", "timestamp": 1637032470796, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:14:39.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:14:40.074Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:14:40.075Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:40.076Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:40.076Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:14:40.177Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:14:40.178Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:40.178Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:40.189Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:40.190Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:41.077Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:14:41.078Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:41.080Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:41.080Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-16T03:14:41.181Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:14:41.182Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:41.182Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:41.194Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:41.195Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:42.081Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:14:42.082Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:42.084Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:42.084Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:14:42.185Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:14:42.186Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:42.186Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:42.198Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:42.199Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:43.085Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:14:43.086Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:43.089Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:43.089Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-16T03:14:43.189Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:14:43.190Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:43.190Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:43.202Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:43.203Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:14:44.089Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:14:44.090Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:44.092Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:44.093Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:14:44.193Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:14:44.194Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:44.194Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:44.205Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:44.206Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:45.093Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:14:45.095Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:45.096Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:45.097Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:14:45.197Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:14:45.198Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:45.198Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:45.210Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:45.210Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:46.099Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "serviceName": "vFW 2021-11-16 03-12-04", "serviceVersion": "1.0", "serviceUUID": "12c7c154-e14e-46c2-89c6-a41c584ab4e7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c2056083-f715-48ad-957f-0a716cb583b9", "resources": [ { "resourceInstanceName": "vFW f905b694-4c5f 0", "resourceCustomizationUUID": "ec847ee7-b704-4b3e-9cf0-ef5e46b45987", "resourceName": "vFW f905b694-4c5f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8dc18c98-d41c-4f88-bf9a-3766eb00e431", "resourceInvariantUUID": "23c931ab-9e70-4dee-8852-143057b9f510", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf905b6944c5f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "artifactChecksum": "NmExMjhlM2ZiZTQ5ZDY5YjcyNDM2MjQ4MTZlMDExZTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1c20ef46-ea12-4483-87bf-f4f929a40abe", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3b580be8-0128-4919-8a2c-20d845385554", "generatedFromUUID": "3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3b580be8-0128-4919-8a2c-20d845385554", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211116031204-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "artifactChecksum": "MDIzYWM1ZDhjYjIwM2IwOWI0NjhiZDBhODdmYTdjMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54a3301c-7a4f-4166-b5b1-6bfec2015274" } ], "workloadContext": "Production" } 2021-11-16T03:14:46.100Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-16T03:14:46.100Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12c7c154-e14e-46c2-89c6-a41c584ab4e7 ASDC 2021-11-16T03:14:46.228Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1fd004dd-0ad4-4adb-abf6-669b5476818f ServiceName:vFW 2021-11-16 03-12-04 ServiceVersion:1.0 ServiceUUID:12c7c154-e14e-46c2-89c6-a41c584ab4e7 ServiceInvariantUUID:c2056083-f715-48ad-957f-0a716cb583b9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211116031204-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar ArtifactUUID:54a3301c-7a4f-4166-b5b1-6bfec2015274 ArtifactChecksum:MDIzYWM1ZDhjYjIwM2IwOWI0NjhiZDBhODdmYTdjMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f905b694-4c5f 0 ResourceCustomizationUUID:ec847ee7-b704-4b3e-9cf0-ef5e46b45987 ResourceInvariantUUID:23c931ab-9e70-4dee-8852-143057b9f510 ResourceName:vFW f905b694-4c5f ResourceType:VF ResourceUUID:8dc18c98-d41c-4f88-bf9a-3766eb00e431 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf905b6944c5f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json ArtifactUUID:1c20ef46-ea12-4483-87bf-f4f929a40abe ArtifactChecksum:NmExMjhlM2ZiZTQ5ZDY5YjcyNDM2MjQ4MTZlMDExZTY= 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/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml ArtifactUUID:3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b 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/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env ArtifactUUID:3b580be8-0128-4919-8a2c-20d845385554 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/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env ArtifactUUID:3b580be8-0128-4919-8a2c-20d845385554 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-16T03:14:46.228Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12c7c154-e14e-46c2-89c6-a41c584ab4e7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:14:46.454Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:14:46.454Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:14:46.455Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:14:46.455Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54a3301c-7a4f-4166-b5b1-6bfec2015274 from URL: /sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:46.456Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:14:46.457Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:46.696Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:14:46.714Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar 54a3301c-7a4f-4166-b5b1-6bfec2015274 98979 2021-11-16T03:14:46.715Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar ASDC sendASDCNotification 2021-11-16T03:14:46.716Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:46.716Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:14:46.717Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:46.719Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:46.719Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032486714, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:14:46.819Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:14:46.820Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:46.820Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:46.829Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:46.830Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:14:47.720Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:14:47.721Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:14:47.722Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 54a3301c-7a4f-4166-b5b1-6bfec2015274, URL: /sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar to file: /app/ASDC/1/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:47.722Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211116031204-csar.csar 2021-11-16T03:14:47.845Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:47.846Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:48.408Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15922550504728143362/Definitions/service-Vfw20211116031204-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-11-16T03:14:51.411Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||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-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||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-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|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-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||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-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|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-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||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-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.416Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.417Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f905b694-4c5f 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-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.417Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||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-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.417Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.424Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|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-Vfw20211116031204-csar.csar 2021-11-16T03:14:51.424Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:14:51.432Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.434Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:51.437Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:51.438Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:14:51.439Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:14:51.440Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.440Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:51.440Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:51.441Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:14:51.441Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:14:51.441Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.441Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:51.444Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.444Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is not matching search criteria 2021-11-16T03:14:51.444Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-16T03:14:51.444Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-16T03:14:51.444Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.445Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-16T03:14:51.446Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.446Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:14:51.447Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.447Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:51.447Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:14:51.447Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.447Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:51.447Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:14:51.447Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.447Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is not matching search criteria 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.448Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:51.449Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-16T03:14:51.449Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:51.449Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-16T03:14:51.449Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.449Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c4642315-e88d-4ca8-99e2-f285d70e554a 2021-11-16T03:14:51.449Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.449Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is not matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-16T03:14:51.450Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87286800-7c4a-4039-94cc-6f3f5bb5ca5e 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is not matching search criteria 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:51.451Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=43f91b1f-3ed7-4251-802e-bb90274ea370 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.452Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:51.453Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.453Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:51.453Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:51.453Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:51.453Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-16 03-12-04 Description:catalog service description Model UUID:12c7c154-e14e-46c2-89c6-a41c584ab4e7 Model Version:NULL Model InvariantUuid:c2056083-f715-48ad-957f-0a716cb583b9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f905b694-4c5f Model UUID:1f53d337-a687-4164-b79e-5b652a85cec0 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:23c931ab-9e70-4dee-8852-143057b9f510 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ec847ee7-b704-4b3e-9cf0-ef5e46b45987 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:68bd1606-5938-4e9f-9c8a-053ff9e489f3 ModelName:VfwF905b6944c5f..base_vfw..module-0 ModelUuid:267760cb-5890-4b87-8bb8-0ddee8a0dedd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c4642315-e88d-4ca8-99e2-f285d70e554a ModelInvariantUuid:30100ce6-08bc-49b7-93ff-4a7a7be84812 ModelName:vFW f905b694-4c5f-nodes.vfwCvfc ModelUuid:e0465ab3-7370-41f0-b84a-0ad70858c650 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c34791b4-6aa1-45dc-8a8f-f7214d95c57c ModelInvariantUuid:152312bf-53ab-4443-a89d-9718091ecd3c ModelName:VfwF905b6944c5f.compute.nodes.heat.vfw ModelUuid:cb6c224b-14b4-4fa9-866b-c69665a07505 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:87286800-7c4a-4039-94cc-6f3f5bb5ca5e ModelInvariantUuid:6d2a6c90-ac42-48b3-b7f4-f9c8da7818f3 ModelName:vFW f905b694-4c5f-nodes.vsnCvfc ModelUuid:76f6943e-2b22-4468-951f-2fc2596975f2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b044a824-8dda-4365-88f4-d20b6a763f69 ModelInvariantUuid:cce547fe-ef75-4a61-b413-8d1c57aa887a ModelName:VfwF905b6944c5f.compute.nodes.heat.vsn ModelUuid:3a2e05cd-e9b7-4c87-a182-582e3d400418 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:43f91b1f-3ed7-4251-802e-bb90274ea370 ModelInvariantUuid:cf68ffd4-36c9-434f-af22-90d7a4799688 ModelName:vFW f905b694-4c5f-nodes.vpgCvfc ModelUuid:9d2258ae-4794-4dca-a777-c87fdf528fc2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:8fdb6a32-357f-46b3-af35-26c064caa1ac ModelInvariantUuid:1a6c3ac7-3e57-435e-a272-17bb6bb72567 ModelName:VfwF905b6944c5f.compute.nodes.heat.vpg ModelUuid:bff27a68-dc65-47f0-aa59-28280046943e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-16T03:14:51.474Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8dc18c98-d41c-4f88-bf9a-3766eb00e431 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:14:51.582Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||vFW f905b694-4c5f 0 2021-11-16T03:14:51.587Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8dc18c98-d41c-4f88-bf9a-3766eb00e431 2021-11-16T03:14:51.587Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1c20ef46-ea12-4483-87bf-f4f929a40abe from URL: /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json 2021-11-16T03:14:51.587Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:14:51.587Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json 2021-11-16T03:14:51.657Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:14:51.657Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json 1c20ef46-ea12-4483-87bf-f4f929a40abe 785 2021-11-16T03:14:51.657Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json ASDC sendASDCNotification 2021-11-16T03:14:51.658Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json 2021-11-16T03:14:51.658Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:14:51.658Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:51.661Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:51.661Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032491657, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:14:51.761Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:14:51.763Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:51.763Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:51.773Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:51.773Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:52.663Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF905b6944c5f..base_vfw..module-0", "vfModuleModelInvariantUUID": "68bd1606-5938-4e9f-9c8a-053ff9e489f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "267760cb-5890-4b87-8bb8-0ddee8a0dedd", "vfModuleModelCustomizationUUID": "3d5e1008-949a-4a4f-9bfe-622b3af14a7b", "isBase": true, "artifacts": [ "3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b", "3b580be8-0128-4919-8a2c-20d845385554" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:14:52.679Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF905b6944c5f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:267760cb-5890-4b87-8bb8-0ddee8a0dedd VfModuleModelInvariantUUID:68bd1606-5938-4e9f-9c8a-053ff9e489f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b , 3b580be8-0128-4919-8a2c-20d845385554 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:14:52.683Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF905b6944c5f..base_vfw..module-0", "vfModuleModelInvariantUUID": "68bd1606-5938-4e9f-9c8a-053ff9e489f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "267760cb-5890-4b87-8bb8-0ddee8a0dedd", "vfModuleModelCustomizationUUID": "3d5e1008-949a-4a4f-9bfe-622b3af14a7b", "isBase": true, "artifacts": [ "3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b", "3b580be8-0128-4919-8a2c-20d845385554" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:14:52.683Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF905b6944c5f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:267760cb-5890-4b87-8bb8-0ddee8a0dedd VfModuleModelInvariantUUID:68bd1606-5938-4e9f-9c8a-053ff9e489f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b , 3b580be8-0128-4919-8a2c-20d845385554 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:14:52.683Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b from URL: /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml 2021-11-16T03:14:52.683Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:14:52.684Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml 2021-11-16T03:14:52.747Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:14:52.749Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml 3a97f4d2-5c10-495a-9b1e-2e5c4d3d9f2b 20368 2021-11-16T03:14:52.749Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-16T03:14:52.750Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml 2021-11-16T03:14:52.750Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:14:52.750Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:52.752Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:52.752Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032492749, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:14:52.853Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:14:52.854Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:52.854Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:52.864Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:52.864Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:53.753Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3b580be8-0128-4919-8a2c-20d845385554 from URL: /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env 2021-11-16T03:14:53.754Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:14:53.754Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env 2021-11-16T03:14:54.107Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:14:54.107Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env 3b580be8-0128-4919-8a2c-20d845385554 2098 2021-11-16T03:14:54.108Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-16T03:14:54.108Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env 2021-11-16T03:14:54.108Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:14:54.108Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:54.111Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:54.111Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032494108, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:14:54.211Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:14:54.212Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:54.212Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:54.222Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:54.223Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:55.111Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 12c7c154-e14e-46c2-89c6-a41c584ab4e7 2021-11-16T03:14:55.112Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f905b694-4c5f 0 8dc18c98-d41c-4f88-bf9a-3766eb00e431 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:14:55.144Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23dfcf91, org.onap.sdc.toscaparser.api.parameters.Input@21d3d358, org.onap.sdc.toscaparser.api.parameters.Input@1a191a63, org.onap.sdc.toscaparser.api.parameters.Input@d4b201c, org.onap.sdc.toscaparser.api.parameters.Input@5035c563] 2021-11-16T03:14:55.147Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.148Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:55.148Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-16T03:14:55.148Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ec847ee7-b704-4b3e-9cf0-ef5e46b45987 2021-11-16T03:14:55.148Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec847ee7-b704-4b3e-9cf0-ef5e46b45987 matches Tosca VF Customization UUID: ec847ee7-b704-4b3e-9cf0-ef5e46b45987 2021-11-16T03:14:55.148Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ec847ee7-b704-4b3e-9cf0-ef5e46b45987 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-16T03:14:55.155Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.156Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:55.157Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ec847ee7-b704-4b3e-9cf0-ef5e46b45987: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-11-16T03:14:55.157Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@441658e3 2021-11-16T03:14:55.157Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.158Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:14:55.158Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d5e1008-949a-4a4f-9bfe-622b3af14a7b 2021-11-16T03:14:55.159Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d5e1008-949a-4a4f-9bfe-622b3af14a7b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-16T03:14:55.164Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.164Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:55.164Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:14:55.165Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.165Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:55.166Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:14:55.166Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.166Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is not matching search criteria 2021-11-16T03:14:55.166Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-16T03:14:55.166Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-16T03:14:55.167Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-16T03:14:55.167Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-16T03:14:55.167Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-16T03:14:55.167Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:55.167Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:55.167Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-16T03:14:55.167Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:55.168Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-16T03:14:55.168Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:55.168Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c4642315-e88d-4ca8-99e2-f285d70e554a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-16T03:14:55.176Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.177Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:55.177Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:14:55.177Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.177Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is not matching search criteria 2021-11-16T03:14:55.177Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-16T03:14:55.178Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-16T03:14:55.178Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-16T03:14:55.178Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:55.178Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:55.178Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-16T03:14:55.178Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:55.179Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-16T03:14:55.179Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-16T03:14:55.179Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:55.179Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-16T03:14:55.179Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:55.179Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87286800-7c4a-4039-94cc-6f3f5bb5ca5e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-16T03:14:55.182Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.182Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:55.182Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:14:55.184Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.184Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is not matching search criteria 2021-11-16T03:14:55.184Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-16T03:14:55.184Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-16T03:14:55.185Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-16T03:14:55.186Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=43f91b1f-3ed7-4251-802e-bb90274ea370 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-16T03:14:55.188Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.188Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:55.188Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:14:55.188Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.188Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Node template vFW f905b694-4c5f 0 is matching search criteria 2021-11-16T03:14:55.189Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f905b694-4c5f 0] matching following query criteria: sdcType=VF, customizationUUID=ec847ee7-b704-4b3e-9cf0-ef5e46b45987 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:14:55.191Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.191Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:55.191Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 12c7c154-e14e-46c2-89c6-a41c584ab4e7: vFW f905b694-4c5f 2021-11-16T03:14:55.191Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.192Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:55.192Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.192Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:55.192Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.192Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:55.192Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.193Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:55.193Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:14:55.193Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-16 03-12-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:14:55.193Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-11-16 03-12-04 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:14:55.600Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f905b694-4c5f 8dc18c98-d41c-4f88-bf9a-3766eb00e431 1 ASDC deployResourceStructure 2021-11-16T03:14:55.601Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json ASDC sendASDCNotification 2021-11-16T03:14:55.601Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json 2021-11-16T03:14:55.601Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:14:55.601Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:55.602Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:55.602Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032495601, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:14:55.703Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:14:55.703Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:55.704Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:55.714Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:55.715Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:56.603Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-16T03:14:56.604Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml 2021-11-16T03:14:56.604Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:14:56.604Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:56.606Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:56.607Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032496603, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:14:56.707Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:14:56.708Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:56.708Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:56.719Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:56.720Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:57.607Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-16T03:14:57.608Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env 2021-11-16T03:14:57.608Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:14:57.608Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:57.610Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:57.610Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032497607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-16T03:14:57.711Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:14:57.712Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:57.712Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:57.724Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:57.725Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:58.611Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar ASDC sendASDCNotification 2021-11-16T03:14:58.611Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar 2021-11-16T03:14:58.611Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:14:58.612Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:14:58.614Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:14:58.614Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032498611, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:14:58.714Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:14:58.715Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:14:58.715Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:14:58.726Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:14:58.727Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:14:59.615Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:14:59.643Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:14:59.645Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:14:59.645Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:14:59.645Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:15:29.645Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:15:29.661Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:15:29.664Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:15:29.664Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:15:29.664Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:15:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:15:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:15:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:15:38.144Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:15:38.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:15:38.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032471652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:15:38.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:15:59.664Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:15:59.677Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:15:59.680Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:15:59.680Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:15:59.680Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:16:29.681Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:16:29.695Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:16:29.698Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:16:29.698Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:16:29.698Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:16:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:16:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:16:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:16:38.142Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:16:38.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:16:38.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "dcae-sch", "timestamp": 1637032469306, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:16:38.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:16:38.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:16:38.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:16:38.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:16:38.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:16:38.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "cds", "timestamp": 1637032476623, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:16:38.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:16:59.698Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:16:59.709Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:16:59.712Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:16:59.712Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:16:59.712Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:17:29.712Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:17:29.724Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:17:29.726Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:17:29.727Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:17:29.727Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:17:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:17:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:17:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:17:38.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:17:38.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "ves-openapi-manager", "timestamp": 1637032470796, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032471652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "dcae-sch", "timestamp": 1637032469306, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "cds", "timestamp": 1637032476623, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032479564, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032479764, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "ves-openapi-manager", "timestamp": 1637032470796, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032471652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "dcae-sch", "timestamp": 1637032469306, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "cds", "timestamp": 1637032476623, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032479564, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032479764, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "ves-openapi-manager", "timestamp": 1637032470796, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032471652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "dcae-sch", "timestamp": 1637032469306, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "cds", "timestamp": 1637032476623, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032479564, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-16T03:17:38.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032479764, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "ves-openapi-manager", "timestamp": 1637032470796, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032471652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "dcae-sch", "timestamp": 1637032469306, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "cds", "timestamp": 1637032476623, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032479564, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032479764, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "ves-openapi-manager", "timestamp": 1637032470796, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032471652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "dcae-sch", "timestamp": 1637032469306, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "cds", "timestamp": 1637032476623, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032479564, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032479764, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "ves-openapi-manager", "timestamp": 1637032470796, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032471652, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "dcae-sch", "timestamp": 1637032469306, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "cds", "timestamp": 1637032476623, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032478119, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032479564, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032479764, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032479564, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032486418, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032479764, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "cds", "timestamp": 1637032486462, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032486714, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032487346, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "cds", "timestamp": 1637032487478, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:17:38.669Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1fd004dd-0ad4-4adb-abf6-669b5476818f 2021-11-16T03:17:38.669Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd004dd-0ad4-4adb-abf6-669b5476818f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:17:38.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032487535, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032488353, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:17:38.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032488619, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "policy-id", "timestamp": 1637032489358, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:17:38.688Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fd004dd-0ad4-4adb-abf6-669b5476818f 2021-11-16T03:17:38.688Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd004dd-0ad4-4adb-abf6-669b5476818f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:17:38.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032489672, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032491286, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:17:38.705Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fd004dd-0ad4-4adb-abf6-669b5476818f 2021-11-16T03:17:38.705Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd004dd-0ad4-4adb-abf6-669b5476818f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-16T03:17:38.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032491449, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:17:38.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032491657, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "multicloud-k8s-id", "timestamp": 1637032492289, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:17:38.715Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032492455, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:17:38.720Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1fd004dd-0ad4-4adb-abf6-669b5476818f 2021-11-16T03:17:38.721Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd004dd-0ad4-4adb-abf6-669b5476818f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:17:38.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032492749, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032494108, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032493922, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032493922, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:17:38.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032495601, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:17:38.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032493922, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032496603, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:17:38.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032493922, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032497607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-16T03:17:38.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032493922, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032498611, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:17:38.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032498019, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032493922, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032498019, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vfwf905b6944c5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032493922, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:17:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032498019, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032498019, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032498019, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/resourceInstances/vfwf905b6944c5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032498019, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032498019, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032505861, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032510891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032512903, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:17:38.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "clamp", "timestamp": 1637032513906, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:17:38.744Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1fd004dd-0ad4-4adb-abf6-669b5476818f 2021-11-16T03:17:38.744Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd004dd-0ad4-4adb-abf6-669b5476818f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:17:38.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032518347, "artifactURL": "/sdc/v1/catalog/services/Vfw20211116031204/1.0/artifacts/service-Vfw20211116031204-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:17:38.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:17:38.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:17:38.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "aai-ml", "timestamp": 1637032519351, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:17:38.760Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1fd004dd-0ad4-4adb-abf6-669b5476818f 2021-11-16T03:17:38.760Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd004dd-0ad4-4adb-abf6-669b5476818f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:17:59.727Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:17:59.740Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:17:59.744Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:17:59.745Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|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-11-16T03:17:59.751Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-16T03:18:29.752Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-16T03:18:29.764Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1fd004dd-0ad4-4adb-abf6-669b5476818f and serviceModelVersionId: 12c7c154-e14e-46c2-89c6-a41c584ab4e7 2021-11-16T03:18:29.764Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2056083-f715-48ad-957f-0a716cb583b9 2021-11-16T03:18:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:18:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:18:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:18:38.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:18:38.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "cds", "timestamp": 1637032701623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032699764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032703922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032699564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "cds", "timestamp": 1637032701623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032703922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032699764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032699564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032708019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "cds", "timestamp": 1637032701623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032703922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032699764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032699564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032708019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "cds", "timestamp": 1637032701623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032699764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032703922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032699564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "dcae-sch", "timestamp": 1637032709305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032708019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "cds", "timestamp": 1637032701623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032703922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032699764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032699564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "dcae-sch", "timestamp": 1637032709305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "ves-openapi-manager", "timestamp": 1637032710796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032708019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032703922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032699764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "cds", "timestamp": 1637032701623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032699564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "dcae-sch", "timestamp": 1637032709305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032711652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "ves-openapi-manager", "timestamp": 1637032710796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032708019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "cds", "timestamp": 1637032701623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032699764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032703922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032699564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "dcae-sch", "timestamp": 1637032709305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032711652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "ves-openapi-manager", "timestamp": 1637032710796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032708019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "dcae-sch", "timestamp": 1637032709305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032714061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "cds", "timestamp": 1637032714066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032714213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032711652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "ves-openapi-manager", "timestamp": 1637032710796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032708019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:18:38.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "dcae-sch", "timestamp": 1637032709305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "cds", "timestamp": 1637032715072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:18:38.468Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69a816e1-0066-4a45-bb45-feaa51edfba1 2021-11-16T03:18:38.469Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69a816e1-0066-4a45-bb45-feaa51edfba1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:18:38.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032715137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:18:38.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032715217, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032711652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "ves-openapi-manager", "timestamp": 1637032710796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032715816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "dcae-sch", "timestamp": 1637032709305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "policy-id", "timestamp": 1637032716220, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:18:38.484Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69a816e1-0066-4a45-bb45-feaa51edfba1 2021-11-16T03:18:38.484Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69a816e1-0066-4a45-bb45-feaa51edfba1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032711652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032716435, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "ves-openapi-manager", "timestamp": 1637032710796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032711652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "ves-openapi-manager", "timestamp": 1637032710796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:38.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:18:38.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:18:38.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032717706, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:18:38.500Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69a816e1-0066-4a45-bb45-feaa51edfba1 2021-11-16T03:18:38.500Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69a816e1-0066-4a45-bb45-feaa51edfba1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-16T03:18:52.843Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2056083-f715-48ad-957f-0a716cb583b9/model-vers/model-ver/12c7c154-e14e-46c2-89c6-a41c584ab4e7?depth=0 2021-11-16T03:18:53.078Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-16T03:18:53.590Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2056083-f715-48ad-957f-0a716cb583b9/model-vers/model-ver/12c7c154-e14e-46c2-89c6-a41c584ab4e7?depth=0|INFO|500||Invoke 2021-11-16T03:18:53.596Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2056083-f715-48ad-957f-0a716cb583b9/model-vers/model-ver/12c7c154-e14e-46c2-89c6-a41c584ab4e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2056083-f715-48ad-957f-0a716cb583b9/model-vers/model-ver/12c7c154-e14e-46c2-89c6-a41c584ab4e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fd004dd-0ad4-4adb-abf6-669b5476818f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1fee6a2-7c15-4324-a7e4-1556e7ab2eae], X-ECOMP-RequestID=[1fd004dd-0ad4-4adb-abf6-669b5476818f], X-TransactionId=[], X-ONAP-RequestID=[1fd004dd-0ad4-4adb-abf6-669b5476818f], Content-Type=[application/merge-patch+json]} 2021-11-16T03:18:53.733Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2056083-f715-48ad-957f-0a716cb583b9/model-vers/model-ver/12c7c154-e14e-46c2-89c6-a41c584ab4e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-16T03:18:53.972Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2056083-f715-48ad-957f-0a716cb583b9/model-vers/model-ver/12c7c154-e14e-46c2-89c6-a41c584ab4e7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2056083-f715-48ad-957f-0a716cb583b9/model-vers/model-ver/12c7c154-e14e-46c2-89c6-a41c584ab4e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211116-03:18:53:742-30545], vertex-id=[192760], Content-Length=[0], Date=[Tue, 16 Nov 2021 03:18:53 GMT], Content-Type=[application/json]} 2021-11-16T03:18:53.973Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2056083-f715-48ad-957f-0a716cb583b9/model-vers/model-ver/12c7c154-e14e-46c2-89c6-a41c584ab4e7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-16T03:18:53.973Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2056083-f715-48ad-957f-0a716cb583b9/model-vers/model-ver/12c7c154-e14e-46c2-89c6-a41c584ab4e7?depth=0|INFO|500||InvokeReturn 2021-11-16T03:18:53.976Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-16T03:18:53.976Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:18:53.981Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|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-11-16T03:18:53.982Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1fd004dd-0ad4-4adb-abf6-669b5476818f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-16T03:18:53.983Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-16T03:18:53.983Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:18:53.985Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:18:53.985Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032733982, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:18:54.086Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:18:54.087Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:18:54.087Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:18:54.097Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:18:54.098Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:18:55.000Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:18:55.001Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:18:55.001Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:18:59.682Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:18:59.684Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-16T03:18:59.684Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"69a816e1-0066-4a45-bb45-feaa51edfba1","serviceName":"basic_onboard_zzHUPu","serviceVersion":"1.0","serviceUUID":"08f79bd5-9229-4a0c-94d6-7cd61102ee26","serviceDescription":"service","serviceInvariantUUID":"7c6abfc8-b0b2-46cf-8369-ad5b07100ca4","resources":[{"resourceInstanceName":"basic_onboard_zzHUPu 0","resourceName":"basic_onboard_zzHUPu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ebe8dc9-137b-42f2-93ea-c61397c27d7c","resourceInvariantUUID":"47648254-4c11-4b54-b2d7-dd5837c53080","resourceCustomizationUUID":"ac5b2e57-2a52-4949-ad2c-552b368246df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVmYjYxNmExOTIzMTViNmYyMTM1NTg1ODE2MDU1MTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f71c2c82-6453-442a-9a85-4ab48a411035","artifactVersion":"1"},{"artifactName":"basic_onboard_zzhupu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json","artifactChecksum":"ZjQzZGE4MmI3MmM4YWY0NGVhOGFiN2NjYzkwOTA2MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dea2ce36-4cb1-4228-adc4-2deb998c9517","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"169a4c76-3b3d-4f53-98ac-ec9d46673a23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b8a1a69c-7cd1-46e6-b339-049d1fcfacab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f3bbd5e-b53b-47b1-988a-ba8354dd4dff","artifactVersion":"2","generatedFromUUID":"169a4c76-3b3d-4f53-98ac-ec9d46673a23"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZzhupu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml","artifactChecksum":"Y2JlMGU5OGJmNzI4ODZkN2ExYzQxNWYyNjljYmE3YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe199f09-8b46-48cc-bac1-bd0d7d2bb4e9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZzhupu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar","artifactChecksum":"ZGQ5NTJlYzNmN2U2NGYwOGMyMDAwMTIzNWYwZGQzYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13a89968-914b-4d96-b591-79c8e9be65f4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-16T03:18:59.687Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:18:59.688Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:18:59.689Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:18:59.689Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:18:59.790Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:18:59.790Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:18:59.791Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:18:59.801Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:18:59.801Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:19:00.690Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:19:00.690Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:00.692Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:00.692Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:19:00.793Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:19:00.793Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:00.794Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:00.804Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:00.804Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:01.693Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:19:01.694Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:01.696Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:01.696Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-16T03:19:01.796Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:01.797Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:01.797Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:01.807Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:01.808Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:02.697Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:19:02.697Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:02.700Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:02.701Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:19:02.801Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:02.802Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:02.802Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:02.812Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:02.812Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:03.702Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:19:03.703Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:03.705Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:03.705Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-16T03:19:03.805Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:03.806Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:03.806Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:03.816Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:03.816Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:04.706Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:19:04.706Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:04.708Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:04.708Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:19:04.808Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:04.809Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:04.809Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:04.819Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:04.820Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:19:05.708Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:19:05.709Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:05.711Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:05.712Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:19:05.812Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:05.813Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:05.813Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:05.823Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:05.824Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:06.714Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "serviceName": "basic_onboard_zzHUPu", "serviceVersion": "1.0", "serviceUUID": "08f79bd5-9229-4a0c-94d6-7cd61102ee26", "serviceDescription": "service", "serviceInvariantUUID": "7c6abfc8-b0b2-46cf-8369-ad5b07100ca4", "resources": [ { "resourceInstanceName": "basic_onboard_zzHUPu 0", "resourceCustomizationUUID": "ac5b2e57-2a52-4949-ad2c-552b368246df", "resourceName": "basic_onboard_zzHUPu", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5ebe8dc9-137b-42f2-93ea-c61397c27d7c", "resourceInvariantUUID": "47648254-4c11-4b54-b2d7-dd5837c53080", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_zzhupu0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "artifactChecksum": "ZjQzZGE4MmI3MmM4YWY0NGVhOGFiN2NjYzkwOTA2MmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dea2ce36-4cb1-4228-adc4-2deb998c9517", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "169a4c76-3b3d-4f53-98ac-ec9d46673a23", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f3bbd5e-b53b-47b1-988a-ba8354dd4dff", "generatedFromUUID": "169a4c76-3b3d-4f53-98ac-ec9d46673a23" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f3bbd5e-b53b-47b1-988a-ba8354dd4dff", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZzhupu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "artifactChecksum": "ZGQ5NTJlYzNmN2U2NGYwOGMyMDAwMTIzNWYwZGQzYTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "13a89968-914b-4d96-b591-79c8e9be65f4" } ], "workloadContext": "Production" } 2021-11-16T03:19:06.714Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-16T03:19:06.715Z|1fd004dd-0ad4-4adb-abf6-669b5476818f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08f79bd5-9229-4a0c-94d6-7cd61102ee26 ASDC 2021-11-16T03:19:06.715Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:69a816e1-0066-4a45-bb45-feaa51edfba1 ServiceName:basic_onboard_zzHUPu ServiceVersion:1.0 ServiceUUID:08f79bd5-9229-4a0c-94d6-7cd61102ee26 ServiceInvariantUUID:7c6abfc8-b0b2-46cf-8369-ad5b07100ca4 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZzhupu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar ArtifactUUID:13a89968-914b-4d96-b591-79c8e9be65f4 ArtifactChecksum:ZGQ5NTJlYzNmN2U2NGYwOGMyMDAwMTIzNWYwZGQzYTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_zzHUPu 0 ResourceCustomizationUUID:ac5b2e57-2a52-4949-ad2c-552b368246df ResourceInvariantUUID:47648254-4c11-4b54-b2d7-dd5837c53080 ResourceName:basic_onboard_zzHUPu ResourceType:VF ResourceUUID:5ebe8dc9-137b-42f2-93ea-c61397c27d7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_zzhupu0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json ArtifactUUID:dea2ce36-4cb1-4228-adc4-2deb998c9517 ArtifactChecksum:ZjQzZGE4MmI3MmM4YWY0NGVhOGFiN2NjYzkwOTA2MmI= 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/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml ArtifactUUID:169a4c76-3b3d-4f53-98ac-ec9d46673a23 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/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env ArtifactUUID:8f3bbd5e-b53b-47b1-988a-ba8354dd4dff 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/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env ArtifactUUID:8f3bbd5e-b53b-47b1-988a-ba8354dd4dff ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-16T03:19:06.715Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08f79bd5-9229-4a0c-94d6-7cd61102ee26 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:19:06.753Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:19:06.753Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:19:06.754Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:19:06.754Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13a89968-914b-4d96-b591-79c8e9be65f4 from URL: /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:06.754Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:19:06.754Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:06.902Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:19:06.907Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar 13a89968-914b-4d96-b591-79c8e9be65f4 71579 2021-11-16T03:19:06.908Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar ASDC sendASDCNotification 2021-11-16T03:19:06.908Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:06.908Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:19:06.908Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:06.910Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:06.911Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032746908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:19:07.011Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:07.012Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:07.012Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:07.022Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:07.022Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:07.911Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:19:07.912Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:19:07.912Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 13a89968-914b-4d96-b591-79c8e9be65f4, URL: /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar to file: /app/ASDC/1/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:07.913Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:07.913Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:07.913Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:08.118Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1146511174592026018/Definitions/service-BasicOnboardZzhupu-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-16T03:19:09.586Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-16T03:19:09.586Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:19:09.586Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.586Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||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-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||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-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zzHUPu 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-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||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-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is matching search criteria 2021-11-16T03:19:09.587Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:19:09.588Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_zzHUPu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:19:09.588Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.588Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:09.588Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is matching search criteria 2021-11-16T03:19:09.588Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:19:09.588Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_zzHUPu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:19:09.588Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.588Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:09.588Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is not matching search criteria 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.589Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is matching search criteria 2021-11-16T03:19:09.590Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_zzHUPu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:19:09.590Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.590Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is matching search criteria 2021-11-16T03:19:09.590Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_zzHUPu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:19:09.590Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.590Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is matching search criteria 2021-11-16T03:19:09.590Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_zzHUPu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:19:09.591Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.591Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is not matching search criteria 2021-11-16T03:19:09.591Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-16T03:19:09.591Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-16T03:19:09.591Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9e945fab-d3d4-4c88-b6d9-7d0460de6382 2021-11-16T03:19:09.591Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.592Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:09.592Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.592Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:09.592Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.592Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:09.592Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:09.592Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:09.593Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_zzHUPu Description:service Model UUID:08f79bd5-9229-4a0c-94d6-7cd61102ee26 Model Version:NULL Model InvariantUuid:7c6abfc8-b0b2-46cf-8369-ad5b07100ca4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_zzHUPu Model UUID:7e2f255f-10c6-41d8-8965-4b88158a3cbb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:47648254-4c11-4b54-b2d7-dd5837c53080 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ac5b2e57-2a52-4949-ad2c-552b368246df NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c0c35fa5-5a34-4e0c-929e-2f06c44170fe ModelName:BasicOnboardZzhupu..base_ubuntu18..module-0 ModelUuid:11f3c74b-8df2-418e-b703-7ddcce1b7912 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9e945fab-d3d4-4c88-b6d9-7d0460de6382 ModelInvariantUuid:72c8b5f7-3a12-46a0-868b-a7f3ac725d79 ModelName:basic_onboard_zzHUPu-nodes.ubuntu18Cvfc ModelUuid:45f2075a-2735-46bd-b8fa-b4cd3de312c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:af853258-f5b8-473b-ae05-43089c6ec431 ModelInvariantUuid:d6fec6d4-4a0d-4632-be60-5fcd7a1ad468 ModelName:BasicOnboardZzhupu.compute.nodes.heat.ubuntu18 ModelUuid:6e678a51-7f3a-4589-a4e2-0a76422742b1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-16T03:19:09.600Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ebe8dc9-137b-42f2-93ea-c61397c27d7c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:19:09.603Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||basic_onboard_zzHUPu 0 2021-11-16T03:19:09.603Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ebe8dc9-137b-42f2-93ea-c61397c27d7c 2021-11-16T03:19:09.603Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dea2ce36-4cb1-4228-adc4-2deb998c9517 from URL: /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json 2021-11-16T03:19:09.603Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:19:09.603Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json 2021-11-16T03:19:09.653Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:19:09.654Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json dea2ce36-4cb1-4228-adc4-2deb998c9517 798 2021-11-16T03:19:09.654Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json ASDC sendASDCNotification 2021-11-16T03:19:09.654Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json 2021-11-16T03:19:09.654Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:19:09.654Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:09.656Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:09.656Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032749654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:19:09.756Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:09.757Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:09.757Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:09.768Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:09.769Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:10.656Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZzhupu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c0c35fa5-5a34-4e0c-929e-2f06c44170fe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11f3c74b-8df2-418e-b703-7ddcce1b7912", "vfModuleModelCustomizationUUID": "3c89f10b-8897-4163-9a1b-19c56ce8a9b0", "isBase": true, "artifacts": [ "169a4c76-3b3d-4f53-98ac-ec9d46673a23", "8f3bbd5e-b53b-47b1-988a-ba8354dd4dff" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:19:10.662Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZzhupu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:11f3c74b-8df2-418e-b703-7ddcce1b7912 VfModuleModelInvariantUUID:c0c35fa5-5a34-4e0c-929e-2f06c44170fe VfModuleModelDescription:NULL Artifacts UUID List:{ 169a4c76-3b3d-4f53-98ac-ec9d46673a23 , 8f3bbd5e-b53b-47b1-988a-ba8354dd4dff } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:19:10.664Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZzhupu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c0c35fa5-5a34-4e0c-929e-2f06c44170fe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11f3c74b-8df2-418e-b703-7ddcce1b7912", "vfModuleModelCustomizationUUID": "3c89f10b-8897-4163-9a1b-19c56ce8a9b0", "isBase": true, "artifacts": [ "169a4c76-3b3d-4f53-98ac-ec9d46673a23", "8f3bbd5e-b53b-47b1-988a-ba8354dd4dff" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:19:10.664Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZzhupu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:11f3c74b-8df2-418e-b703-7ddcce1b7912 VfModuleModelInvariantUUID:c0c35fa5-5a34-4e0c-929e-2f06c44170fe VfModuleModelDescription:NULL Artifacts UUID List:{ 169a4c76-3b3d-4f53-98ac-ec9d46673a23 , 8f3bbd5e-b53b-47b1-988a-ba8354dd4dff } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:19:10.665Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 169a4c76-3b3d-4f53-98ac-ec9d46673a23 from URL: /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml 2021-11-16T03:19:10.665Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:19:10.665Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml 2021-11-16T03:19:10.834Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:19:10.835Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml 169a4c76-3b3d-4f53-98ac-ec9d46673a23 5033 2021-11-16T03:19:10.835Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-16T03:19:10.835Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml 2021-11-16T03:19:10.835Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:19:10.835Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:10.837Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:10.837Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032750835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:19:10.938Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:19:10.939Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:10.939Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:10.949Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:10.950Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:11.838Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8f3bbd5e-b53b-47b1-988a-ba8354dd4dff from URL: /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env 2021-11-16T03:19:11.839Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:19:11.839Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env 2021-11-16T03:19:11.958Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:19:11.959Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env 8f3bbd5e-b53b-47b1-988a-ba8354dd4dff 909 2021-11-16T03:19:11.959Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-16T03:19:11.959Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env 2021-11-16T03:19:11.959Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:19:11.960Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:11.962Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:11.962Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032751959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:19:12.062Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:12.063Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:12.063Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:12.074Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:12.075Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:12.963Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 08f79bd5-9229-4a0c-94d6-7cd61102ee26 2021-11-16T03:19:12.964Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zzHUPu 0 5ebe8dc9-137b-42f2-93ea-c61397c27d7c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:19:12.984Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46c394e6, org.onap.sdc.toscaparser.api.parameters.Input@38487083, org.onap.sdc.toscaparser.api.parameters.Input@2d3321db, org.onap.sdc.toscaparser.api.parameters.Input@1ad4e329, org.onap.sdc.toscaparser.api.parameters.Input@406a2031] 2021-11-16T03:19:12.986Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:12.986Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:12.986Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-16T03:19:12.986Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ac5b2e57-2a52-4949-ad2c-552b368246df 2021-11-16T03:19:12.986Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac5b2e57-2a52-4949-ad2c-552b368246df matches Tosca VF Customization UUID: ac5b2e57-2a52-4949-ad2c-552b368246df 2021-11-16T03:19:12.987Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ac5b2e57-2a52-4949-ad2c-552b368246df matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-16T03:19:12.989Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:12.989Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:12.990Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ac5b2e57-2a52-4949-ad2c-552b368246df: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-11-16T03:19:12.990Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e24840a 2021-11-16T03:19:12.990Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:12.990Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:19:12.990Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c89f10b-8897-4163-9a1b-19c56ce8a9b0 2021-11-16T03:19:12.991Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c89f10b-8897-4163-9a1b-19c56ce8a9b0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-16T03:19:12.993Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:12.993Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is matching search criteria 2021-11-16T03:19:12.993Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_zzHUPu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:19:12.993Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:12.994Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is matching search criteria 2021-11-16T03:19:12.994Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_zzHUPu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:19:12.994Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:12.994Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is not matching search criteria 2021-11-16T03:19:12.994Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-16T03:19:12.994Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-16T03:19:12.995Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9e945fab-d3d4-4c88-b6d9-7d0460de6382 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-16T03:19:12.997Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:12.997Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is matching search criteria 2021-11-16T03:19:12.997Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_zzHUPu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:19:12.997Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:12.997Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_zzHUPu 0 is matching search criteria 2021-11-16T03:19:12.998Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_zzHUPu 0] matching following query criteria: sdcType=VF, customizationUUID=ac5b2e57-2a52-4949-ad2c-552b368246df Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:19:12.999Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:13.000Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:13.000Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 08f79bd5-9229-4a0c-94d6-7cd61102ee26: basic_onboard_zzHUPu 2021-11-16T03:19:13.000Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:13.000Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:13.000Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:13.001Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:13.001Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:13.001Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:13.001Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:13.001Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:13.002Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:19:13.002Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_zzHUPu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:19:13.002Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_zzHUPu Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:19:13.091Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zzHUPu 5ebe8dc9-137b-42f2-93ea-c61397c27d7c 1 ASDC deployResourceStructure 2021-11-16T03:19:13.091Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json ASDC sendASDCNotification 2021-11-16T03:19:13.091Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json 2021-11-16T03:19:13.092Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:19:13.092Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:13.094Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:13.094Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032753091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:19:13.195Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:13.196Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:13.196Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:13.208Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:13.208Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:14.095Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-16T03:19:14.096Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml 2021-11-16T03:19:14.096Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:19:14.096Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:14.098Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:14.098Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032754095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:19:14.198Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:14.199Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:14.199Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:14.210Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:14.210Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:15.098Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-16T03:19:15.099Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env 2021-11-16T03:19:15.099Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:19:15.099Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:15.101Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:15.102Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032755098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-16T03:19:15.202Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:15.203Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:15.203Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:15.214Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:15.214Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:16.102Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar ASDC sendASDCNotification 2021-11-16T03:19:16.103Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar 2021-11-16T03:19:16.103Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:19:16.103Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:19:16.106Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:19:16.106Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032756102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:19:16.206Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:19:16.207Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:19:16.207Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:19:16.219Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:16.219Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:19:17.107Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:19:17.120Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:19:17.123Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:19:17.123Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:19:17.123Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:19:38.122Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:19:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:19:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:19:38.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:19:38.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-16T03:19:38.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032711652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:19:38.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-16T03:19:47.124Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:19:47.137Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:19:47.140Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:19:47.140Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:19:47.140Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:20:17.140Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:20:17.154Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:20:17.157Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:20:17.157Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:20:17.158Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:20:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:20:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:20:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:20:38.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:20:38.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:20:38.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "multicloud-k8s-id", "timestamp": 1637032718710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:20:38.142Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:20:47.158Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:20:47.170Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:20:47.176Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:20:47.176Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:20:47.176Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:21:17.176Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:21:17.191Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:21:17.194Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:21:17.194Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:21:17.194Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:21:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:21:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:21:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:21:38.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:21:38.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032719744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:21:38.647Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032722108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:21:38.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637032723112, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:21:38.655Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69a816e1-0066-4a45-bb45-feaa51edfba1 2021-11-16T03:21:38.655Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69a816e1-0066-4a45-bb45-feaa51edfba1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:21:38.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032723691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:21:38.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "aai-ml", "timestamp": 1637032724695, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:21:38.670Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69a816e1-0066-4a45-bb45-feaa51edfba1 2021-11-16T03:21:38.670Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69a816e1-0066-4a45-bb45-feaa51edfba1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:21:38.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032724911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:21:38.679Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032726922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:21:38.679Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "clamp", "timestamp": 1637032727926, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:21:38.684Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69a816e1-0066-4a45-bb45-feaa51edfba1 2021-11-16T03:21:38.684Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69a816e1-0066-4a45-bb45-feaa51edfba1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:21:38.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd004dd-0ad4-4adb-abf6-669b5476818f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032733982, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:21:38.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:21:38.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-16T03:21:38.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:21:38.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-16T03:21:38.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-16T03:21:38.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-16T03:21:38.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:21:38.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-16T03:21:38.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-16T03:21:38.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-16T03:21:38.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:21:38.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-16T03:21:38.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032735000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:21:38.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-16T03:21:38.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032746908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:21:38.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032749654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:21:38.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032750835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:21:38.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032751959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:21:38.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032753091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/basic_onboard_zzhupu0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:21:38.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032754095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:21:38.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032755098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/resourceInstances/basic_onboard_zzhupu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-16T03:21:38.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:38.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:21:38.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032756102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzhupu/1.0/artifacts/service-BasicOnboardZzhupu-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:21:38.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:21:47.195Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:21:47.208Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:21:47.211Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:21:47.211Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-16T03:21:47.211Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-16T03:21:47.211Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-16T03:21:47.211Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:21:47.211Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:21:47.212Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:21:47.212Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:21:47.212Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:21:47.212Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:21:47.212Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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-11-16T03:21:47.217Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-16T03:22:17.218Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-16T03:22:17.224Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69a816e1-0066-4a45-bb45-feaa51edfba1 and serviceModelVersionId: 08f79bd5-9229-4a0c-94d6-7cd61102ee26 2021-11-16T03:22:17.224Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c6abfc8-b0b2-46cf-8369-ad5b07100ca4 2021-11-16T03:22:17.225Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c6abfc8-b0b2-46cf-8369-ad5b07100ca4/model-vers/model-ver/08f79bd5-9229-4a0c-94d6-7cd61102ee26?depth=0 2021-11-16T03:22:17.229Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-16T03:22:17.269Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c6abfc8-b0b2-46cf-8369-ad5b07100ca4/model-vers/model-ver/08f79bd5-9229-4a0c-94d6-7cd61102ee26?depth=0|INFO|500||Invoke 2021-11-16T03:22:17.270Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c6abfc8-b0b2-46cf-8369-ad5b07100ca4/model-vers/model-ver/08f79bd5-9229-4a0c-94d6-7cd61102ee26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c6abfc8-b0b2-46cf-8369-ad5b07100ca4/model-vers/model-ver/08f79bd5-9229-4a0c-94d6-7cd61102ee26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69a816e1-0066-4a45-bb45-feaa51edfba1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0b48fe1-94a2-43ce-9fd1-25769aca03e5], X-ECOMP-RequestID=[69a816e1-0066-4a45-bb45-feaa51edfba1], X-TransactionId=[], X-ONAP-RequestID=[69a816e1-0066-4a45-bb45-feaa51edfba1], Content-Type=[application/merge-patch+json]} 2021-11-16T03:22:17.293Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c6abfc8-b0b2-46cf-8369-ad5b07100ca4/model-vers/model-ver/08f79bd5-9229-4a0c-94d6-7cd61102ee26?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-16T03:22:17.555Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c6abfc8-b0b2-46cf-8369-ad5b07100ca4/model-vers/model-ver/08f79bd5-9229-4a0c-94d6-7cd61102ee26?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c6abfc8-b0b2-46cf-8369-ad5b07100ca4/model-vers/model-ver/08f79bd5-9229-4a0c-94d6-7cd61102ee26?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211116-03:22:17:302-28868], vertex-id=[139376], Content-Length=[0], Date=[Tue, 16 Nov 2021 03:22:17 GMT], Content-Type=[application/json]} 2021-11-16T03:22:17.556Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c6abfc8-b0b2-46cf-8369-ad5b07100ca4/model-vers/model-ver/08f79bd5-9229-4a0c-94d6-7cd61102ee26?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-16T03:22:17.556Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c6abfc8-b0b2-46cf-8369-ad5b07100ca4/model-vers/model-ver/08f79bd5-9229-4a0c-94d6-7cd61102ee26?depth=0|INFO|500||InvokeReturn 2021-11-16T03:22:17.557Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-16T03:22:17.557Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:22:17.562Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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-11-16T03:22:17.562Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69a816e1-0066-4a45-bb45-feaa51edfba1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-16T03:22:17.562Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-16T03:22:17.563Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:22:17.565Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:22:17.565Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032937562, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:22:17.665Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:22:17.666Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:22:17.667Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:22:17.679Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:22:17.680Z||pool-34-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-11-16T03:22:18.577Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:22:18.578Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:22:18.578Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:22:29.068Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:22:29.069Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:22:29.069Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:22:29.069Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:22:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:22:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:22:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:22:38.605Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:22:38.605Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:22:38.606Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:22:38.606Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:22:38.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:22:38.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-16T03:22:38.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "69a816e1-0066-4a45-bb45-feaa51edfba1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637032937562, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:22:38.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:22:48.137Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:22:48.138Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:22:48.138Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:22:48.138Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:22:57.670Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:22:57.671Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:22:57.671Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:22:57.671Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:23:07.205Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:23:07.206Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:23:07.206Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:23:07.206Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:23:16.739Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:23:16.740Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:23:16.741Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:23:16.741Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:23:26.271Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:23:38.119Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:23:38.120Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:23:38.120Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:23:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:23:38.121Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:23:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:23:47.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:23:47.659Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:24:38.119Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:24:38.120Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:24:38.120Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:24:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:24:38.121Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:24:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:24:47.659Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:24:47.660Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:25:38.119Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:25:38.120Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:25:38.120Z|69a816e1-0066-4a45-bb45-feaa51edfba1|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:25:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:25:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:25:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:25:38.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:25:38.748Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:25:38.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "cds", "timestamp": 1637033106623, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "multicloud-k8s-id", "timestamp": 1637033099764, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "policy-id", "timestamp": 1637033099564, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033101652, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.750Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.751Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"95041926-d17b-4015-bf4b-86a9bc033b32","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c9f1dcab-9976-46b1-844c-cc009cb45f6b","serviceDescription":"service","serviceInvariantUUID":"eef8b298-8e56-4949-956a-875c5f12c9fd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"18c191ab-dfcc-4769-a694-80ab821e2578","resourceInvariantUUID":"70324916-19de-49f4-9db5-1e84e7d24916","resourceCustomizationUUID":"94630e65-6828-4895-b153-2f9f517ed657","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDIyZmYwNjAzMGI1MzdiYjliZjAwMzc2ZjBhNDdjZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b233e3c-ccd2-48ba-81cb-f5aeaba04bb8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDZkMGMwZGY2ZWIyYjk1NjI1MGE1NTJlY2VkNTJiMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4404c11-8b02-4576-809a-80b9ef2befd8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-16T03:25:38.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "dcae-sch", "timestamp": 1637033109305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "cds", "timestamp": 1637033106623, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:25:38.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "multicloud-k8s-id", "timestamp": 1637033099764, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:25:38.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "policy-id", "timestamp": 1637033099564, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:25:38.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033101652, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:25:38.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "dcae-sch", "timestamp": 1637033109305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "ves-openapi-manager", "timestamp": 1637033110796, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "cds", "timestamp": 1637033111758, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:25:38.754Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:25:38.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:25:38.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.755Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:25:38.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033111759, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:25:38.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:25:38.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "policy-id", "timestamp": 1637033111757, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:25:38.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:25:38.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "ves-openapi-manager", "timestamp": 1637033110796, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "cds", "timestamp": 1637033112763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-11-16T03:25:38.758Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:25:38.758Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033138119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:25:38.774Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95041926-d17b-4015-bf4b-86a9bc033b32 2021-11-16T03:25:38.775Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95041926-d17b-4015-bf4b-86a9bc033b32 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:25:38.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "policy-id", "timestamp": 1637033112760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:25:38.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:25:38.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033113189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:25:38.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:25:38.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "policy-id", "timestamp": 1637033113763, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:25:38.790Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95041926-d17b-4015-bf4b-86a9bc033b32 2021-11-16T03:25:38.791Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95041926-d17b-4015-bf4b-86a9bc033b32 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:25:38.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033114192, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:25:38.808Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95041926-d17b-4015-bf4b-86a9bc033b32 2021-11-16T03:25:38.808Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95041926-d17b-4015-bf4b-86a9bc033b32 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:25:38.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "clamp", "timestamp": 1637033123922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "clamp", "timestamp": 1637033123922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:25:38.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "aai-ml", "timestamp": 1637033128019, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:25:38.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "aai-ml", "timestamp": 1637033128019, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:25:38.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:25:38.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "aai-ml", "timestamp": 1637033130751, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:25:38.820Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:25:38.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "aai-ml", "timestamp": 1637033133937, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:25:38.821Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:25:38.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "aai-ml", "timestamp": 1637033134941, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:25:38.827Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95041926-d17b-4015-bf4b-86a9bc033b32 2021-11-16T03:25:38.827Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95041926-d17b-4015-bf4b-86a9bc033b32 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:25:38.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "clamp", "timestamp": 1637033135978, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:25:38.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:25:38.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "clamp", "timestamp": 1637033136998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:25:38.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:25:38.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:25:38.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "clamp", "timestamp": 1637033138001, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:25:38.845Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95041926-d17b-4015-bf4b-86a9bc033b32 2021-11-16T03:25:38.845Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95041926-d17b-4015-bf4b-86a9bc033b32 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:25:38.858Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:25:38.858Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:25:38.859Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:25:38.870Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:25:38.870Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:25:39.758Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:25:39.760Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:25:39.762Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:25:39.762Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033138119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:25:39.862Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:25:39.863Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:25:39.863Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:25:39.873Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:25:39.874Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:25:40.763Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c9f1dcab-9976-46b1-844c-cc009cb45f6b", "serviceDescription": "service", "serviceInvariantUUID": "eef8b298-8e56-4949-956a-875c5f12c9fd", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "94630e65-6828-4895-b153-2f9f517ed657", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "18c191ab-dfcc-4769-a694-80ab821e2578", "resourceInvariantUUID": "70324916-19de-49f4-9db5-1e84e7d24916", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "ZDZkMGMwZGY2ZWIyYjk1NjI1MGE1NTJlY2VkNTJiMTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a4404c11-8b02-4576-809a-80b9ef2befd8" } ], "workloadContext": "Production" } 2021-11-16T03:25:40.763Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-16T03:25:40.764Z|69a816e1-0066-4a45-bb45-feaa51edfba1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f1dcab-9976-46b1-844c-cc009cb45f6b ASDC 2021-11-16T03:25:40.764Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:95041926-d17b-4015-bf4b-86a9bc033b32 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c9f1dcab-9976-46b1-844c-cc009cb45f6b ServiceInvariantUUID:eef8b298-8e56-4949-956a-875c5f12c9fd ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:a4404c11-8b02-4576-809a-80b9ef2befd8 ArtifactChecksum:ZDZkMGMwZGY2ZWIyYjk1NjI1MGE1NTJlY2VkNTJiMTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:94630e65-6828-4895-b153-2f9f517ed657 ResourceInvariantUUID:70324916-19de-49f4-9db5-1e84e7d24916 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:18c191ab-dfcc-4769-a694-80ab821e2578 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-16T03:25:40.764Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f1dcab-9976-46b1-844c-cc009cb45f6b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:25:40.796Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:25:40.797Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:25:40.797Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:25:40.798Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a4404c11-8b02-4576-809a-80b9ef2befd8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-16T03:25:40.798Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:25:40.798Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-16T03:25:40.986Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:25:40.989Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a4404c11-8b02-4576-809a-80b9ef2befd8 52485 2021-11-16T03:25:40.989Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-16T03:25:40.989Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-16T03:25:40.989Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:25:40.990Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:25:40.991Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:25:40.991Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033140989, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:25:41.092Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:25:41.092Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:25:41.093Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:25:41.102Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:25:41.103Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:25:41.992Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:25:41.993Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:25:41.993Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a4404c11-8b02-4576-809a-80b9ef2befd8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:41.994Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-16T03:25:41.994Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:41.995Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.070Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8745617746225354268/Definitions/service-BasicNetwork-template.yml 2021-11-16T03:25:42.476Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-16T03:25:42.477Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:25:42.477Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.477Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-16T03:25:42.477Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.477Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.477Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.478Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.478Z|95041926-d17b-4015-bf4b-86a9bc033b32|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-BasicNetwork-csar.csar 2021-11-16T03:25:42.478Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.478Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.478Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.478Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:25:42.478Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.478Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.479Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-16T03:25:42.479Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:25:42.479Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:25:42.479Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.479Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.479Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-16T03:25:42.480Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:25:42.480Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:25:42.480Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.480Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.480Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.480Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.481Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.481Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.481Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.481Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.481Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.482Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.482Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c9f1dcab-9976-46b1-844c-cc009cb45f6b Model Version:NULL Model InvariantUuid:eef8b298-8e56-4949-956a-875c5f12c9fd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:70324916-19de-49f4-9db5-1e84e7d24916 Model UUID:27b494ec-7009-466c-b9a6-2bf454fe6f72 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:94630e65-6828-4895-b153-2f9f517ed657 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-16T03:25:42.488Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 18c191ab-dfcc-4769-a694-80ab821e2578 2021-11-16T03:25:42.489Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||No resources found for Service: c9f1dcab-9976-46b1-844c-cc009cb45f6b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:25:42.492Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500|| 2021-11-16T03:25:42.493Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-16T03:25:42.493Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||No resources found for Service: c9f1dcab-9976-46b1-844c-cc009cb45f6b 2021-11-16T03:25:42.493Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c9f1dcab-9976-46b1-844c-cc009cb45f6b 2021-11-16T03:25:42.493Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-16T03:25:42.494Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:25:42.498Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a77ecee, org.onap.sdc.toscaparser.api.parameters.Input@1f96057e, org.onap.sdc.toscaparser.api.parameters.Input@f0eb7cf, org.onap.sdc.toscaparser.api.parameters.Input@6a90944e, org.onap.sdc.toscaparser.api.parameters.Input@6f85056e] 2021-11-16T03:25:42.499Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.499Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.500Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.500Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.500Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c9f1dcab-9976-46b1-844c-cc009cb45f6b: Generic NeutronNet 2021-11-16T03:25:42.500Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.500Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.500Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.500Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-11-16T03:25:42.528Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.528Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.529Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.529Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.529Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:25:42.529Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:25:42.529Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-16T03:25:42.592Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-16T03:25:42.592Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-16T03:25:42.593Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-16T03:25:42.593Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:25:42.593Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:25:42.594Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:25:42.595Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033142592, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:25:42.695Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:25:42.696Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:25:42.696Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:25:42.706Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:25:42.707Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:25:43.596Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95041926-d17b-4015-bf4b-86a9bc033b32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:25:43.609Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95041926-d17b-4015-bf4b-86a9bc033b32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:25:43.611Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:25:43.611Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-16T03:25:43.612Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-16T03:25:43.612Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-16T03:25:43.612Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:25:43.612Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:25:43.612Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:25:43.612Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:25:43.612Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:25:43.612Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:25:43.613Z|95041926-d17b-4015-bf4b-86a9bc033b32|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-11-16T03:25:43.619Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-16T03:26:13.619Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95041926-d17b-4015-bf4b-86a9bc033b32 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-16T03:26:13.626Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95041926-d17b-4015-bf4b-86a9bc033b32 and serviceModelVersionId: c9f1dcab-9976-46b1-844c-cc009cb45f6b 2021-11-16T03:26:13.626Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eef8b298-8e56-4949-956a-875c5f12c9fd 2021-11-16T03:26:13.627Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eef8b298-8e56-4949-956a-875c5f12c9fd/model-vers/model-ver/c9f1dcab-9976-46b1-844c-cc009cb45f6b?depth=0 2021-11-16T03:26:13.633Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-16T03:26:13.674Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef8b298-8e56-4949-956a-875c5f12c9fd/model-vers/model-ver/c9f1dcab-9976-46b1-844c-cc009cb45f6b?depth=0|INFO|500||Invoke 2021-11-16T03:26:13.674Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef8b298-8e56-4949-956a-875c5f12c9fd/model-vers/model-ver/c9f1dcab-9976-46b1-844c-cc009cb45f6b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef8b298-8e56-4949-956a-875c5f12c9fd/model-vers/model-ver/c9f1dcab-9976-46b1-844c-cc009cb45f6b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95041926-d17b-4015-bf4b-86a9bc033b32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49259fa7-e48e-4c97-96c2-a00705d977d6], X-ECOMP-RequestID=[95041926-d17b-4015-bf4b-86a9bc033b32], X-TransactionId=[], X-ONAP-RequestID=[95041926-d17b-4015-bf4b-86a9bc033b32], Content-Type=[application/merge-patch+json]} 2021-11-16T03:26:13.697Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef8b298-8e56-4949-956a-875c5f12c9fd/model-vers/model-ver/c9f1dcab-9976-46b1-844c-cc009cb45f6b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-16T03:26:13.830Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef8b298-8e56-4949-956a-875c5f12c9fd/model-vers/model-ver/c9f1dcab-9976-46b1-844c-cc009cb45f6b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef8b298-8e56-4949-956a-875c5f12c9fd/model-vers/model-ver/c9f1dcab-9976-46b1-844c-cc009cb45f6b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211116-03:26:13:705-43650], vertex-id=[221352], Content-Length=[0], Date=[Tue, 16 Nov 2021 03:26:13 GMT], Content-Type=[application/json]} 2021-11-16T03:26:13.831Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef8b298-8e56-4949-956a-875c5f12c9fd/model-vers/model-ver/c9f1dcab-9976-46b1-844c-cc009cb45f6b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-16T03:26:13.831Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef8b298-8e56-4949-956a-875c5f12c9fd/model-vers/model-ver/c9f1dcab-9976-46b1-844c-cc009cb45f6b?depth=0|INFO|500||InvokeReturn 2021-11-16T03:26:13.831Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-16T03:26:13.832Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:26:13.836Z|95041926-d17b-4015-bf4b-86a9bc033b32|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-11-16T03:26:13.836Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95041926-d17b-4015-bf4b-86a9bc033b32 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-16T03:26:13.837Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-16T03:26:13.837Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:26:13.838Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:26:13.839Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033173836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:26:13.939Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:26:13.940Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:26:13.940Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:26:13.954Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:26:13.955Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:26:38.119Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:26:38.120Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:26:38.120Z|95041926-d17b-4015-bf4b-86a9bc033b32|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:26:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:26:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:26:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:26:38.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:26:38.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:26:38.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033138119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:26:38.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:26:47.662Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:27:38.119Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:27:38.120Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:27:38.120Z|95041926-d17b-4015-bf4b-86a9bc033b32|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:27:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:27:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:27:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:27:38.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:27:38.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:27:38.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033138119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033140989, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033142592, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95041926-d17b-4015-bf4b-86a9bc033b32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033173836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:27:38.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:27:47.659Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:28:38.119Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:28:38.120Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:28:38.120Z|95041926-d17b-4015-bf4b-86a9bc033b32|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:28:38.121Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:28:38.122Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:28:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:28:47.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:28:47.662Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:38.119Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:29:38.120Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:29:38.120Z|95041926-d17b-4015-bf4b-86a9bc033b32|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:29:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:29:38.121Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:29:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:29:38.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:38.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "cds", "timestamp": 1637033346623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033339764, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033341652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033339564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "dcae-sch", "timestamp": 1637033349305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033339764, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "cds", "timestamp": 1637033346623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033341652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033339564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "dcae-sch", "timestamp": 1637033349305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "cds", "timestamp": 1637033346623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033341652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033339764, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-16T03:29:38.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033339564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "ves-openapi-manager", "timestamp": 1637033350796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "dcae-sch", "timestamp": 1637033349305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "cds", "timestamp": 1637033346623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033341652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033339764, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033339564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "ves-openapi-manager", "timestamp": 1637033350796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "dcae-sch", "timestamp": 1637033349305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "cds", "timestamp": 1637033346623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033339764, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033341652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033339564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "ves-openapi-manager", "timestamp": 1637033350796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "dcae-sch", "timestamp": 1637033349305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "cds", "timestamp": 1637033346623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033339764, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033341652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033339564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "ves-openapi-manager", "timestamp": 1637033350796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "dcae-sch", "timestamp": 1637033349305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "cds", "timestamp": 1637033346623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033339764, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033341652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033339564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "ves-openapi-manager", "timestamp": 1637033350796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "dcae-sch", "timestamp": 1637033349305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "ves-openapi-manager", "timestamp": 1637033350796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033356948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033357014, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033357011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "cds", "timestamp": 1637033357242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:38.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "ves-openapi-manager", "timestamp": 1637033350796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033358015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:29:38.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "cds", "timestamp": 1637033358248, "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-11-16T03:29:38.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bfcce63-6d2f-45f5-9432-1dd4c515f694 2021-11-16T03:29:38.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfcce63-6d2f-45f5-9432-1dd4c515f694 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:29:38.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033358435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:38.469Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "policy-id", "timestamp": 1637033359019, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:29:38.474Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bfcce63-6d2f-45f5-9432-1dd4c515f694 2021-11-16T03:29:38.474Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfcce63-6d2f-45f5-9432-1dd4c515f694 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:29:38.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033359608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:38.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033360206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:29:38.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033360637, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:29:38.488Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bfcce63-6d2f-45f5-9432-1dd4c515f694 2021-11-16T03:29:38.488Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfcce63-6d2f-45f5-9432-1dd4c515f694 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-16T03:29:38.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033361209, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:29:38.500Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bfcce63-6d2f-45f5-9432-1dd4c515f694 2021-11-16T03:29:38.500Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfcce63-6d2f-45f5-9432-1dd4c515f694 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:29:38.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "multicloud-k8s-id", "timestamp": 1637033361641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033363922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033363922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033363922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033363922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033363922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033368019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033363922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033368019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033362645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033369305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033361623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033363922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033368019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033362645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033369305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033361623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "ves-openapi-manager", "timestamp": 1637033370796, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033368019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033371652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033362645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033361623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033369305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "ves-openapi-manager", "timestamp": 1637033370796, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033368019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033371652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033362645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033369305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033361623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "ves-openapi-manager", "timestamp": 1637033370796, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033368019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033371652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033369305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033362645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033361623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "ves-openapi-manager", "timestamp": 1637033370796, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033368019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:29:38.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033371652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033362645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033361623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033369305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "ves-openapi-manager", "timestamp": 1637033370796, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033375740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033371652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033362645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033369305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033361623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "ves-openapi-manager", "timestamp": 1637033370796, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033371652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033369305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033362645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033361623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:29:38.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "ves-openapi-manager", "timestamp": 1637033370796, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:29:38.747Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:38.748Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-16T03:29:38.748Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bfcce63-6d2f-45f5-9432-1dd4c515f694","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7dc59654-27f7-488d-80fe-2748e41e1126","serviceDescription":"service","serviceInvariantUUID":"145b2b9a-a9d3-45f7-a6a1-188a4a5e009f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2b053dd-e756-4bfc-847b-29b80fbb1aea","resourceInvariantUUID":"e323a804-1f7d-4951-9642-def89a7ddcc9","resourceCustomizationUUID":"a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47","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":"MzcxMmE0MTA1OGQ0ODVmODcyMGJhMWQ1ZDA1YjUyMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c5ca2e5-e99b-4e5f-bd12-40d8f2c7a6e6","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":"ZjM2YjdmYWM3NTQyZWJhYzcyYWU2YzNlNzEyZGEzYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"66d6f6fb-acf7-46c6-b8fc-7c2454588f72","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f1eb148-8e34-49fc-8897-7c38f6ebbce9","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":"56ea88de-644c-4c75-84fc-37313efcda92","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"94052d75-d473-49f9-a7c9-a682f73a538a","artifactVersion":"2","generatedFromUUID":"3f1eb148-8e34-49fc-8897-7c38f6ebbce9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjhkZGZhNGY3MDhkYzMzM2ExZDA0ZWQxZjBmMzBkYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d46ff806-0083-4332-894b-5716f8da4f2e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTM4MjlmNmVlMWIzMTA1YzgxMDg4OWY1MjVlY2FjYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50d8ee2f-6de9-427e-8f9f-4d809767f0fc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-16T03:29:38.750Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:29:38.751Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:38.753Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:38.754Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:38.854Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:38.855Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:38.855Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:38.865Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:38.865Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:39.754Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:29:39.755Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:39.758Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:39.758Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:29:39.858Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:39.859Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:39.859Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:39.870Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:39.870Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:40.759Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:29:40.760Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:40.762Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:40.762Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-16T03:29:40.862Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:40.863Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:40.863Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:40.873Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:40.873Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:29:41.762Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:29:41.763Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:41.766Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:41.766Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:41.866Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:41.867Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:41.867Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:41.878Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:41.879Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:42.766Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:29:42.767Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:42.769Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:42.769Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-16T03:29:42.870Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:29:42.871Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:42.871Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:42.881Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:42.882Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:43.770Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:29:43.771Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:43.773Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:43.773Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:29:43.873Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:43.874Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:43.874Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:43.884Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:43.884Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:44.774Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:29:44.775Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:44.776Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:44.777Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:29:44.877Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:44.877Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:44.877Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:44.889Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:44.889Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:45.778Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7dc59654-27f7-488d-80fe-2748e41e1126", "serviceDescription": "service", "serviceInvariantUUID": "145b2b9a-a9d3-45f7-a6a1-188a4a5e009f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a2b053dd-e756-4bfc-847b-29b80fbb1aea", "resourceInvariantUUID": "e323a804-1f7d-4951-9642-def89a7ddcc9", "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": "ZjM2YjdmYWM3NTQyZWJhYzcyYWU2YzNlNzEyZGEzYzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "66d6f6fb-acf7-46c6-b8fc-7c2454588f72", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3f1eb148-8e34-49fc-8897-7c38f6ebbce9", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "94052d75-d473-49f9-a7c9-a682f73a538a", "generatedFromUUID": "3f1eb148-8e34-49fc-8897-7c38f6ebbce9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "94052d75-d473-49f9-a7c9-a682f73a538a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MTM4MjlmNmVlMWIzMTA1YzgxMDg4OWY1MjVlY2FjYmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "50d8ee2f-6de9-427e-8f9f-4d809767f0fc" } ], "workloadContext": "Production" } 2021-11-16T03:29:45.779Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-16T03:29:45.779Z|95041926-d17b-4015-bf4b-86a9bc033b32|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7dc59654-27f7-488d-80fe-2748e41e1126 ASDC 2021-11-16T03:29:45.780Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7bfcce63-6d2f-45f5-9432-1dd4c515f694 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7dc59654-27f7-488d-80fe-2748e41e1126 ServiceInvariantUUID:145b2b9a-a9d3-45f7-a6a1-188a4a5e009f 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:50d8ee2f-6de9-427e-8f9f-4d809767f0fc ArtifactChecksum:MTM4MjlmNmVlMWIzMTA1YzgxMDg4OWY1MjVlY2FjYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47 ResourceInvariantUUID:e323a804-1f7d-4951-9642-def89a7ddcc9 ResourceName:basic_vm ResourceType:VF ResourceUUID:a2b053dd-e756-4bfc-847b-29b80fbb1aea 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:66d6f6fb-acf7-46c6-b8fc-7c2454588f72 ArtifactChecksum:ZjM2YjdmYWM3NTQyZWJhYzcyYWU2YzNlNzEyZGEzYzE= 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:3f1eb148-8e34-49fc-8897-7c38f6ebbce9 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:94052d75-d473-49f9-a7c9-a682f73a538a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:94052d75-d473-49f9-a7c9-a682f73a538a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-16T03:29:45.780Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dc59654-27f7-488d-80fe-2748e41e1126 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:29:45.814Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:29:45.815Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:29:45.815Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:29:45.815Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 50d8ee2f-6de9-427e-8f9f-4d809767f0fc from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-16T03:29:45.815Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:29:45.815Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-16T03:29:45.990Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:29:45.993Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 50d8ee2f-6de9-427e-8f9f-4d809767f0fc 71060 2021-11-16T03:29:45.994Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-16T03:29:45.994Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-16T03:29:45.994Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:29:45.994Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:45.997Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:45.997Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033385994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:46.097Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:46.098Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:46.099Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:46.110Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:46.111Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:46.997Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:29:46.999Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:29:46.999Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 50d8ee2f-6de9-427e-8f9f-4d809767f0fc, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:46.999Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-16T03:29:47.000Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:47.000Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:47.280Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6902324498422994626/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-11-16T03:29:48.291Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-16T03:29:48.291Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:29:48.291Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:48.291Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-16T03:29:48.291Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:48.291Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:48.291Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|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-BasicVm-csar.csar 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|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-BasicVm-csar.csar 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|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-BasicVm-csar.csar 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:29:48.292Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-16T03:29:48.293Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.294Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9069b2ef-10be-4c74-a8bc-0a50292d8e62 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.295Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:48.296Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:48.296Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:48.296Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7dc59654-27f7-488d-80fe-2748e41e1126 Model Version:NULL Model InvariantUuid:145b2b9a-a9d3-45f7-a6a1-188a4a5e009f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f81086f1-466f-467a-a43a-ff37d79c5776 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e323a804-1f7d-4951-9642-def89a7ddcc9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f7c9d6de-42f9-4617-9df2-268165b5cb95 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a627bfcb-180d-4d06-8065-376e804e9f7f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9069b2ef-10be-4c74-a8bc-0a50292d8e62 ModelInvariantUuid:3b93f1e7-844c-45b8-8e00-42ce21c33239 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:3c3b0d7a-1eb2-4383-bbb9-c75e631352f8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:816db99b-e3d6-4952-aa3f-a07a1f0d1c25 ModelInvariantUuid:caee1775-f671-4a8b-bd95-9752cefbc9cb ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0c62014f-2fa8-46b1-ac77-004933b0b5d1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-16T03:29:48.305Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a2b053dd-e756-4bfc-847b-29b80fbb1aea Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:29:48.308Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||basic_vm 0 2021-11-16T03:29:48.308Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a2b053dd-e756-4bfc-847b-29b80fbb1aea 2021-11-16T03:29:48.308Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 66d6f6fb-acf7-46c6-b8fc-7c2454588f72 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-16T03:29:48.308Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:29:48.309Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-16T03:29:48.504Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:29:48.504Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 66d6f6fb-acf7-46c6-b8fc-7c2454588f72 787 2021-11-16T03:29:48.505Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-16T03:29:48.505Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-16T03:29:48.505Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:29:48.505Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:48.507Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:48.507Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033388505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:48.608Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:48.609Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:48.609Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:48.620Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:48.621Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:49.508Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f7c9d6de-42f9-4617-9df2-268165b5cb95", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a627bfcb-180d-4d06-8065-376e804e9f7f", "vfModuleModelCustomizationUUID": "471f7e85-b389-4dc7-baee-6c0759bd9241", "isBase": true, "artifacts": [ "3f1eb148-8e34-49fc-8897-7c38f6ebbce9", "94052d75-d473-49f9-a7c9-a682f73a538a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:29:49.513Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a627bfcb-180d-4d06-8065-376e804e9f7f VfModuleModelInvariantUUID:f7c9d6de-42f9-4617-9df2-268165b5cb95 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f1eb148-8e34-49fc-8897-7c38f6ebbce9 , 94052d75-d473-49f9-a7c9-a682f73a538a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:29:49.516Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f7c9d6de-42f9-4617-9df2-268165b5cb95", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a627bfcb-180d-4d06-8065-376e804e9f7f", "vfModuleModelCustomizationUUID": "471f7e85-b389-4dc7-baee-6c0759bd9241", "isBase": true, "artifacts": [ "3f1eb148-8e34-49fc-8897-7c38f6ebbce9", "94052d75-d473-49f9-a7c9-a682f73a538a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:29:49.516Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a627bfcb-180d-4d06-8065-376e804e9f7f VfModuleModelInvariantUUID:f7c9d6de-42f9-4617-9df2-268165b5cb95 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f1eb148-8e34-49fc-8897-7c38f6ebbce9 , 94052d75-d473-49f9-a7c9-a682f73a538a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:29:49.516Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f1eb148-8e34-49fc-8897-7c38f6ebbce9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-16T03:29:49.516Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:29:49.516Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-16T03:29:49.560Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:29:49.560Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3f1eb148-8e34-49fc-8897-7c38f6ebbce9 5033 2021-11-16T03:29:49.560Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-16T03:29:49.560Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-16T03:29:49.560Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:29:49.561Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:49.563Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:49.563Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033389560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:49.663Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:49.664Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:49.664Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:49.675Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:49.676Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:50.563Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 94052d75-d473-49f9-a7c9-a682f73a538a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-16T03:29:50.564Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:29:50.564Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-16T03:29:50.661Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:29:50.661Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 94052d75-d473-49f9-a7c9-a682f73a538a 903 2021-11-16T03:29:50.661Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-16T03:29:50.662Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-16T03:29:50.662Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:29:50.662Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:50.664Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:50.665Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033390661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:29:50.765Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:50.766Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:50.766Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:50.776Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:50.777Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:51.665Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7dc59654-27f7-488d-80fe-2748e41e1126 2021-11-16T03:29:51.666Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a2b053dd-e756-4bfc-847b-29b80fbb1aea ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:29:51.682Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49a47916, org.onap.sdc.toscaparser.api.parameters.Input@441b9b80, org.onap.sdc.toscaparser.api.parameters.Input@16b83437, org.onap.sdc.toscaparser.api.parameters.Input@41ecdd0c, org.onap.sdc.toscaparser.api.parameters.Input@2bea70ee] 2021-11-16T03:29:51.683Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.683Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:51.683Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-16T03:29:51.684Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47 2021-11-16T03:29:51.684Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47 matches Tosca VF Customization UUID: a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47 2021-11-16T03:29:51.684Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-16T03:29:51.686Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.686Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:51.687Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2021-11-16T03:29:51.687Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43d81f7b 2021-11-16T03:29:51.688Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.688Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:29:51.688Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 471f7e85-b389-4dc7-baee-6c0759bd9241 2021-11-16T03:29:51.688Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 471f7e85-b389-4dc7-baee-6c0759bd9241 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-16T03:29:51.691Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.691Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-16T03:29:51.691Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:29:51.691Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.691Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-16T03:29:51.692Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:29:51.692Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.692Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-16T03:29:51.692Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-16T03:29:51.692Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-16T03:29:51.692Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9069b2ef-10be-4c74-a8bc-0a50292d8e62 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-16T03:29:51.694Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.694Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-16T03:29:51.694Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:29:51.695Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.695Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-16T03:29:51.695Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a5be1acd-eeeb-4e6e-a1f6-c3394d5bbc47 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:29:51.696Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.697Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:51.697Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7dc59654-27f7-488d-80fe-2748e41e1126: basic_vm 2021-11-16T03:29:51.697Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.697Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:51.697Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.698Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:51.698Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.698Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:51.698Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.698Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:51.698Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:29:51.698Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:29:51.699Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:29:51.771Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a2b053dd-e756-4bfc-847b-29b80fbb1aea 1 ASDC deployResourceStructure 2021-11-16T03:29:51.771Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-16T03:29:51.771Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-16T03:29:51.771Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:29:51.771Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:51.773Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:51.773Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033391771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:29:51.873Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:51.874Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:51.874Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:51.885Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:51.886Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:52.773Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-16T03:29:52.774Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-16T03:29:52.774Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:29:52.774Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:52.776Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:52.776Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033392773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:29:52.877Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:52.881Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:52.881Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:52.893Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:52.893Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:53.777Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-16T03:29:53.779Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-16T03:29:53.779Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:29:53.779Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:53.782Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:53.782Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033393777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-16T03:29:53.882Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:53.883Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:53.883Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:53.895Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:53.895Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:54.784Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-16T03:29:54.784Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-16T03:29:54.785Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:29:54.785Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:29:54.787Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:29:54.787Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033394784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:29:54.888Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:29:54.888Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:29:54.888Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:29:54.900Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:29:54.900Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:29:55.788Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:29:55.801Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:29:55.804Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:29:55.804Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:29:55.804Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:30:25.804Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:30:25.815Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:30:25.818Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:30:25.818Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:30:25.818Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:30:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:30:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:30:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:30:38.144Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:30:38.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:30:38.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033371652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:30:38.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:30:55.819Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:30:55.830Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:30:55.833Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:30:55.833Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:30:55.833Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:31:25.833Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:31:25.845Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:31:25.848Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:31:25.848Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:31:25.848Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:31:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:31:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:31:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:31:38.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:31:38.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:31:38.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "ves-openapi-manager", "timestamp": 1637033370796, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:31:38.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:31:55.849Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:31:55.860Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:31:55.863Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:31:55.863Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:31:55.863Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:32:25.863Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:32:25.885Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:32:25.888Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:32:25.888Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:32:25.888Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:32:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:32:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:32:38.123Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:32:38.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:32:38.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033378661, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033378668, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033379243, "artifactURL": "/sdc/v1/catalog/services/1e550ca6-20be-4f12-bd96-4014bc21baae/resourceInstances/basicclamp0/artifacts/51eea615-d439-4c06-8322-88d2be92a18a", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033371652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "cds", "timestamp": 1637033379674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.170Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e87728e-5e41-4225-933b-3627963fb450 2021-11-16T03:32:38.170Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e87728e-5e41-4225-933b-3627963fb450 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:32:38.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033380023, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033379564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033380505, "artifactURL": "/sdc/v1/catalog/services/1e550ca6-20be-4f12-bd96-4014bc21baae/resourceInstances/basicclamp0/artifacts/51eea615-d439-4c06-8322-88d2be92a18a", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-16T03:32:38.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033381012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.181Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033379564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "dcae-sch", "timestamp": 1637033381508, "artifactURL": "/sdc/v1/catalog/services/1e550ca6-20be-4f12-bd96-4014bc21baae/resourceInstances/basicclamp0/artifacts/51eea615-d439-4c06-8322-88d2be92a18a", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.186Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 0e87728e-5e41-4225-933b-3627963fb450 2021-11-16T03:32:38.186Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e87728e-5e41-4225-933b-3627963fb450 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033380678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033381688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.197Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033379564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033380678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033382709, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.206Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e87728e-5e41-4225-933b-3627963fb450 2021-11-16T03:32:38.206Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e87728e-5e41-4225-933b-3627963fb450 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033383010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033383023, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033379564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-16T03:32:38.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033380678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "multicloud-k8s-id", "timestamp": 1637033383712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033384027, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.222Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e87728e-5e41-4225-933b-3627963fb450 2021-11-16T03:32:38.222Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e87728e-5e41-4225-933b-3627963fb450 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033379564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033384511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033380678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033385021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033379564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033384715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "aai-ml", "timestamp": 1637033385514, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.238Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7bfcce63-6d2f-45f5-9432-1dd4c515f694 2021-11-16T03:32:38.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfcce63-6d2f-45f5-9432-1dd4c515f694 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033380678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033385994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.247Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "clamp", "timestamp": 1637033386024, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.253Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7bfcce63-6d2f-45f5-9432-1dd4c515f694 2021-11-16T03:32:38.253Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfcce63-6d2f-45f5-9432-1dd4c515f694 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033379564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033384715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:32:38.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033380678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033379564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033384715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-16T03:32:38.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033380678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033384715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033388422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033388505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033380678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033384715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-16T03:32:38.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033389426, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033389560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033389625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "dcae-sch", "timestamp": 1637033389305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033384715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "policy-id", "timestamp": 1637033390429, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.274Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e87728e-5e41-4225-933b-3627963fb450 2021-11-16T03:32:38.274Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e87728e-5e41-4225-933b-3627963fb450 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033390661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "dcae-sch", "timestamp": 1637033389305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033384715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "ves-openapi-manager", "timestamp": 1637033390796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033391771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "cds", "timestamp": 1637033391934, "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-11-16T03:32:38.298Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0badbe83-a8da-44ed-87ed-cf697c89baae 2021-11-16T03:32:38.298Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0badbe83-a8da-44ed-87ed-cf697c89baae and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "dcae-sch", "timestamp": 1637033389305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033384715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "ves-openapi-manager", "timestamp": 1637033390796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033392773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.309Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "dcae-sch", "timestamp": 1637033389305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "ves-openapi-manager", "timestamp": 1637033390796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033393455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033393777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "dcae-sch", "timestamp": 1637033389305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "ves-openapi-manager", "timestamp": 1637033390796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033394529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.313Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033394784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "dcae-sch", "timestamp": 1637033389305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "ves-openapi-manager", "timestamp": 1637033390796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033395636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "dcae-sch", "timestamp": 1637033389305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "ves-openapi-manager", "timestamp": 1637033390796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:32:38.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033396658, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.323Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0badbe83-a8da-44ed-87ed-cf697c89baae 2021-11-16T03:32:38.323Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0badbe83-a8da-44ed-87ed-cf697c89baae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "dcae-sch", "timestamp": 1637033389305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "ves-openapi-manager", "timestamp": 1637033390796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "multicloud-k8s-id", "timestamp": 1637033397664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "ves-openapi-manager", "timestamp": 1637033390796, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033399564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033399564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033399564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-16T03:32:38.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033401653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033399564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033401653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033399564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033401653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033399564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033401653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033399564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033401653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033406809, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033399564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033401653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033401653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033408393, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.345Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033401653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033409397, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.346Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033410014, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.346Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "policy-id", "timestamp": 1637033410399, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.351Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0badbe83-a8da-44ed-87ed-cf697c89baae 2021-11-16T03:32:38.351Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0badbe83-a8da-44ed-87ed-cf697c89baae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-16T03:32:38.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033410448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033411018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033412577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033413136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033413580, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.365Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0badbe83-a8da-44ed-87ed-cf697c89baae 2021-11-16T03:32:38.366Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0badbe83-a8da-44ed-87ed-cf697c89baae and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "aai-ml", "timestamp": 1637033414140, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.385Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e87728e-5e41-4225-933b-3627963fb450 2021-11-16T03:32:38.385Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e87728e-5e41-4225-933b-3627963fb450 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033415094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033416097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "clamp", "timestamp": 1637033417101, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.398Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e87728e-5e41-4225-933b-3627963fb450 2021-11-16T03:32:38.398Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e87728e-5e41-4225-933b-3627963fb450 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:38.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033398019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033423295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:32:38.411Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:32:38.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033393922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:32:38.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:32:38.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033429359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:32:38.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:32:38.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:32:38.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "aai-ml", "timestamp": 1637033430363, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:32:38.419Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0badbe83-a8da-44ed-87ed-cf697c89baae 2021-11-16T03:32:38.420Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0badbe83-a8da-44ed-87ed-cf697c89baae and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:32:55.888Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:32:55.903Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:32:55.906Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:32:55.906Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-16T03:32:55.906Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-16T03:32:55.906Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-16T03:32:55.906Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:32:55.907Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:32:55.907Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:32:55.907Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:32:55.907Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:32:55.907Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:32:55.907Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|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-11-16T03:32:55.912Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-16T03:33:25.912Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-16T03:33:25.919Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bfcce63-6d2f-45f5-9432-1dd4c515f694 and serviceModelVersionId: 7dc59654-27f7-488d-80fe-2748e41e1126 2021-11-16T03:33:25.920Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 145b2b9a-a9d3-45f7-a6a1-188a4a5e009f 2021-11-16T03:33:25.921Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/145b2b9a-a9d3-45f7-a6a1-188a4a5e009f/model-vers/model-ver/7dc59654-27f7-488d-80fe-2748e41e1126?depth=0 2021-11-16T03:33:25.925Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-16T03:33:25.958Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/145b2b9a-a9d3-45f7-a6a1-188a4a5e009f/model-vers/model-ver/7dc59654-27f7-488d-80fe-2748e41e1126?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-16T03:33:25.959Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/145b2b9a-a9d3-45f7-a6a1-188a4a5e009f/model-vers/model-ver/7dc59654-27f7-488d-80fe-2748e41e1126?depth=0|INFO|500||Invoke 2021-11-16T03:33:25.984Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/145b2b9a-a9d3-45f7-a6a1-188a4a5e009f/model-vers/model-ver/7dc59654-27f7-488d-80fe-2748e41e1126?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-16T03:33:26.200Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/145b2b9a-a9d3-45f7-a6a1-188a4a5e009f/model-vers/model-ver/7dc59654-27f7-488d-80fe-2748e41e1126?depth=0|INFO|500||InvokeReturn 2021-11-16T03:33:26.201Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/145b2b9a-a9d3-45f7-a6a1-188a4a5e009f/model-vers/model-ver/7dc59654-27f7-488d-80fe-2748e41e1126?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211116-03:33:25:993-50901], vertex-id=[262232], Content-Length=[0], Date=[Tue, 16 Nov 2021 03:33:25 GMT], Content-Type=[application/json]} 2021-11-16T03:33:26.201Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-16T03:33:26.201Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-16T03:33:26.202Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:33:26.206Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|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-11-16T03:33:26.207Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bfcce63-6d2f-45f5-9432-1dd4c515f694 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-16T03:33:26.207Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-16T03:33:26.207Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:26.209Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:26.209Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033606207, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:33:26.309Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:26.310Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:26.310Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:26.324Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:26.324Z||pool-55-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-11-16T03:33:27.223Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-16T03:33:27.223Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e87728e-5e41-4225-933b-3627963fb450","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"1e550ca6-20be-4f12-bd96-4014bc21baae","serviceDescription":"service","serviceInvariantUUID":"243f3f3f-a944-4250-aeb8-8ef4e5181d96","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"104c852c-0434-4804-be3a-80e9f54f06e0","resourceInvariantUUID":"0df65a3b-8d34-47e2-a80f-1da1153479e9","resourceCustomizationUUID":"7787d714-d813-4c42-a266-7011b6c09e14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"51eea615-d439-4c06-8322-88d2be92a18a","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":"OGMyMjU4OGRiNGUwOWEwOWFhZmZlMmRhMDZjMjlmYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98bff0bb-4c5a-4bdc-a365-f027982c2a58","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":"ZmMwOWQ4MjE3MGU4NTEwYzBkMWY1ZjAxODM0Mjg5MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6247963f-3f74-4ddd-944a-d057fbc6e1a8","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":"0c44dfd1-939d-4a50-91c7-08f27dbacf3f","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":"f0b7d3af-b8c2-4798-a231-46d602608af0","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":"7851e13f-35c9-416f-a638-953b29001160","artifactVersion":"2","generatedFromUUID":"0c44dfd1-939d-4a50-91c7-08f27dbacf3f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZDg0NDY3NzNlODY0NmZmNThkYjUxMjhlOWMwZjMzYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfd56826-c64f-415c-80e2-c6ba6050b31a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDhiZTQyMzE4OTI2OTcxMDg1M2MzNTJjNGRhY2Y3NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17269319-5f7f-454c-bd74-bc7fb678569e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-16T03:33:27.223Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:33:27.224Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:27.225Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:27.226Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:33:27.326Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:27.327Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:27.327Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:27.337Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:27.338Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:28.226Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:33:28.228Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:28.230Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:28.230Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:33:28.330Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:28.331Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:28.331Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:28.340Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:28.341Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:33:29.231Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:33:29.231Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:29.233Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:29.233Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:33:29.333Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:29.334Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:29.334Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:29.344Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:29.345Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:30.234Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:33:30.235Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:30.237Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:30.237Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-16T03:33:30.338Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:30.339Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:30.339Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:30.353Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:30.354Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:31.238Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:33:31.239Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:31.241Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:31.241Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:33:31.341Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:31.341Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:31.342Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:31.352Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:31.353Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:32.241Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:33:32.242Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:32.244Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:32.244Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-16T03:33:32.344Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:32.345Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:32.346Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:32.354Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:32.355Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:33.244Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:33:33.245Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:33.247Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:33.247Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:33:33.347Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:33.348Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:33.348Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:33.357Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:33.359Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:34.247Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:33:34.248Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:34.250Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:34.250Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:33:34.350Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:34.351Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:34.352Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:34.363Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:34.363Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:35.251Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "1e550ca6-20be-4f12-bd96-4014bc21baae", "serviceDescription": "service", "serviceInvariantUUID": "243f3f3f-a944-4250-aeb8-8ef4e5181d96", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "7787d714-d813-4c42-a266-7011b6c09e14", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "104c852c-0434-4804-be3a-80e9f54f06e0", "resourceInvariantUUID": "0df65a3b-8d34-47e2-a80f-1da1153479e9", "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": "ZmMwOWQ4MjE3MGU4NTEwYzBkMWY1ZjAxODM0Mjg5MGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6247963f-3f74-4ddd-944a-d057fbc6e1a8", "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": "0c44dfd1-939d-4a50-91c7-08f27dbacf3f", "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": "7851e13f-35c9-416f-a638-953b29001160", "generatedFromUUID": "0c44dfd1-939d-4a50-91c7-08f27dbacf3f" }, "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": "7851e13f-35c9-416f-a638-953b29001160", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZDhiZTQyMzE4OTI2OTcxMDg1M2MzNTJjNGRhY2Y3NjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "17269319-5f7f-454c-bd74-bc7fb678569e" } ], "workloadContext": "Production" } 2021-11-16T03:33:35.251Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-16T03:33:35.251Z|7bfcce63-6d2f-45f5-9432-1dd4c515f694|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e550ca6-20be-4f12-bd96-4014bc21baae ASDC 2021-11-16T03:33:35.252Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0e87728e-5e41-4225-933b-3627963fb450 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:1e550ca6-20be-4f12-bd96-4014bc21baae ServiceInvariantUUID:243f3f3f-a944-4250-aeb8-8ef4e5181d96 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:17269319-5f7f-454c-bd74-bc7fb678569e ArtifactChecksum:ZDhiZTQyMzE4OTI2OTcxMDg1M2MzNTJjNGRhY2Y3NjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:7787d714-d813-4c42-a266-7011b6c09e14 ResourceInvariantUUID:0df65a3b-8d34-47e2-a80f-1da1153479e9 ResourceName:basicclamp ResourceType:VF ResourceUUID:104c852c-0434-4804-be3a-80e9f54f06e0 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:6247963f-3f74-4ddd-944a-d057fbc6e1a8 ArtifactChecksum:ZmMwOWQ4MjE3MGU4NTEwYzBkMWY1ZjAxODM0Mjg5MGE= 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:0c44dfd1-939d-4a50-91c7-08f27dbacf3f 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:7851e13f-35c9-416f-a638-953b29001160 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:7851e13f-35c9-416f-a638-953b29001160 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-16T03:33:35.252Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e550ca6-20be-4f12-bd96-4014bc21baae ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:33:35.281Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:33:35.282Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:33:35.282Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:33:35.282Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 17269319-5f7f-454c-bd74-bc7fb678569e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-16T03:33:35.283Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:33:35.283Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-16T03:33:35.632Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:33:35.637Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 17269319-5f7f-454c-bd74-bc7fb678569e 73669 2021-11-16T03:33:35.637Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-16T03:33:35.637Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-16T03:33:35.638Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:33:35.638Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:35.639Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:35.640Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033615637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:33:35.740Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:35.741Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:35.741Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:35.751Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:35.752Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:33:36.640Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:33:36.641Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:33:36.642Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 17269319-5f7f-454c-bd74-bc7fb678569e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:36.642Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-16T03:33:36.642Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:36.643Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:36.822Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12018830415516146172/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|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-Basicclamp-csar.csar 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|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-Basicclamp-csar.csar 2021-11-16T03:33:37.812Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|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-Basicclamp-csar.csar 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:33:37.813Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.814Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:37.814Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-16T03:33:37.814Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:33:37.814Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:33:37.814Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.814Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:37.814Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.814Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-16T03:33:37.814Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:33:37.815Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b183f1f-f747-497a-92d7-c9b2b2b7cecb 2021-11-16T03:33:37.816Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.817Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:37.817Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.817Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:37.817Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.817Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:37.817Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:37.817Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:37.817Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:1e550ca6-20be-4f12-bd96-4014bc21baae Model Version:NULL Model InvariantUuid:243f3f3f-a944-4250-aeb8-8ef4e5181d96 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:4cf5ab9d-572d-4cb8-9256-266a7a137870 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0df65a3b-8d34-47e2-a80f-1da1153479e9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7787d714-d813-4c42-a266-7011b6c09e14 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2a0eda92-7c4a-41bb-b777-8beeda0fb713 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:6bd6c6e4-6599-40e8-98bd-d0c9129a305b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2b183f1f-f747-497a-92d7-c9b2b2b7cecb ModelInvariantUuid:818fb25c-fc9a-42b9-92c6-59ca6d8fb1ca ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:2ea67e86-8252-4663-9ea2-948ddc540558 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:df9d68d3-285f-4082-b7bf-80d9dc169ba4 ModelInvariantUuid:8de911b1-8fe3-4517-a9b9-77f4770bf402 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:95b247c0-c665-4d9b-8c5a-557cb5158179 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-16T03:33:37.824Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 104c852c-0434-4804-be3a-80e9f54f06e0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:33:37.827Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-11-16T03:33:37.827Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 104c852c-0434-4804-be3a-80e9f54f06e0 2021-11-16T03:33:37.827Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6247963f-3f74-4ddd-944a-d057fbc6e1a8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-16T03:33:37.827Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:33:37.827Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-16T03:33:37.949Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:33:37.949Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 6247963f-3f74-4ddd-944a-d057fbc6e1a8 790 2021-11-16T03:33:37.949Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-16T03:33:37.949Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-16T03:33:37.949Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:33:37.950Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:37.951Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:37.951Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033617949, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:33:38.051Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:38.052Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:38.052Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:38.060Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:38.060Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:33:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:33:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:33:38.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:38.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:33:38.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033438019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:33:38.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:33:38.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:33:38.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033441024, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:33:38.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:33:38.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:33:38.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "clamp", "timestamp": 1637033442029, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:33:38.152Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0badbe83-a8da-44ed-87ed-cf697c89baae 2021-11-16T03:33:38.152Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0badbe83-a8da-44ed-87ed-cf697c89baae and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:33:38.952Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2a0eda92-7c4a-41bb-b777-8beeda0fb713", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6bd6c6e4-6599-40e8-98bd-d0c9129a305b", "vfModuleModelCustomizationUUID": "cccadd69-7722-49c2-a332-f36763138bb6", "isBase": true, "artifacts": [ "0c44dfd1-939d-4a50-91c7-08f27dbacf3f", "7851e13f-35c9-416f-a638-953b29001160" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:33:38.955Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6bd6c6e4-6599-40e8-98bd-d0c9129a305b VfModuleModelInvariantUUID:2a0eda92-7c4a-41bb-b777-8beeda0fb713 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c44dfd1-939d-4a50-91c7-08f27dbacf3f , 7851e13f-35c9-416f-a638-953b29001160 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:33:38.958Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2a0eda92-7c4a-41bb-b777-8beeda0fb713", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6bd6c6e4-6599-40e8-98bd-d0c9129a305b", "vfModuleModelCustomizationUUID": "cccadd69-7722-49c2-a332-f36763138bb6", "isBase": true, "artifacts": [ "0c44dfd1-939d-4a50-91c7-08f27dbacf3f", "7851e13f-35c9-416f-a638-953b29001160" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:33:38.958Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6bd6c6e4-6599-40e8-98bd-d0c9129a305b VfModuleModelInvariantUUID:2a0eda92-7c4a-41bb-b777-8beeda0fb713 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c44dfd1-939d-4a50-91c7-08f27dbacf3f , 7851e13f-35c9-416f-a638-953b29001160 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:33:38.958Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0c44dfd1-939d-4a50-91c7-08f27dbacf3f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-16T03:33:38.958Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:33:38.958Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-16T03:33:39.044Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:33:39.044Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 0c44dfd1-939d-4a50-91c7-08f27dbacf3f 5033 2021-11-16T03:33:39.044Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-16T03:33:39.044Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-16T03:33:39.045Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:33:39.045Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:39.047Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:39.047Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033619044, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:33:39.147Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:39.148Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:39.148Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:39.158Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:39.158Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:40.047Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7851e13f-35c9-416f-a638-953b29001160 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-16T03:33:40.048Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:33:40.048Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-16T03:33:40.514Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:33:40.515Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 7851e13f-35c9-416f-a638-953b29001160 909 2021-11-16T03:33:40.515Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-16T03:33:40.515Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-16T03:33:40.515Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:33:40.516Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:40.518Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:40.518Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033620515, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:33:40.618Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:40.619Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:40.619Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:40.630Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:40.631Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:41.519Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1e550ca6-20be-4f12-bd96-4014bc21baae 2021-11-16T03:33:41.519Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 104c852c-0434-4804-be3a-80e9f54f06e0 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:33:41.530Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@507f72f, org.onap.sdc.toscaparser.api.parameters.Input@77dd02e5, org.onap.sdc.toscaparser.api.parameters.Input@348d1b0d, org.onap.sdc.toscaparser.api.parameters.Input@366b7de6, org.onap.sdc.toscaparser.api.parameters.Input@cef5a8b] 2021-11-16T03:33:41.532Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.532Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:41.533Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-16T03:33:41.533Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7787d714-d813-4c42-a266-7011b6c09e14 2021-11-16T03:33:41.533Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7787d714-d813-4c42-a266-7011b6c09e14 matches Tosca VF Customization UUID: 7787d714-d813-4c42-a266-7011b6c09e14 2021-11-16T03:33:41.533Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7787d714-d813-4c42-a266-7011b6c09e14 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-16T03:33:41.535Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.536Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:41.536Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7787d714-d813-4c42-a266-7011b6c09e14: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-11-16T03:33:41.536Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@225a4f8d 2021-11-16T03:33:41.537Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.537Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:33:41.537Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cccadd69-7722-49c2-a332-f36763138bb6 2021-11-16T03:33:41.537Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cccadd69-7722-49c2-a332-f36763138bb6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-16T03:33:41.539Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.539Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-16T03:33:41.539Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:33:41.540Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.540Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-16T03:33:41.540Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:33:41.540Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.540Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-16T03:33:41.540Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-16T03:33:41.540Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-16T03:33:41.541Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b183f1f-f747-497a-92d7-c9b2b2b7cecb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-16T03:33:41.542Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.543Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-16T03:33:41.543Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:33:41.543Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.543Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-16T03:33:41.543Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=7787d714-d813-4c42-a266-7011b6c09e14 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:33:41.545Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.545Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:41.546Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1e550ca6-20be-4f12-bd96-4014bc21baae: basicclamp 2021-11-16T03:33:41.546Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.546Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:41.546Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.547Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:41.547Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.547Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:41.547Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.547Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:41.548Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:33:41.548Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:33:41.548Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:33:41.631Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 104c852c-0434-4804-be3a-80e9f54f06e0 1 ASDC deployResourceStructure 2021-11-16T03:33:41.631Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-16T03:33:41.631Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-16T03:33:41.631Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:33:41.632Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:41.634Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:41.635Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033621631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:33:41.735Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:41.735Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:41.735Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:41.746Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:41.746Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:42.635Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-16T03:33:42.636Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-16T03:33:42.637Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:33:42.637Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:42.639Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:42.639Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033622635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:33:42.739Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:42.740Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:42.740Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:42.766Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:42.766Z||pool-69-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:43.639Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-16T03:33:43.640Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-16T03:33:43.640Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:33:43.641Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:43.643Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:43.643Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033623639, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-16T03:33:43.743Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:43.744Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:43.744Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:43.754Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:43.755Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:44.644Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-16T03:33:44.644Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-16T03:33:44.644Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:33:44.645Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:33:44.646Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:33:44.646Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033624644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:33:44.747Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:33:44.747Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:33:44.748Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:33:44.758Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:33:44.759Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:33:45.647Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e87728e-5e41-4225-933b-3627963fb450 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:33:45.658Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e87728e-5e41-4225-933b-3627963fb450 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:33:45.660Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:33:45.661Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-16T03:33:45.661Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-16T03:33:45.661Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-16T03:33:45.661Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:33:45.661Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:33:45.661Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:33:45.661Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:33:45.662Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:33:45.662Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:33:45.662Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:33:45.662Z|0e87728e-5e41-4225-933b-3627963fb450|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-11-16T03:33:45.667Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-16T03:34:15.667Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e87728e-5e41-4225-933b-3627963fb450 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-16T03:34:16.000Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e87728e-5e41-4225-933b-3627963fb450 and serviceModelVersionId: 1e550ca6-20be-4f12-bd96-4014bc21baae 2021-11-16T03:34:16.000Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 243f3f3f-a944-4250-aeb8-8ef4e5181d96 2021-11-16T03:34:16.001Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/243f3f3f-a944-4250-aeb8-8ef4e5181d96/model-vers/model-ver/1e550ca6-20be-4f12-bd96-4014bc21baae?depth=0 2021-11-16T03:34:16.008Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-16T03:34:16.049Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/243f3f3f-a944-4250-aeb8-8ef4e5181d96/model-vers/model-ver/1e550ca6-20be-4f12-bd96-4014bc21baae?depth=0|INFO|500||Invoke 2021-11-16T03:34:16.049Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/243f3f3f-a944-4250-aeb8-8ef4e5181d96/model-vers/model-ver/1e550ca6-20be-4f12-bd96-4014bc21baae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/243f3f3f-a944-4250-aeb8-8ef4e5181d96/model-vers/model-ver/1e550ca6-20be-4f12-bd96-4014bc21baae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0e87728e-5e41-4225-933b-3627963fb450], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37fbe739-7442-43e7-b84e-3f05c902cfe3], X-ECOMP-RequestID=[0e87728e-5e41-4225-933b-3627963fb450], X-TransactionId=[], X-ONAP-RequestID=[0e87728e-5e41-4225-933b-3627963fb450], Content-Type=[application/merge-patch+json]} 2021-11-16T03:34:16.066Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/243f3f3f-a944-4250-aeb8-8ef4e5181d96/model-vers/model-ver/1e550ca6-20be-4f12-bd96-4014bc21baae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-16T03:34:16.255Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/243f3f3f-a944-4250-aeb8-8ef4e5181d96/model-vers/model-ver/1e550ca6-20be-4f12-bd96-4014bc21baae?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/243f3f3f-a944-4250-aeb8-8ef4e5181d96/model-vers/model-ver/1e550ca6-20be-4f12-bd96-4014bc21baae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211116-03:34:16:073-92157], vertex-id=[196656], Content-Length=[0], Date=[Tue, 16 Nov 2021 03:34:16 GMT], Content-Type=[application/json]} 2021-11-16T03:34:16.255Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/243f3f3f-a944-4250-aeb8-8ef4e5181d96/model-vers/model-ver/1e550ca6-20be-4f12-bd96-4014bc21baae?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-16T03:34:16.256Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/243f3f3f-a944-4250-aeb8-8ef4e5181d96/model-vers/model-ver/1e550ca6-20be-4f12-bd96-4014bc21baae?depth=0|INFO|500||InvokeReturn 2021-11-16T03:34:16.256Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-16T03:34:16.256Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:34:16.260Z|0e87728e-5e41-4225-933b-3627963fb450|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-11-16T03:34:16.260Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e87728e-5e41-4225-933b-3627963fb450 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-16T03:34:16.261Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-16T03:34:16.261Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:16.263Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:16.263Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033656261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:34:16.365Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-16T03:34:16.366Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:16.366Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:16.380Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:16.380Z||pool-72-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-11-16T03:34:17.274Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:34:17.275Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:34:17.275Z|0e87728e-5e41-4225-933b-3627963fb450|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:34:21.688Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:21.689Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-16T03:34:21.689Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0badbe83-a8da-44ed-87ed-cf697c89baae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b1aa3808-c3d0-4277-9a19-db6fa2407f78","serviceDescription":"service","serviceInvariantUUID":"c953a310-6a5a-4df7-ae23-cb168d001e4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f14e52a-a68d-45e9-abe3-13222c096f21","resourceInvariantUUID":"86431f1c-a99d-4951-a515-162372fd6aa5","resourceCustomizationUUID":"a424bb9d-8439-42fd-be73-16bd5b3e297f","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":"MWRjNmI0ZWNkYmQ1NjY1ZjkwOGNmNjVjNGVlYWNjNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cf3e284-2201-4cae-a43b-b4a6bac46467","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":"NDU2Nzg5M2RkMDE2YjJjMzk2NTRiMDY5NjRlNGYwYmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db87a2dc-01c4-4464-b1b4-6a56aa51a3ab","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86218515-366e-4b6e-98d9-af419d05d85b","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":"e16e292b-cccd-4df6-bb2f-bb7fe7383e77","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5534df25-197e-4a8f-90c1-9ab8400c7774","artifactVersion":"2","generatedFromUUID":"86218515-366e-4b6e-98d9-af419d05d85b"},{"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":"MTE4ZDY3ODg3YzczNTZmZDMyZjYyN2U0YzEwM2RiMGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"abb5d963-6786-4475-ba40-ee152322c194","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":"Y2E3YjJmNTMzNWE4MzNlNTBlOGE2MmQ2Yzg1MzFhMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94b0fcb6-1111-47d5-84fa-6aaa718b4cf4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWRiZmM4MzdjNDRhZDY1ZWQ2ZGYyODgyM2M0ODMxZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c73d5902-641f-4fc3-b34b-b12972c9beef","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-16T03:34:21.691Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:34:21.691Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:21.693Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:21.693Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:21.793Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:21.793Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:21.793Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:21.803Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:21.803Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:22.693Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:34:22.694Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:22.696Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:22.696Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:34:22.797Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:34:22.798Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:22.798Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:22.810Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:22.810Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:23.697Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:34:23.698Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:23.699Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:23.699Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-16T03:34:23.800Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:23.801Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:23.801Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:23.812Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:23.812Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:24.700Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:34:24.701Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:24.703Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:24.703Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:24.803Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:24.804Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:24.804Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:24.814Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:24.814Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:25.704Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:34:25.705Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:25.707Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:25.707Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-16T03:34:25.808Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:34:25.809Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:25.809Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:25.821Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:25.821Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:26.708Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:34:26.709Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:26.711Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:26.712Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:26.812Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-16T03:34:26.812Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:26.812Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:26.822Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:26.823Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:27.712Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:34:27.713Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:27.716Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:27.716Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:27.816Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:27.816Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:27.817Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:27.827Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:27.827Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:28.716Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:34:28.717Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:28.718Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:28.718Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:28.819Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:34:28.820Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:28.820Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:28.831Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:28.831Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:29.719Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "b1aa3808-c3d0-4277-9a19-db6fa2407f78", "serviceDescription": "service", "serviceInvariantUUID": "c953a310-6a5a-4df7-ae23-cb168d001e4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a424bb9d-8439-42fd-be73-16bd5b3e297f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6f14e52a-a68d-45e9-abe3-13222c096f21", "resourceInvariantUUID": "86431f1c-a99d-4951-a515-162372fd6aa5", "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": "NDU2Nzg5M2RkMDE2YjJjMzk2NTRiMDY5NjRlNGYwYmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db87a2dc-01c4-4464-b1b4-6a56aa51a3ab", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "86218515-366e-4b6e-98d9-af419d05d85b", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5534df25-197e-4a8f-90c1-9ab8400c7774", "generatedFromUUID": "86218515-366e-4b6e-98d9-af419d05d85b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5534df25-197e-4a8f-90c1-9ab8400c7774", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWRiZmM4MzdjNDRhZDY1ZWQ2ZGYyODgyM2M0ODMxZWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c73d5902-641f-4fc3-b34b-b12972c9beef" } ], "workloadContext": "Production" } 2021-11-16T03:34:29.719Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-16T03:34:29.720Z|0e87728e-5e41-4225-933b-3627963fb450|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b1aa3808-c3d0-4277-9a19-db6fa2407f78 ASDC 2021-11-16T03:34:29.720Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0badbe83-a8da-44ed-87ed-cf697c89baae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:b1aa3808-c3d0-4277-9a19-db6fa2407f78 ServiceInvariantUUID:c953a310-6a5a-4df7-ae23-cb168d001e4b 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:c73d5902-641f-4fc3-b34b-b12972c9beef ArtifactChecksum:OWRiZmM4MzdjNDRhZDY1ZWQ2ZGYyODgyM2M0ODMxZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a424bb9d-8439-42fd-be73-16bd5b3e297f ResourceInvariantUUID:86431f1c-a99d-4951-a515-162372fd6aa5 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6f14e52a-a68d-45e9-abe3-13222c096f21 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:db87a2dc-01c4-4464-b1b4-6a56aa51a3ab ArtifactChecksum:NDU2Nzg5M2RkMDE2YjJjMzk2NTRiMDY5NjRlNGYwYmI= 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:86218515-366e-4b6e-98d9-af419d05d85b ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:5534df25-197e-4a8f-90c1-9ab8400c7774 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:5534df25-197e-4a8f-90c1-9ab8400c7774 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-16T03:34:29.720Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1aa3808-c3d0-4277-9a19-db6fa2407f78 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:34:29.751Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:34:29.752Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:34:29.752Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:34:29.752Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c73d5902-641f-4fc3-b34b-b12972c9beef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-16T03:34:29.752Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:34:29.752Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-16T03:34:30.048Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:34:30.053Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c73d5902-641f-4fc3-b34b-b12972c9beef 78785 2021-11-16T03:34:30.053Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-16T03:34:30.053Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-16T03:34:30.054Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:34:30.054Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:30.056Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:30.056Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033670053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:30.156Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:30.157Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:30.157Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:30.170Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:30.170Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:31.056Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:34:31.058Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:34:31.058Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c73d5902-641f-4fc3-b34b-b12972c9beef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-16T03:34:31.058Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-11-16T03:34:31.059Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-16T03:34:31.059Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-16T03:34:31.171Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16023662352865205076/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-11-16T03:34:32.189Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-16T03:34:32.189Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:34:32.189Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-16T03:34:32.189Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-16T03:34:32.189Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:32.189Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-16T03:34:32.190Z|0badbe83-a8da-44ed-87ed-cf697c89baae|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-BasicVmMacro-csar.csar 2021-11-16T03:34:32.190Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:32.190Z|0badbe83-a8da-44ed-87ed-cf697c89baae|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-BasicVmMacro-csar.csar 2021-11-16T03:34:32.190Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:32.190Z|0badbe83-a8da-44ed-87ed-cf697c89baae|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-BasicVmMacro-csar.csar 2021-11-16T03:34:32.190Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:32.190Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:32.190Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:34:32.190Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.191Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:32.191Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-16T03:34:32.191Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:34:32.191Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:34:32.191Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.191Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:32.192Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-16T03:34:32.192Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:34:32.192Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:34:32.192Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.192Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:32.192Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.192Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-16T03:34:32.193Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-16T03:34:32.193Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-16T03:34:32.193Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-16T03:34:32.193Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-16T03:34:32.193Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-16T03:34:32.193Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.193Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:34:32.194Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.194Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-16T03:34:32.194Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:34:32.194Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.194Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-16T03:34:32.195Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:34:32.195Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.195Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-16T03:34:32.195Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:34:32.195Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.196Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-16T03:34:32.196Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-16T03:34:32.196Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-16T03:34:32.196Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9900d115-8512-4df0-9b88-a421e4f6dbb2 2021-11-16T03:34:32.196Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.197Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:32.197Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.197Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:32.197Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.197Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:32.197Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:32.198Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:32.198Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:b1aa3808-c3d0-4277-9a19-db6fa2407f78 Model Version:NULL Model InvariantUuid:c953a310-6a5a-4df7-ae23-cb168d001e4b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:adb8473e-ac10-4098-8ccb-775ab854218c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:86431f1c-a99d-4951-a515-162372fd6aa5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a424bb9d-8439-42fd-be73-16bd5b3e297f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7d0052d9-9258-4468-a87f-3fbd849a95f0 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:13891e07-6de7-41ba-ac81-8a58eb96519d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9900d115-8512-4df0-9b88-a421e4f6dbb2 ModelInvariantUuid:edc16491-0a57-41d9-a9a6-7bb6fd4b31f4 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:68a4dd6f-bbf4-4fcb-86d8-36835f8da0cd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:63e5bf58-3d73-4a2a-93ad-1adefbd0c94f ModelInvariantUuid:b4fe2c03-3924-47c6-bf61-b7ecaf744ce7 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:22e4f8a4-0efb-4623-aeab-3aca8c153f0d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-16T03:34:32.207Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f14e52a-a68d-45e9-abe3-13222c096f21 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:34:32.212Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2021-11-16T03:34:32.213Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f14e52a-a68d-45e9-abe3-13222c096f21 2021-11-16T03:34:32.213Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: db87a2dc-01c4-4464-b1b4-6a56aa51a3ab from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-16T03:34:32.213Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:34:32.214Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:32.261Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:34:32.262Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json db87a2dc-01c4-4464-b1b4-6a56aa51a3ab 792 2021-11-16T03:34:32.262Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:32.262Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:32.262Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:34:32.263Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:32.264Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:32.264Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033672262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:32.365Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:32.366Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:32.366Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:32.378Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:32.378Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:33.265Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7d0052d9-9258-4468-a87f-3fbd849a95f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13891e07-6de7-41ba-ac81-8a58eb96519d", "vfModuleModelCustomizationUUID": "898262ce-a7b2-443c-8bf2-c50c146d00b8", "isBase": true, "artifacts": [ "86218515-366e-4b6e-98d9-af419d05d85b", "5534df25-197e-4a8f-90c1-9ab8400c7774" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:34:33.267Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13891e07-6de7-41ba-ac81-8a58eb96519d VfModuleModelInvariantUUID:7d0052d9-9258-4468-a87f-3fbd849a95f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 86218515-366e-4b6e-98d9-af419d05d85b , 5534df25-197e-4a8f-90c1-9ab8400c7774 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:34:33.269Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7d0052d9-9258-4468-a87f-3fbd849a95f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13891e07-6de7-41ba-ac81-8a58eb96519d", "vfModuleModelCustomizationUUID": "898262ce-a7b2-443c-8bf2-c50c146d00b8", "isBase": true, "artifacts": [ "86218515-366e-4b6e-98d9-af419d05d85b", "5534df25-197e-4a8f-90c1-9ab8400c7774" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:34:33.269Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13891e07-6de7-41ba-ac81-8a58eb96519d VfModuleModelInvariantUUID:7d0052d9-9258-4468-a87f-3fbd849a95f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 86218515-366e-4b6e-98d9-af419d05d85b , 5534df25-197e-4a8f-90c1-9ab8400c7774 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:34:33.269Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 86218515-366e-4b6e-98d9-af419d05d85b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-16T03:34:33.269Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:34:33.269Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:33.439Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:34:33.440Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 86218515-366e-4b6e-98d9-af419d05d85b 5033 2021-11-16T03:34:33.440Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:33.441Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:33.441Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:34:33.441Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:33.443Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:33.444Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033673440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:33.544Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:33.545Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:33.545Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:33.555Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:33.555Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:34.444Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5534df25-197e-4a8f-90c1-9ab8400c7774 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-16T03:34:34.445Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:34:34.446Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:34.707Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:34:34.708Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5534df25-197e-4a8f-90c1-9ab8400c7774 903 2021-11-16T03:34:34.708Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:34.708Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:34.709Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:34:34.709Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:34.712Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:34.712Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033674708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:34.812Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:34.813Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:34.813Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:34.824Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:34.825Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:34:35.713Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b1aa3808-c3d0-4277-9a19-db6fa2407f78 2021-11-16T03:34:35.714Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6f14e52a-a68d-45e9-abe3-13222c096f21 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:34:35.729Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32e42abc, org.onap.sdc.toscaparser.api.parameters.Input@5f3daebc, org.onap.sdc.toscaparser.api.parameters.Input@5d505a32, org.onap.sdc.toscaparser.api.parameters.Input@1c457ac2, org.onap.sdc.toscaparser.api.parameters.Input@fe7123c] 2021-11-16T03:34:35.730Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.731Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:35.731Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-16T03:34:35.731Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a424bb9d-8439-42fd-be73-16bd5b3e297f 2021-11-16T03:34:35.731Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a424bb9d-8439-42fd-be73-16bd5b3e297f matches Tosca VF Customization UUID: a424bb9d-8439-42fd-be73-16bd5b3e297f 2021-11-16T03:34:35.731Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a424bb9d-8439-42fd-be73-16bd5b3e297f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-16T03:34:35.734Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.734Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:35.734Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a424bb9d-8439-42fd-be73-16bd5b3e297f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-11-16T03:34:35.735Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55e7ac89 2021-11-16T03:34:35.735Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.735Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:34:35.735Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 898262ce-a7b2-443c-8bf2-c50c146d00b8 2021-11-16T03:34:35.735Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 898262ce-a7b2-443c-8bf2-c50c146d00b8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-16T03:34:35.738Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.738Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-16T03:34:35.738Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:34:35.739Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.739Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-16T03:34:35.739Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:34:35.740Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.740Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-16T03:34:35.740Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-16T03:34:35.740Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-16T03:34:35.741Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9900d115-8512-4df0-9b88-a421e4f6dbb2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-16T03:34:35.743Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.743Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-16T03:34:35.743Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:34:35.744Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.744Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-16T03:34:35.744Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a424bb9d-8439-42fd-be73-16bd5b3e297f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:34:35.745Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.745Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:35.746Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b1aa3808-c3d0-4277-9a19-db6fa2407f78: basic_vm_macro 2021-11-16T03:34:35.746Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.746Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:35.746Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.746Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:35.747Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.747Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:35.747Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.747Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:35.747Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:34:35.747Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:34:35.748Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:35.827Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6f14e52a-a68d-45e9-abe3-13222c096f21 1 ASDC deployResourceStructure 2021-11-16T03:34:35.827Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:35.827Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:35.827Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:34:35.828Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:35.829Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:35.829Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033675827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:34:35.930Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:35.930Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:35.930Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:35.939Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:35.939Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:36.830Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:36.831Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:36.831Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:34:36.832Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:36.834Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:36.834Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033676830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:34:36.934Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:36.935Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:36.935Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:36.947Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:36.947Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:37.835Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:37.835Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||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-11-16T03:34:37.835Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:34:37.836Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:37.837Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:37.837Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033677835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-16T03:34:37.938Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:37.939Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:37.939Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:37.949Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:37.950Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:34:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:34:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:34:38.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:38.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "dcae-sch", "timestamp": 1637033569305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "dcae-sch", "timestamp": 1637033569305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033570796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "dcae-sch", "timestamp": 1637033569305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033571623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033570796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "dcae-sch", "timestamp": 1637033569305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033571623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033570796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "dcae-sch", "timestamp": 1637033569305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033571623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033570796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033573922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "dcae-sch", "timestamp": 1637033569305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033571623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033570796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033573922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "dcae-sch", "timestamp": 1637033569305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033571623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033570796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033573922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "dcae-sch", "timestamp": 1637033569305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033571623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033570796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033573922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "dcae-sch", "timestamp": 1637033569305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033571623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033570796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033573922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033578019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033571623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033570796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033573922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033578019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033579564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033571623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033579764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033573922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033578019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033579564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033579764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033581446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033573922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033578019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033581695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033579564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033581652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033579764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033573922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033578019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033582695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "cds", "timestamp": 1637033582908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.184Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60ba9098-1b22-4015-b223-510551281d8f 2021-11-16T03:34:38.184Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ba9098-1b22-4015-b223-510551281d8f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033579564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033581652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033579764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033578019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "ves-openapi-manager", "timestamp": 1637033583699, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:34:38.199Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 60ba9098-1b22-4015-b223-510551281d8f 2021-11-16T03:34:38.199Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ba9098-1b22-4015-b223-510551281d8f and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033579564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033581652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033579764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033578019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033579564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033581652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033579764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033578019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033579564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033581652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033579764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033578019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033579564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033581652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033579764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033587800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033588042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033579564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033581652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033579764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033581652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033589419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033590054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:34:38.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033581652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033590423, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:34:38.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "clamp", "timestamp": 1637033591058, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:34:38.224Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60ba9098-1b22-4015-b223-510551281d8f 2021-11-16T03:34:38.224Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ba9098-1b22-4015-b223-510551281d8f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "policy-id", "timestamp": 1637033591425, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:34:38.238Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ba9098-1b22-4015-b223-510551281d8f 2021-11-16T03:34:38.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ba9098-1b22-4015-b223-510551281d8f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033591458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033591736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:34:38.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "aai-ml", "timestamp": 1637033592739, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:34:38.262Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60ba9098-1b22-4015-b223-510551281d8f 2021-11-16T03:34:38.262Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ba9098-1b22-4015-b223-510551281d8f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:34:38.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033594099, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:34:38.297Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60ba9098-1b22-4015-b223-510551281d8f 2021-11-16T03:34:38.297Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ba9098-1b22-4015-b223-510551281d8f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033599768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033603922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033601623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bfcce63-6d2f-45f5-9432-1dd4c515f694", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033606207, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033599768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033603922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033601623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033599768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033603922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033601623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033599768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033603922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:34:38.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033601623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033608019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033599768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-16T03:34:38.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:34:38.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033603922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-16T03:34:38.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033601623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033608019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "dcae-sch", "timestamp": 1637033609305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033599768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033603922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-16T03:34:38.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033601623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033608019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "dcae-sch", "timestamp": 1637033609305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033603922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033599768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033601623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "ves-openapi-manager", "timestamp": 1637033610796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033608019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "dcae-sch", "timestamp": 1637033609305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033599768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033603922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033611652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033601623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "ves-openapi-manager", "timestamp": 1637033610796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033608019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "dcae-sch", "timestamp": 1637033609305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033599768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033603922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033599564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033601623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033611652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "ves-openapi-manager", "timestamp": 1637033610796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033608019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "dcae-sch", "timestamp": 1637033609305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033378119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033611652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "ves-openapi-manager", "timestamp": 1637033610796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033614627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033614634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033614633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033608019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "dcae-sch", "timestamp": 1637033609305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033611652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "ves-openapi-manager", "timestamp": 1637033610796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033615637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "cds", "timestamp": 1637033615639, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c881dd3-771e-482c-b72d-9b88eca7ac9f 2021-11-16T03:34:38.340Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c881dd3-771e-482c-b72d-9b88eca7ac9f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033608019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033615636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033615737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "dcae-sch", "timestamp": 1637033609305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033611652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "ves-openapi-manager", "timestamp": 1637033610796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "policy-id", "timestamp": 1637033616639, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:34:38.356Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c881dd3-771e-482c-b72d-9b88eca7ac9f 2021-11-16T03:34:38.356Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c881dd3-771e-482c-b72d-9b88eca7ac9f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:34:38.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033608019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:34:38.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "dcae-sch", "timestamp": 1637033609305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033617108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033611652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "ves-openapi-manager", "timestamp": 1637033610796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033617940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033617949, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:34:38.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "dcae-sch", "timestamp": 1637033609305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:34:38.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:34:38.839Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-16T03:34:38.839Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-16T03:34:38.839Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:34:38.840Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:34:38.843Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:34:38.843Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033678839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:34:38.943Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:34:38.944Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:34:38.944Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:34:38.955Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:34:38.955Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:34:39.848Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0badbe83-a8da-44ed-87ed-cf697c89baae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:34:39.861Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0badbe83-a8da-44ed-87ed-cf697c89baae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:34:39.863Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:34:39.863Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-16T03:34:39.863Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-16T03:34:39.863Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-16T03:34:39.863Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:34:39.863Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:34:39.864Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:34:39.864Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:34:39.864Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:34:39.864Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:34:39.864Z|0badbe83-a8da-44ed-87ed-cf697c89baae|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-11-16T03:34:39.869Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-16T03:35:09.870Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0badbe83-a8da-44ed-87ed-cf697c89baae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-16T03:35:09.877Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0badbe83-a8da-44ed-87ed-cf697c89baae and serviceModelVersionId: b1aa3808-c3d0-4277-9a19-db6fa2407f78 2021-11-16T03:35:09.878Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c953a310-6a5a-4df7-ae23-cb168d001e4b 2021-11-16T03:35:09.878Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c953a310-6a5a-4df7-ae23-cb168d001e4b/model-vers/model-ver/b1aa3808-c3d0-4277-9a19-db6fa2407f78?depth=0 2021-11-16T03:35:09.883Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-16T03:35:09.913Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c953a310-6a5a-4df7-ae23-cb168d001e4b/model-vers/model-ver/b1aa3808-c3d0-4277-9a19-db6fa2407f78?depth=0|INFO|500||Invoke 2021-11-16T03:35:09.913Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c953a310-6a5a-4df7-ae23-cb168d001e4b/model-vers/model-ver/b1aa3808-c3d0-4277-9a19-db6fa2407f78?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c953a310-6a5a-4df7-ae23-cb168d001e4b/model-vers/model-ver/b1aa3808-c3d0-4277-9a19-db6fa2407f78?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0badbe83-a8da-44ed-87ed-cf697c89baae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[953fd091-d495-464a-b626-9d9e4566a382], X-ECOMP-RequestID=[0badbe83-a8da-44ed-87ed-cf697c89baae], X-TransactionId=[], X-ONAP-RequestID=[0badbe83-a8da-44ed-87ed-cf697c89baae], Content-Type=[application/merge-patch+json]} 2021-11-16T03:35:09.928Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c953a310-6a5a-4df7-ae23-cb168d001e4b/model-vers/model-ver/b1aa3808-c3d0-4277-9a19-db6fa2407f78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-16T03:35:10.049Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c953a310-6a5a-4df7-ae23-cb168d001e4b/model-vers/model-ver/b1aa3808-c3d0-4277-9a19-db6fa2407f78?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c953a310-6a5a-4df7-ae23-cb168d001e4b/model-vers/model-ver/b1aa3808-c3d0-4277-9a19-db6fa2407f78?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211116-03:35:09:936-22495], vertex-id=[241864], Content-Length=[0], Date=[Tue, 16 Nov 2021 03:35:09 GMT], Content-Type=[application/json]} 2021-11-16T03:35:10.050Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c953a310-6a5a-4df7-ae23-cb168d001e4b/model-vers/model-ver/b1aa3808-c3d0-4277-9a19-db6fa2407f78?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-16T03:35:10.051Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c953a310-6a5a-4df7-ae23-cb168d001e4b/model-vers/model-ver/b1aa3808-c3d0-4277-9a19-db6fa2407f78?depth=0|INFO|500||InvokeReturn 2021-11-16T03:35:10.051Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-16T03:35:10.052Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:35:10.058Z|0badbe83-a8da-44ed-87ed-cf697c89baae|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-11-16T03:35:10.058Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0badbe83-a8da-44ed-87ed-cf697c89baae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-16T03:35:10.058Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-16T03:35:10.059Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:10.060Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:10.061Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033710058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:35:10.161Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:10.161Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:10.162Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:10.176Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:10.176Z||pool-89-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-11-16T03:35:11.083Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-16T03:35:11.083Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"60ba9098-1b22-4015-b223-510551281d8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"86bbc4e3-b4c2-4949-a269-bf5d5bf75cab","serviceDescription":"service","serviceInvariantUUID":"f785cb77-8013-4eb3-8582-a49f8aaaaa1a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"194059ec-09d6-45ea-8a66-083912f1a9ff","resourceInvariantUUID":"03f9a9bd-4efe-40b5-9001-e16d577fe251","resourceCustomizationUUID":"59de8687-bf99-4dfc-9c8c-ccb8f405f64e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZGE4YWE3YWI1NjhjMDAzYTYyMDZhMzhhZWU0OTQ5ZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c897ca0-fbb5-477a-9ddd-5e0c8c88f3fa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e64edcf1-223f-4e66-9a21-07d6032843f3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b124923-cb61-42ec-ba04-834d735a0d16","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OWJlMTc5NzgwYzc2MWM4ZWJmNzNhYWY5M2RmZTI2ZjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bb73f699-ea55-41ae-bab8-e1d82ab14114","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"03ffb60b-d2f3-474f-a62c-144776abbd1e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb09431a-1591-4c5b-a0f2-f3d21fc19eeb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7e6d6ae-6c23-4b0b-85c4-5137837be9d9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NDVkMjg1YzRkMGFlMDAzZDk1ODkxNDRjZTRiZDRkZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b66bfee1-c4ce-4527-9338-ebcde75f32e2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTU0YjEwNmRhZmQzZTE5ZGQ5Mjc1ZDk3MWFkZWYwNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"621c6a11-0a81-490a-a282-3b42eb678c42","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-16T03:35:11.084Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:11.084Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:11.087Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:11.087Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:35:11.188Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:35:11.189Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:11.189Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:11.199Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:11.199Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:12.088Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:12.089Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:12.091Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:12.091Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:35:12.191Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:12.193Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:12.193Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:12.204Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:12.205Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:13.091Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:13.093Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:13.094Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:13.094Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:35:13.195Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:35:13.196Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:13.196Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:13.206Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:13.207Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:14.095Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:14.096Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:14.098Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:14.098Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:35:14.198Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:14.199Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:14.199Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:14.208Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:14.208Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:15.098Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:15.099Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:15.101Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:15.101Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:35:15.202Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:35:15.203Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:15.203Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:15.213Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:15.213Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:16.102Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:16.103Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:16.105Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:16.106Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:35:16.206Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:16.206Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:16.207Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:16.216Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:16.216Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:17.106Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:17.108Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:17.110Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:17.110Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:35:17.210Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:17.211Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:17.211Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:17.221Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:17.221Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:18.110Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:18.111Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:18.113Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:18.113Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:35:18.214Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:18.214Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:18.214Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:18.224Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:18.224Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:19.114Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:19.114Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:19.116Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:19.116Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:35:19.217Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:35:19.217Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:19.217Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:19.228Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:19.228Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:20.118Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "86bbc4e3-b4c2-4949-a269-bf5d5bf75cab", "serviceDescription": "service", "serviceInvariantUUID": "f785cb77-8013-4eb3-8582-a49f8aaaaa1a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "59de8687-bf99-4dfc-9c8c-ccb8f405f64e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "194059ec-09d6-45ea-8a66-083912f1a9ff", "resourceInvariantUUID": "03f9a9bd-4efe-40b5-9001-e16d577fe251", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "ZTU0YjEwNmRhZmQzZTE5ZGQ5Mjc1ZDk3MWFkZWYwNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "621c6a11-0a81-490a-a282-3b42eb678c42" } ], "workloadContext": "Production" } 2021-11-16T03:35:20.118Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-16T03:35:20.118Z|0badbe83-a8da-44ed-87ed-cf697c89baae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86bbc4e3-b4c2-4949-a269-bf5d5bf75cab ASDC 2021-11-16T03:35:20.119Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:60ba9098-1b22-4015-b223-510551281d8f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:86bbc4e3-b4c2-4949-a269-bf5d5bf75cab ServiceInvariantUUID:f785cb77-8013-4eb3-8582-a49f8aaaaa1a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:621c6a11-0a81-490a-a282-3b42eb678c42 ArtifactChecksum:ZTU0YjEwNmRhZmQzZTE5ZGQ5Mjc1ZDk3MWFkZWYwNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:59de8687-bf99-4dfc-9c8c-ccb8f405f64e ResourceInvariantUUID:03f9a9bd-4efe-40b5-9001-e16d577fe251 ResourceName:test-pnf ResourceType:PNF ResourceUUID:194059ec-09d6-45ea-8a66-083912f1a9ff ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-16T03:35:20.119Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86bbc4e3-b4c2-4949-a269-bf5d5bf75cab ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:35:20.143Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:35:20.144Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:35:20.144Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:35:20.144Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 621c6a11-0a81-490a-a282-3b42eb678c42 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-16T03:35:20.144Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:35:20.145Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-16T03:35:20.909Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:35:20.920Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 621c6a11-0a81-490a-a282-3b42eb678c42 105640 2021-11-16T03:35:20.920Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-16T03:35:20.920Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-16T03:35:20.920Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:35:20.921Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:20.922Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:20.923Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033720920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:35:21.023Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:21.024Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:21.024Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:21.036Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:21.036Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:21.923Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:35:21.925Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:35:21.925Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 621c6a11-0a81-490a-a282-3b42eb678c42, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-16T03:35:21.926Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-16T03:35:21.926Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-16T03:35:21.926Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-16T03:35:22.052Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3446965430709395047/Definitions/service-TestPnfMacro-template.yml 2021-11-16T03:35:22.735Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|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-TestPnfMacro-csar.csar 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|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-TestPnfMacro-csar.csar 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|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-TestPnfMacro-csar.csar 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|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-TestPnfMacro-csar.csar 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|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-TestPnfMacro-csar.csar 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|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-TestPnfMacro-csar.csar 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:35:22.736Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:35:22.737Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:35:22.738Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:35:22.738Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:35:22.738Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:35:22.738Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:35:22.738Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:86bbc4e3-b4c2-4949-a269-bf5d5bf75cab Model Version:NULL Model InvariantUuid:f785cb77-8013-4eb3-8582-a49f8aaaaa1a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-16T03:35:22.744Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 194059ec-09d6-45ea-8a66-083912f1a9ff Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:35:22.747Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||test-pnf 0 2021-11-16T03:35:22.747Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 194059ec-09d6-45ea-8a66-083912f1a9ff 2021-11-16T03:35:22.747Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 86bbc4e3-b4c2-4949-a269-bf5d5bf75cab 2021-11-16T03:35:22.747Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 86bbc4e3-b4c2-4949-a269-bf5d5bf75cab 2021-11-16T03:35:22.747Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 194059ec-09d6-45ea-8a66-083912f1a9ff ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:35:22.752Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58572ea8, org.onap.sdc.toscaparser.api.parameters.Input@3202619e, org.onap.sdc.toscaparser.api.parameters.Input@2559fc6b, org.onap.sdc.toscaparser.api.parameters.Input@aa72cb5, org.onap.sdc.toscaparser.api.parameters.Input@6be47127] 2021-11-16T03:35:22.752Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:35:22.752Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:35:22.753Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 86bbc4e3-b4c2-4949-a269-bf5d5bf75cab: test-pnf 2021-11-16T03:35:22.753Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||Processing PNF resource: 194059ec-09d6-45ea-8a66-083912f1a9ff 2021-11-16T03:35:22.753Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:35:22.753Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:35:22.753Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||Resource customization UUID: 59de8687-bf99-4dfc-9c8c-ccb8f405f64e is the same as notified resource customizationUUID: 59de8687-bf99-4dfc-9c8c-ccb8f405f64e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-16T03:35:22.804Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 194059ec-09d6-45ea-8a66-083912f1a9ff 0 ASDC deployResourceStructure 2021-11-16T03:35:22.805Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-16T03:35:22.805Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-16T03:35:22.805Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:35:22.805Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:22.807Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:22.807Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033722805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:35:22.907Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:22.908Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:22.908Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:22.920Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:22.920Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:23.808Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ba9098-1b22-4015-b223-510551281d8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:35:23.821Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ba9098-1b22-4015-b223-510551281d8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:35:23.824Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:35:23.824Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-16T03:35:23.824Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-16T03:35:23.824Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-16T03:35:23.824Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:35:23.824Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:35:23.825Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:35:23.825Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:35:23.825Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:35:23.825Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:35:23.825Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:35:23.825Z|60ba9098-1b22-4015-b223-510551281d8f|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-11-16T03:35:23.830Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-16T03:35:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:35:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:35:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:35:38.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:38.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:35:38.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033618241, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:35:38.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:35:53.831Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60ba9098-1b22-4015-b223-510551281d8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-16T03:35:53.838Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60ba9098-1b22-4015-b223-510551281d8f and serviceModelVersionId: 86bbc4e3-b4c2-4949-a269-bf5d5bf75cab 2021-11-16T03:35:53.838Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f785cb77-8013-4eb3-8582-a49f8aaaaa1a 2021-11-16T03:35:53.839Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f785cb77-8013-4eb3-8582-a49f8aaaaa1a/model-vers/model-ver/86bbc4e3-b4c2-4949-a269-bf5d5bf75cab?depth=0 2021-11-16T03:35:53.847Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-16T03:35:53.873Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f785cb77-8013-4eb3-8582-a49f8aaaaa1a/model-vers/model-ver/86bbc4e3-b4c2-4949-a269-bf5d5bf75cab?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-16T03:35:53.874Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f785cb77-8013-4eb3-8582-a49f8aaaaa1a/model-vers/model-ver/86bbc4e3-b4c2-4949-a269-bf5d5bf75cab?depth=0|INFO|500||Invoke 2021-11-16T03:35:53.891Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f785cb77-8013-4eb3-8582-a49f8aaaaa1a/model-vers/model-ver/86bbc4e3-b4c2-4949-a269-bf5d5bf75cab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-16T03:35:54.147Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f785cb77-8013-4eb3-8582-a49f8aaaaa1a/model-vers/model-ver/86bbc4e3-b4c2-4949-a269-bf5d5bf75cab?depth=0|INFO|500||InvokeReturn 2021-11-16T03:35:54.148Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f785cb77-8013-4eb3-8582-a49f8aaaaa1a/model-vers/model-ver/86bbc4e3-b4c2-4949-a269-bf5d5bf75cab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211116-03:35:53:899-62658], vertex-id=[237704], Content-Length=[0], Date=[Tue, 16 Nov 2021 03:35:53 GMT], Content-Type=[application/json]} 2021-11-16T03:35:54.148Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-16T03:35:54.148Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-16T03:35:54.148Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:35:54.155Z|60ba9098-1b22-4015-b223-510551281d8f|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-11-16T03:35:54.155Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60ba9098-1b22-4015-b223-510551281d8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-16T03:35:54.155Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-16T03:35:54.156Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:54.158Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:54.158Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033754155, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:35:54.258Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:54.258Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:54.258Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:54.272Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:54.272Z||pool-101-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-11-16T03:35:55.171Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-16T03:35:55.171Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c881dd3-771e-482c-b72d-9b88eca7ac9f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5b8c57ac-60fb-4531-b0e7-05d1715e76c5","serviceDescription":"service","serviceInvariantUUID":"4fda51c9-9acd-4b7e-8097-2d8e852414bb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0dc83540-0e9c-43fe-94b1-fe8599f01943","resourceInvariantUUID":"7670d7ef-3eb0-458c-ab23-d6cfcf8a0db8","resourceCustomizationUUID":"f6cb46ef-18b8-497a-a4b9-a40be5d508cc","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":"OTA0NTllOTE1MWE5ZjZjNmUwZWVjNmEwNDVmNmZhOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf14f2c2-fd96-42f8-b8dd-0e37daa8ad4a","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":"45e65ac0-dfeb-4502-88ef-2a6b8e4e8f85","artifactVersion":"2","generatedFromUUID":"ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4"},{"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":"ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4","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":"MTFkOTk4YTIyODQ3MTcyNjBkM2FhYzE4YzExNmRmY2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3338c990-902e-4152-9a60-e131227fa301","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":"37caad01-1105-4c53-b9b5-6114e1b4e169","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":"c4c23cda-ce0f-4648-b766-082107fbdf09","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":"fbf47a8c-4d98-4a60-9392-69562a0cd5aa","artifactVersion":"2","generatedFromUUID":"37caad01-1105-4c53-b9b5-6114e1b4e169"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjI2MWQyNGQxMjhmZDQxODAyZTUzZDJiOGIwZjlkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a07e057d-8185-4695-8ae6-1507e30f97bc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2Y5ZDBjMjQyMTc5OGY0ZTRhM2EyYmNkM2UxZjQ0MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9d81b14-f784-4154-ae85-c46919583f94","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-16T03:35:55.171Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:55.172Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:55.173Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:55.173Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:35:55.274Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:55.274Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:55.274Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:55.286Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:55.286Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:56.174Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:56.174Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:56.177Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:56.177Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-16T03:35:56.277Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:56.278Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:56.278Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:56.289Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:56.289Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:35:57.178Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:57.178Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:57.181Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:57.181Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-16T03:35:57.281Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:57.282Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:57.282Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:57.292Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:57.292Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:35:58.182Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:58.183Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:58.184Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:58.185Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:35:58.285Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:58.286Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:58.286Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:58.297Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:58.298Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:35:59.186Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:35:59.186Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:35:59.188Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:35:59.189Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-16T03:35:59.289Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:35:59.289Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:35:59.289Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:35:59.300Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:35:59.300Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:00.189Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:36:00.190Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:00.192Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:00.192Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:00.292Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:00.293Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:00.293Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:00.304Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:00.305Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:01.192Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:36:01.193Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:01.195Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:01.196Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-16T03:36:01.296Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:01.297Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:01.297Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:01.306Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:01.306Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:02.197Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:36:02.197Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:02.198Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:02.199Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:02.299Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:02.299Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:02.300Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:02.309Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:02.309Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:03.199Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-16T03:36:03.200Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:03.203Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:03.203Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:36:03.303Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:03.304Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:03.304Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:03.313Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:03.314Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:04.204Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "5b8c57ac-60fb-4531-b0e7-05d1715e76c5", "serviceDescription": "service", "serviceInvariantUUID": "4fda51c9-9acd-4b7e-8097-2d8e852414bb", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "f6cb46ef-18b8-497a-a4b9-a40be5d508cc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0dc83540-0e9c-43fe-94b1-fe8599f01943", "resourceInvariantUUID": "7670d7ef-3eb0-458c-ab23-d6cfcf8a0db8", "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": "45e65ac0-dfeb-4502-88ef-2a6b8e4e8f85", "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": "ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4", "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": "MTFkOTk4YTIyODQ3MTcyNjBkM2FhYzE4YzExNmRmY2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3338c990-902e-4152-9a60-e131227fa301", "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": "37caad01-1105-4c53-b9b5-6114e1b4e169", "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": "fbf47a8c-4d98-4a60-9392-69562a0cd5aa", "generatedFromUUID": "37caad01-1105-4c53-b9b5-6114e1b4e169" }, "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": "fbf47a8c-4d98-4a60-9392-69562a0cd5aa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "N2Y5ZDBjMjQyMTc5OGY0ZTRhM2EyYmNkM2UxZjQ0MWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c9d81b14-f784-4154-ae85-c46919583f94" } ], "workloadContext": "Production" } 2021-11-16T03:36:04.205Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-16T03:36:04.205Z|60ba9098-1b22-4015-b223-510551281d8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5b8c57ac-60fb-4531-b0e7-05d1715e76c5 ASDC 2021-11-16T03:36:04.205Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1c881dd3-771e-482c-b72d-9b88eca7ac9f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:5b8c57ac-60fb-4531-b0e7-05d1715e76c5 ServiceInvariantUUID:4fda51c9-9acd-4b7e-8097-2d8e852414bb 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:c9d81b14-f784-4154-ae85-c46919583f94 ArtifactChecksum:N2Y5ZDBjMjQyMTc5OGY0ZTRhM2EyYmNkM2UxZjQ0MWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:f6cb46ef-18b8-497a-a4b9-a40be5d508cc ResourceInvariantUUID:7670d7ef-3eb0-458c-ab23-d6cfcf8a0db8 ResourceName:basic_cnf ResourceType:VF ResourceUUID:0dc83540-0e9c-43fe-94b1-fe8599f01943 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:45e65ac0-dfeb-4502-88ef-2a6b8e4e8f85 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:ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4 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:3338c990-902e-4152-9a60-e131227fa301 ArtifactChecksum:MTFkOTk4YTIyODQ3MTcyNjBkM2FhYzE4YzExNmRmY2U= 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:37caad01-1105-4c53-b9b5-6114e1b4e169 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:fbf47a8c-4d98-4a60-9392-69562a0cd5aa 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:fbf47a8c-4d98-4a60-9392-69562a0cd5aa ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-16T03:36:04.205Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b8c57ac-60fb-4531-b0e7-05d1715e76c5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:36:04.243Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:36:04.244Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:36:04.244Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:36:04.244Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c9d81b14-f784-4154-ae85-c46919583f94 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-16T03:36:04.244Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:36:04.245Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-16T03:36:04.307Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:36:04.309Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c9d81b14-f784-4154-ae85-c46919583f94 68940 2021-11-16T03:36:04.309Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-16T03:36:04.309Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-16T03:36:04.310Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:36:04.310Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:04.311Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:04.311Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033764309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:04.411Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:04.412Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:04.412Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:04.422Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:04.422Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:05.312Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-16T03:36:05.313Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-16T03:36:05.313Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c9d81b14-f784-4154-ae85-c46919583f94, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-16T03:36:05.314Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-16T03:36:05.314Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-16T03:36:05.315Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-16T03:36:05.428Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5725194455192562618/Definitions/service-BasicCnf-template.yml 2021-11-16T03:36:06.279Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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-BasicCnf-csar.csar 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.280Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:06.281Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-16T03:36:06.282Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f9614e60-3273-40ed-8817-af771a2dcc67 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.283Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:06.284Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.284Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:06.284Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:06.284Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:06.284Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:5b8c57ac-60fb-4531-b0e7-05d1715e76c5 Model Version:NULL Model InvariantUuid:4fda51c9-9acd-4b7e-8097-2d8e852414bb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:241d68a0-ae3a-46c9-8a46-7cc0cb20cc45 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7670d7ef-3eb0-458c-ab23-d6cfcf8a0db8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f6cb46ef-18b8-497a-a4b9-a40be5d508cc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:343d733f-8076-40d0-8ab4-9af2bf8104d1 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:c02e1a73-c8bf-47ce-9ec3-3a350d6777be ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f9614e60-3273-40ed-8817-af771a2dcc67 ModelInvariantUuid:89bb34f8-0219-4fd8-a742-7caa438d178f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:7f948f61-8dd2-42a8-a8c7-0313a3240f62 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a05fa32e-95bd-44b2-9a91-a5c4e6deaaac ModelInvariantUuid:82011fb1-9817-41da-a120-1300c3b0cf3b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ec88ca42-36d0-4c12-994f-52f9f949302d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-16T03:36:06.290Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0dc83540-0e9c-43fe-94b1-fe8599f01943 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:36:06.293Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-11-16T03:36:06.293Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0dc83540-0e9c-43fe-94b1-fe8599f01943 2021-11-16T03:36:06.293Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45e65ac0-dfeb-4502-88ef-2a6b8e4e8f85 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-16T03:36:06.293Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:36:06.293Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-16T03:36:06.595Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:36:06.596Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 45e65ac0-dfeb-4502-88ef-2a6b8e4e8f85 12 2021-11-16T03:36:06.596Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-16T03:36:06.596Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-16T03:36:06.596Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:36:06.596Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:06.599Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:06.599Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033766596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:06.699Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:06.700Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:06.700Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:06.710Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:06.711Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:07.600Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-16T03:36:07.601Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:36:07.601Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-16T03:36:07.695Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:36:07.695Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4 2688 2021-11-16T03:36:07.695Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-16T03:36:07.695Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-16T03:36:07.695Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:36:07.696Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:07.698Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:07.698Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033767695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:07.799Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:36:07.799Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:07.800Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:07.811Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:07.812Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:36:08.701Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3338c990-902e-4152-9a60-e131227fa301 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-16T03:36:08.701Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:36:08.701Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-16T03:36:08.771Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:36:08.771Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3338c990-902e-4152-9a60-e131227fa301 828 2021-11-16T03:36:08.771Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-16T03:36:08.771Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-16T03:36:08.771Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:36:08.772Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:08.774Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:08.774Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033768771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:08.874Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:08.876Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:08.876Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:08.888Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:08.888Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:09.775Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "343d733f-8076-40d0-8ab4-9af2bf8104d1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c02e1a73-c8bf-47ce-9ec3-3a350d6777be", "vfModuleModelCustomizationUUID": "c592725a-861e-4283-99f1-36c2d675b247", "isBase": true, "artifacts": [ "ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4", "37caad01-1105-4c53-b9b5-6114e1b4e169", "fbf47a8c-4d98-4a60-9392-69562a0cd5aa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:36:09.779Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c02e1a73-c8bf-47ce-9ec3-3a350d6777be VfModuleModelInvariantUUID:343d733f-8076-40d0-8ab4-9af2bf8104d1 VfModuleModelDescription:NULL Artifacts UUID List:{ ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4 , 37caad01-1105-4c53-b9b5-6114e1b4e169 , fbf47a8c-4d98-4a60-9392-69562a0cd5aa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:36:09.781Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "343d733f-8076-40d0-8ab4-9af2bf8104d1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c02e1a73-c8bf-47ce-9ec3-3a350d6777be", "vfModuleModelCustomizationUUID": "c592725a-861e-4283-99f1-36c2d675b247", "isBase": true, "artifacts": [ "ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4", "37caad01-1105-4c53-b9b5-6114e1b4e169", "fbf47a8c-4d98-4a60-9392-69562a0cd5aa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-16T03:36:09.781Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c02e1a73-c8bf-47ce-9ec3-3a350d6777be VfModuleModelInvariantUUID:343d733f-8076-40d0-8ab4-9af2bf8104d1 VfModuleModelDescription:NULL Artifacts UUID List:{ ea22d1a4-26c7-4436-b6f0-5b9ed27a2ba4 , 37caad01-1105-4c53-b9b5-6114e1b4e169 , fbf47a8c-4d98-4a60-9392-69562a0cd5aa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-16T03:36:09.781Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37caad01-1105-4c53-b9b5-6114e1b4e169 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-16T03:36:09.782Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:36:09.782Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-16T03:36:09.859Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:36:09.860Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 37caad01-1105-4c53-b9b5-6114e1b4e169 1164 2021-11-16T03:36:09.860Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-16T03:36:09.860Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-16T03:36:09.860Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:36:09.860Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:09.862Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:09.862Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033769860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:09.963Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:36:09.963Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:09.964Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:09.974Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:09.974Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:10.863Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fbf47a8c-4d98-4a60-9392-69562a0cd5aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-16T03:36:10.863Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-16T03:36:10.864Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-16T03:36:10.966Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-16T03:36:10.966Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fbf47a8c-4d98-4a60-9392-69562a0cd5aa 200 2021-11-16T03:36:10.967Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-16T03:36:10.967Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-16T03:36:10.967Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-16T03:36:10.967Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:10.969Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:10.969Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033770967, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:11.070Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:36:11.070Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:11.071Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:11.081Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:11.081Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:11.970Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5b8c57ac-60fb-4531-b0e7-05d1715e76c5 2021-11-16T03:36:11.970Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0dc83540-0e9c-43fe-94b1-fe8599f01943 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-11-16T03:36:11.987Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:36:11.995Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fbab57, org.onap.sdc.toscaparser.api.parameters.Input@172697e9, org.onap.sdc.toscaparser.api.parameters.Input@4f7a1e2c, org.onap.sdc.toscaparser.api.parameters.Input@43d41bcd, org.onap.sdc.toscaparser.api.parameters.Input@1ea8b1f3] 2021-11-16T03:36:11.997Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:11.997Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:11.997Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-16T03:36:11.997Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f6cb46ef-18b8-497a-a4b9-a40be5d508cc 2021-11-16T03:36:11.997Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6cb46ef-18b8-497a-a4b9-a40be5d508cc matches Tosca VF Customization UUID: f6cb46ef-18b8-497a-a4b9-a40be5d508cc 2021-11-16T03:36:11.998Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f6cb46ef-18b8-497a-a4b9-a40be5d508cc matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-16T03:36:12.000Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.001Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:12.001Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f6cb46ef-18b8-497a-a4b9-a40be5d508cc: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-11-16T03:36:12.002Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41ef7b0e 2021-11-16T03:36:12.002Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.002Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-16T03:36:12.002Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c592725a-861e-4283-99f1-36c2d675b247 2021-11-16T03:36:12.002Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c592725a-861e-4283-99f1-36c2d675b247 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-16T03:36:12.005Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.005Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-16T03:36:12.005Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:36:12.005Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.006Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-16T03:36:12.006Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:36:12.006Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.006Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-16T03:36:12.006Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-16T03:36:12.007Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f9614e60-3273-40ed-8817-af771a2dcc67 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-16T03:36:12.009Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.010Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-16T03:36:12.010Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-16T03:36:12.010Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.010Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-16T03:36:12.010Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f6cb46ef-18b8-497a-a4b9-a40be5d508cc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:36:12.012Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.012Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:12.012Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5b8c57ac-60fb-4531-b0e7-05d1715e76c5: basic_cnf 2021-11-16T03:36:12.012Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.013Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:12.013Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.013Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:12.013Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.013Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:12.013Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.013Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:12.013Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-16T03:36:12.014Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-16T03:36:12.014Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:36:12.079Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0dc83540-0e9c-43fe-94b1-fe8599f01943 1 ASDC deployResourceStructure 2021-11-16T03:36:12.079Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-16T03:36:12.080Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-11-16T03:36:12.080Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-16T03:36:12.080Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:12.082Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:12.082Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033772079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-16T03:36:12.182Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:12.183Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:12.183Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:12.194Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:12.194Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-16T03:36:13.083Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-16T03:36:13.083Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-11-16T03:36:13.083Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-16T03:36:13.083Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:13.085Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:13.085Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033773082, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-16T03:36:13.186Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:13.186Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:13.186Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:13.197Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:13.197Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:14.086Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-16T03:36:14.087Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-16T03:36:14.087Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:36:14.087Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:14.089Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:14.089Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033774086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:36:14.189Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:14.190Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:14.190Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:14.198Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:14.199Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:15.090Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-16T03:36:15.090Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-16T03:36:15.090Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:36:15.092Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:15.094Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:15.094Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033775090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:36:15.194Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:36:15.195Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:15.195Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:15.205Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:15.206Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:16.094Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-16T03:36:16.095Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-16T03:36:16.095Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:36:16.095Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:16.097Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:16.097Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033776094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-16T03:36:16.198Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:36:16.198Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:16.198Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:16.209Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:16.210Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:17.098Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-16T03:36:17.098Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-16T03:36:17.098Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-16T03:36:17.099Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:36:17.100Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:36:17.100Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033777098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:36:17.201Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-16T03:36:17.201Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:36:17.201Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:36:17.211Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:17.212Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-16T03:36:18.101Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c881dd3-771e-482c-b72d-9b88eca7ac9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:36:18.111Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c881dd3-771e-482c-b72d-9b88eca7ac9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:36:18.112Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:36:18.112Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-16T03:36:18.112Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-16T03:36:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:36:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:36:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:36:38.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:36:38.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033611652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:38.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "ves-openapi-manager", "timestamp": 1637033610796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:38.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033619044, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:38.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033619289, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:36:38.158Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c881dd3-771e-482c-b72d-9b88eca7ac9f 2021-11-16T03:36:38.158Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c881dd3-771e-482c-b72d-9b88eca7ac9f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-16T03:36:38.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033611652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "ves-openapi-manager", "timestamp": 1637033610796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "multicloud-k8s-id", "timestamp": 1637033620292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033611652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033620515, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033621522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033621631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033622635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033623047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033623483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033623639, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637033624486, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:36:38.175Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c881dd3-771e-482c-b72d-9b88eca7ac9f 2021-11-16T03:36:38.175Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c881dd3-771e-482c-b72d-9b88eca7ac9f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:36:38.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033624610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033624644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033625058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "aai-ml", "timestamp": 1637033625613, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:36:38.190Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c881dd3-771e-482c-b72d-9b88eca7ac9f 2021-11-16T03:36:38.190Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c881dd3-771e-482c-b72d-9b88eca7ac9f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:36:38.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "clamp", "timestamp": 1637033626062, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-16T03:36:38.205Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c881dd3-771e-482c-b72d-9b88eca7ac9f 2021-11-16T03:36:38.205Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c881dd3-771e-482c-b72d-9b88eca7ac9f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-16T03:36:38.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e87728e-5e41-4225-933b-3627963fb450", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033656261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:36:38.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:38.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033670053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033672262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033673440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033674708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033675827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033676830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033677835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-16T03:36:38.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:36:48.112Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c881dd3-771e-482c-b72d-9b88eca7ac9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:36:48.128Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c881dd3-771e-482c-b72d-9b88eca7ac9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-16T03:36:48.130Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-16T03:36:48.130Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-16T03:36:48.130Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-16T03:36:48.130Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-16T03:36:48.131Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:36:48.131Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:36:48.131Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:36:48.131Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:36:48.131Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:36:48.131Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-16T03:36:48.131Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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-11-16T03:36:48.136Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-16T03:37:18.137Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c881dd3-771e-482c-b72d-9b88eca7ac9f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-16T03:37:18.142Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c881dd3-771e-482c-b72d-9b88eca7ac9f and serviceModelVersionId: 5b8c57ac-60fb-4531-b0e7-05d1715e76c5 2021-11-16T03:37:18.142Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4fda51c9-9acd-4b7e-8097-2d8e852414bb 2021-11-16T03:37:18.143Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4fda51c9-9acd-4b7e-8097-2d8e852414bb/model-vers/model-ver/5b8c57ac-60fb-4531-b0e7-05d1715e76c5?depth=0 2021-11-16T03:37:18.148Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-16T03:37:18.184Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fda51c9-9acd-4b7e-8097-2d8e852414bb/model-vers/model-ver/5b8c57ac-60fb-4531-b0e7-05d1715e76c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-16T03:37:18.185Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fda51c9-9acd-4b7e-8097-2d8e852414bb/model-vers/model-ver/5b8c57ac-60fb-4531-b0e7-05d1715e76c5?depth=0|INFO|500||Invoke 2021-11-16T03:37:18.213Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fda51c9-9acd-4b7e-8097-2d8e852414bb/model-vers/model-ver/5b8c57ac-60fb-4531-b0e7-05d1715e76c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-16T03:37:18.446Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fda51c9-9acd-4b7e-8097-2d8e852414bb/model-vers/model-ver/5b8c57ac-60fb-4531-b0e7-05d1715e76c5?depth=0|INFO|500||InvokeReturn 2021-11-16T03:37:18.446Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fda51c9-9acd-4b7e-8097-2d8e852414bb/model-vers/model-ver/5b8c57ac-60fb-4531-b0e7-05d1715e76c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211116-03:37:18:221-16968], vertex-id=[274512], Content-Length=[0], Date=[Tue, 16 Nov 2021 03:37:18 GMT], Content-Type=[application/json]} 2021-11-16T03:37:18.447Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-16T03:37:18.447Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-16T03:37:18.447Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-16T03:37:18.453Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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-11-16T03:37:18.453Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c881dd3-771e-482c-b72d-9b88eca7ac9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-16T03:37:18.453Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-16T03:37:18.453Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-16T03:37:18.455Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-16T03:37:18.455Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033838453, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:37:18.555Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-16T03:37:18.557Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-16T03:37:18.557Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W3KlRdps9rd2uO26) ... 2021-11-16T03:37:18.572Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:37:18.572Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-16T03:37:19.470Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:37:19.470Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:37:19.471Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:37:29.697Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:37:29.697Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:37:29.698Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:37:29.698Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:37:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:37:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:37:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:37:38.138Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:37:38.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033678839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:37:38.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0badbe83-a8da-44ed-87ed-cf697c89baae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033710058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:37:38.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033720920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033722805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:37:38.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:37:39.233Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:37:39.234Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:37:39.234Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:37:39.235Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:37:48.766Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:37:48.766Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:37:48.767Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:37:48.767Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:37:58.302Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:37:58.302Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:37:58.302Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:37:58.302Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:38:07.836Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:38:07.837Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:38:07.837Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:38:07.837Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:38:17.370Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:38:17.370Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:38:17.371Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:38:17.371Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:38:26.904Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:38:38.119Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:38:38.120Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:38:38.120Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:38:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:38:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:38:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:38:38.143Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:38:38.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "60ba9098-1b22-4015-b223-510551281d8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033754155, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:38:38.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:38:38.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:38:38.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-16T03:38:38.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:38:38.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-16T03:38:38.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:38:38.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-16T03:38:38.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:38:38.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-16T03:38:38.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:38:38.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-16T03:38:38.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:38:38.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-16T03:38:38.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:38:38.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-16T03:38:38.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:38:38.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033657274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-16T03:38:38.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-16T03:38:38.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033764309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-16T03:38:38.149Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033766596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:38:38.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033767695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-16T03:38:38.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033768771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-16T03:38:38.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033769860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-16T03:38:38.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033770967, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-16T03:38:38.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033772079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033773082, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033774086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033775090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-16T03:38:38.153Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033776094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-16T03:38:38.153Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:38.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-16T03:38:38.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033777098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-16T03:38:38.153Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:38:47.653Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:39:38.119Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:39:38.119Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:39:38.120Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:39:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:39:38.121Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:39:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:39:38.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:39:38.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-16T03:39:38.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c881dd3-771e-482c-b72d-9b88eca7ac9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637033838453, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-16T03:39:38.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-16T03:39:47.667Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:40:38.119Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:40:38.120Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:40:38.120Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:40:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:40:38.121Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:40:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:40:47.662Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:40:47.662Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:41:38.119Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:41:38.120Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:41:38.120Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:41:38.121Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:41:38.122Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:41:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:41:47.659Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:41:47.659Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:42:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:42:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:42:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:42:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:42:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:42:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:42:47.663Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:42:47.664Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:43:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:43:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:43:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:43:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:43:38.122Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:43:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:43:47.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:43:47.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:44:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:44:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:44:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:44:38.121Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:44:38.121Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:44:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:44:47.656Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:44:47.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:45:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:45:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:45:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:45:38.121Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:45:38.122Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:45:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:45:47.662Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:45:47.663Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:46:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:46:38.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:46:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:46:38.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:46:38.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:46:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:46:47.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:46:47.659Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:47:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:47:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:47:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:47:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:47:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:47:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:47:47.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:47:47.664Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:48:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:48:38.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:48:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:48:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:48:38.121Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:48:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:48:47.659Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:48:47.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:49:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:49:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:49:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:49:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:49:38.121Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:49:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:49:47.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:49:47.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:50:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:50:38.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:50:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:50:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:50:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:50:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:50:47.662Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:50:47.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:51:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:51:38.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:51:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:51:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:51:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:51:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:51:47.659Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:51:47.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:52:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:52:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:52:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:52:38.121Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:52:38.122Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:52:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:52:47.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:52:47.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:53:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:53:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:53:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:53:38.121Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:53:38.122Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:53:38.123Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|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 W3KlRdps9rd2uO26) ... 2021-11-16T03:53:47.659Z|1c881dd3-771e-482c-b72d-9b88eca7ac9f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:53:47.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:54:38.121Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:54:38.121Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:54:38.122Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:54:38.122Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:54:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:54:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:54:47.663Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:54:47.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:55:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:55:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:55:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:55:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:55:38.122Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:55:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:55:47.659Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:55:47.659Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:56:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:56:38.120Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:56:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:56:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:56:38.121Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:56:38.121Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:56:47.659Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:56:47.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:57:38.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:57:38.119Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:57:38.120Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:57:38.121Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-16T03:57:38.121Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-16T03:57:38.122Z||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 W3KlRdps9rd2uO26) ... 2021-11-16T03:57:47.658Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-16T03:57:47.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK