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-30T01:57:24.769Z||main|||||INFO|500||The following profiles are active: basic 2021-11-30T01:57:34.704Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-30T01:57:34.705Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-30T01:57:34.789Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-30T01:57:37.178Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-30T01:57:37.334Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-30T01:57:37.734Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-30T01:57:37.745Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-30T01:57:37.820Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-30T01:57:37.945Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-30T01:57:38.318Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-30T01:57:39.235Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-30T01:57:41.141Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-30T01:57:41.184Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-30T01:57:41.676Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-30T01:57:41.788Z||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-30T01:57:42.969Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-30T01:57:43.878Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-30T01:57:43.898Z||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-30T01:57:43.899Z||main|||||WARN|500||The sdc end point is not alive 2021-11-30T01:57:46.566Z||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-30T01:57:49.289Z||main|||||WARN|500||--- 2021-11-30T01:57:49.289Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-30T01:57:49.289Z||main|||||WARN|500||--- 2021-11-30T01:57:49.681Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-30T01:57:54.097Z||main|||||INFO|500||Started Application in 33.74 seconds (JVM running for 34.926) 2021-11-30T01:57:54.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-30T01:57:54.111Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-30T01:57:54.149Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-30T01:57:54.173Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-30T01:57:54.210Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c298eb77-5022-42af-9645-b07c670e41fc url= /sdc/v1/artifactTypes 2021-11-30T01:57:54.245Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-30T01:57:54.492Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-30T01:57:54.517Z||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-30T01:57:54.537Z||scheduling-1|||||DEBUG|500||create keys 2021-11-30T01:57:54.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-30T01:57:54.891Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T01:57:54.908Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3387ef20-58c4-48c5-86ed-2af2c7263dca url= /sdc/v1/registerForDistribution 2021-11-30T01:57:55.792Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3387ef20-58c4-48c5-86ed-2af2c7263dca url= /sdc/v1/registerForDistribution 2021-11-30T01:57:55.793Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-30T01:57:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T01:57:55.802Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T01:57:55.806Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-30T01:57:55.808Z||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-30T01:57:55.808Z||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-30T01:57:55.808Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T01:57:55.808Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T01:58:06.129Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T01:58:06.133Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T01:58:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T01:58:55.801Z||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-30T01:58:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T01:58:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T01:58:55.802Z||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-30T01:58:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T01:59:05.351Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T01:59:05.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T01:59:55.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T01:59:55.800Z||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-30T01:59:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T01:59:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T01:59:55.802Z||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-30T01:59:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:00:05.360Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:00:05.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:00:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:00:55.800Z||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-30T02:00:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:00:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:00:55.802Z||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-30T02:00:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:01:05.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:01:05.352Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:01:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:01:55.801Z||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-30T02:01:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:01:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:01:55.802Z||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-30T02:01:55.803Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:02:05.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:02:05.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:02:55.802Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:02:55.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:02:55.807Z||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-30T02:02:55.807Z||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-30T02:02:55.807Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:02:55.808Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:03:05.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:03:05.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:03:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:03:55.801Z||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-30T02:03:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:03:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:03:55.802Z||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-30T02:03:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:04:05.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:04:05.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:04:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:04:55.800Z||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-30T02:04:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:04:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:04:55.803Z||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-30T02:04:55.803Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:05:05.358Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:05:05.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:05:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:05:55.800Z||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-30T02:05:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:05:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:05:55.802Z||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-30T02:05:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:06:05.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:06:05.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:06:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:06:55.800Z||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-30T02:06:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:06:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:06:55.801Z||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-30T02:06:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:07:05.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:07:05.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:07:51.108Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-30T02:07:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:07:55.800Z||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-30T02:07:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:07:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:07:55.802Z||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-30T02:07:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:08:05.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:08:05.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:08:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:08:55.800Z||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-30T02:08:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:08:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:08:55.802Z||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-30T02:08:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:09:05.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:09:05.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:09:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:09:55.800Z||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-30T02:09:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:09:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:09:55.802Z||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-30T02:09:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:10:05.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:10:05.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:10:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:10:55.800Z||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-30T02:10:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:10:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:10:55.802Z||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-30T02:10:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:11:05.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:11:05.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:11:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:11:55.800Z||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-30T02:11:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:11:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:11:55.802Z||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-30T02:11:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:12:05.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:12:05.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:12:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:12:55.800Z||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-30T02:12:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:12:55.801Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:12:55.802Z||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-30T02:12:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:13:05.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:13:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:13:55.800Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:13:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:13:55.802Z||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-30T02:13:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:13:55.802Z||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-30T02:13:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:14:05.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:14:05.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:14:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:14:55.800Z||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-30T02:14:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:14:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:14:55.802Z||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-30T02:14:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:15:05.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:15:05.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:15:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:15:55.800Z||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-30T02:15:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:15:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:15:55.801Z||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-30T02:15:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:16:05.345Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:16:05.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:16:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:16:55.800Z||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-30T02:16:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:16:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:16:55.802Z||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-30T02:16:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:17:05.344Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:17:05.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:17:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:17:55.800Z||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-30T02:17:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:17:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:17:55.802Z||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-30T02:17:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:18:05.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:18:05.345Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:18:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:18:55.800Z||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-30T02:18:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:18:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:18:55.802Z||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-30T02:18:55.803Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:19:05.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:19:05.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:19:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:19:55.800Z||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-30T02:19:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:19:55.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:19:55.802Z||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-30T02:19:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:20:05.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:20:05.352Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:20:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:20:55.800Z||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-30T02:20:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:20:55.801Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:20:55.802Z||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-30T02:20:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:21:05.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:21:05.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:21:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:21:55.800Z||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-30T02:21:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:21:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:21:55.802Z||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-30T02:21:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:22:05.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:22:05.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:22:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:22:55.800Z||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-30T02:22:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:22:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:22:55.801Z||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-30T02:22:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:23:05.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:23:05.354Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:23:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:23:55.800Z||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-30T02:23:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:23:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:23:55.802Z||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-30T02:23:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:24:05.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:24:05.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:24:55.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:24:55.800Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-30T02:24:55.801Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:24:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:24:55.801Z||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-30T02:24:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:25:05.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:25:05.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:25:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:25:55.801Z||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-30T02:25:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:25:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:25:55.802Z||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-30T02:25:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:26:05.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:26:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:26:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:26:55.800Z||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-30T02:26:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:26:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:26:55.802Z||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-30T02:26:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:27:05.343Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:27:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:27:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:27:55.800Z||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-30T02:27:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:27:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:27:55.802Z||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-30T02:27:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:28:05.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:28:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:28:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:28:55.800Z||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-30T02:28:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:28:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:28:55.804Z||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-30T02:28:55.804Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:29:05.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:29:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:29:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:29:55.800Z||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-30T02:29:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:29:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:29:55.801Z||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-30T02:29:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:30:05.344Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:30:05.344Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:30:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:30:55.800Z||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-30T02:30:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:30:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:30:55.801Z||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-30T02:30:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:31:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:31:05.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:31:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:31:55.800Z||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-30T02:31:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:31:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:31:55.801Z||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-30T02:31:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:32:05.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:32:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:32:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:32:55.800Z||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-30T02:32:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:32:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:32:55.801Z||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-30T02:32:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:33:05.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:33:05.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:33:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:33:55.800Z||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-30T02:33:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:33:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:33:55.802Z||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-30T02:33:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:34:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:34:05.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:34:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:34:55.800Z||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-30T02:34:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:34:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:34:55.802Z||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-30T02:34:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:35:05.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:35:05.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:35:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:35:55.800Z||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-30T02:35:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:35:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:35:55.801Z||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-30T02:35:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:36:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:36:05.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:36:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:36:55.800Z||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-30T02:36:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:36:55.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:36:55.802Z||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-30T02:36:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:37:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:37:05.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:37:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:37:55.800Z||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-30T02:37:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:37:55.802Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:37:55.803Z||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-30T02:37:55.803Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:38:05.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:38:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:38:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:38:55.800Z||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-30T02:38:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:38:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:38:55.801Z||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-30T02:38:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:39:05.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:39:05.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:39:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:39:55.800Z||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-30T02:39:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:39:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:39:55.802Z||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-30T02:39:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:40:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:40:05.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:40:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:40:55.800Z||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-30T02:40:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:40:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:40:55.801Z||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-30T02:40:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:41:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:41:05.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:41:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:41:55.800Z||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-30T02:41:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:41:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:41:55.801Z||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-30T02:41:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:42:05.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:42:05.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:42:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:42:55.800Z||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-30T02:42:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:42:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:42:55.801Z||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-30T02:42:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:43:05.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:43:05.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:43:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:43:55.800Z||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-30T02:43:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:43:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:43:55.801Z||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-30T02:43:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:44:05.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:44:05.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:44:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:44:55.800Z||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-30T02:44:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:44:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:44:55.801Z||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-30T02:44:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:45:05.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:45:05.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:45:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:45:55.800Z||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-30T02:45:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:45:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:45:55.801Z||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-30T02:45:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:46:05.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:46:05.346Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:46:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:46:55.800Z||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-30T02:46:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:46:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:46:55.801Z||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-30T02:46:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:47:05.343Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:47:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:47:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:47:55.800Z||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-30T02:47:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:47:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:47:55.801Z||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-30T02:47:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:48:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:48:05.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:48:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:48:55.800Z||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-30T02:48:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:48:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:48:55.801Z||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-30T02:48:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:49:05.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:49:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:49:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:49:55.801Z||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-30T02:49:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:49:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:49:55.801Z||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-30T02:49:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:50:05.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:50:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:50:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:50:55.800Z||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-30T02:50:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:50:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:50:55.802Z||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-30T02:50:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:51:05.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:51:05.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:51:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:51:55.800Z||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-30T02:51:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:51:55.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:51:55.801Z||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-30T02:51:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:52:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:52:05.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:52:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:52:55.801Z||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-30T02:52:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:52:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:52:55.801Z||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-30T02:52:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:53:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:53:05.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:53:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:53:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:53:55.802Z||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-30T02:53:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:53:55.802Z||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-30T02:53:55.803Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:54:05.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:54:05.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:54:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:54:55.800Z||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-30T02:54:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:54:55.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:54:55.801Z||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-30T02:54:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:55:05.345Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:55:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:55:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:55:55.800Z||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-30T02:55:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:55:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:55:55.802Z||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-30T02:55:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:56:05.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:56:05.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:56:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:56:55.800Z||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-30T02:56:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:56:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:56:55.801Z||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-30T02:56:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:57:05.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:57:05.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:57:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:57:55.800Z||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-30T02:57:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:57:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:57:55.801Z||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-30T02:57:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:58:05.344Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:58:05.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:58:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:58:55.800Z||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-30T02:58:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:58:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:58:55.802Z||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-30T02:58:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:59:05.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:59:05.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T02:59:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:59:55.801Z||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-30T02:59:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T02:59:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T02:59:55.801Z||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-30T02:59:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:00:05.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:00:05.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:00:55.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:00:55.800Z||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-30T03:00:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:00:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:00:55.802Z||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-30T03:00:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:01:05.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:01:05.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:01:55.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:01:55.800Z||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-30T03:01:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:01:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:01:55.802Z||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-30T03:01:55.803Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:02:05.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:02:05.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:02:55.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:02:55.800Z||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-30T03:02:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:02:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:02:55.802Z||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-30T03:02:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:02:56.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:02:56.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f9ff2b3-16fd-4858-a00d-86913fd527bd","serviceName":"vFW 2021-11-30 02-59-22","serviceVersion":"1.0","serviceUUID":"fd432f82-2c00-47a7-962b-0fe596b1a5f4","serviceDescription":"catalog service description","serviceInvariantUUID":"764f5976-5b70-4094-bc88-1a012fc6af58","resources":[{"resourceInstanceName":"vFW ba411c6b-915f 0","resourceName":"vFW ba411c6b-915f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f","resourceInvariantUUID":"56501fae-903b-42c0-87b6-837849f3e7a4","resourceCustomizationUUID":"bce0c4b0-63a5-4e14-ba41-7b2988db64c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2I3YzI2OGE2MmQwYjc1ZDI2ZjFlZDE1MmVkM2E4NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"34c1126c-bdf0-43ce-a202-2c5ca7c3ceb2","artifactVersion":"1"},{"artifactName":"vfwba411c6b915f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json","artifactChecksum":"NWM1OTE2NGFhOGJjMzk2YjZlMjUzYzcwMDFiYWI2NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81eaaad4-962e-44c2-9ac3-2ae2e312df26","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ccd8dd6c-5703-4450-bab4-07e241acd998","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml","artifactChecksum":"ODJjZWFiOTc0MWMxMjNhY2I0YTg4MGI4N2JkZWQ4ZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38d2269d-4f30-4177-bc42-f6144f7e7da9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb3f1d04-c469-46cf-9612-af338774c600","artifactVersion":"2","generatedFromUUID":"ccd8dd6c-5703-4450-bab4-07e241acd998"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211130025922-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml","artifactChecksum":"ZGZmOTNmZDljZjZkZjE3ZTBmOThmMjRhYzMzYjkzNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02c08e23-b4af-49f8-82a7-7da081164cd5","artifactVersion":"1"},{"artifactName":"service-Vfw20211130025922-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar","artifactChecksum":"MzYzYWI4ZGJmZWYyY2Y3ZWQ3ZTlmMDk4MDllYmI4MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24514b65-06c7-497d-bc6f-28022e29324e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-30T03:02:56.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:02:56.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241335474, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.461Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:02:56.469Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:02:56.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241337395, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "dcae-sch", "timestamp": 1638241332362, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "ves-openapi-manager", "timestamp": 1638241331802, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "dcae-sch", "timestamp": 1638241332362, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241337395, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:02:56.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "ves-openapi-manager", "timestamp": 1638241331802, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241335474, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "cds", "timestamp": 1638241343041, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "dcae-sch", "timestamp": 1638241332362, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "ves-openapi-manager", "timestamp": 1638241331802, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241337395, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-30T03:02:56.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241335474, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "cds", "timestamp": 1638241343041, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "ves-openapi-manager", "timestamp": 1638241331802, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241337395, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "dcae-sch", "timestamp": 1638241332362, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241335474, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "cds", "timestamp": 1638241343041, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "ves-openapi-manager", "timestamp": 1638241331802, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "dcae-sch", "timestamp": 1638241332362, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241337395, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241335474, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "cds", "timestamp": 1638241343041, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "dcae-sch", "timestamp": 1638241332362, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "ves-openapi-manager", "timestamp": 1638241331802, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241337395, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241335474, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "cds", "timestamp": 1638241343041, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "dcae-sch", "timestamp": 1638241332362, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241337395, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:02:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "ves-openapi-manager", "timestamp": 1638241331802, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241335474, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:02:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241347715, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "cds", "timestamp": 1638241343041, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241347715, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:02:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "cds", "timestamp": 1638241343041, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:02:56.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241349824, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:02:56.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241349896, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:02:56.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241349405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241347715, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241349405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241347715, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241350723, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241351560, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "cds", "timestamp": 1638241351580, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241349405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241347715, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241350723, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "cds", "timestamp": 1638241352642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-11-30T03:02:56.531Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:02:56.531Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "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=? 2021-11-30T03:02:56.632Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2021-11-30T03:02:56.636Z||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-30T03:02:56.636Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:02:56.646Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:02:56.647Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-30T03:02:56.739Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd 2021-11-30T03:02:56.754Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd 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-30T03:02:56.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241353051, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241349405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241347715, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241350723, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241349405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241347715, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241350723, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241354700, "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-30T03:02:56.795Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd 2021-11-30T03:02:56.795Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd 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-30T03:02:56.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241349405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241350723, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "multicloud-k8s-id", "timestamp": 1638241355705, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:02:56.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241349405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:02:56.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241350723, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:56.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241357229, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:02:56.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241350723, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:02:56.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241358631, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:02:56.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241359638, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:02:56.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "policy-id", "timestamp": 1638241360642, "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-30T03:02:56.813Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd 2021-11-30T03:02:56.813Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd 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-30T03:02:56.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241361693, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:02:56.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241361730, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:02:56.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "aai-ml", "timestamp": 1638241362698, "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-30T03:02:56.833Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd 2021-11-30T03:02:56.833Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd 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-30T03:02:56.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241362735, "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-30T03:02:56.851Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd 2021-11-30T03:02:56.851Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd 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-30T03:02:56.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241364113, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:02:56.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241366124, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:02:56.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:02:56.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:02:56.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "clamp", "timestamp": 1638241367127, "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-30T03:02:56.869Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f9ff2b3-16fd-4858-a00d-86913fd527bd 2021-11-30T03:02:56.869Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff2b3-16fd-4858-a00d-86913fd527bd 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-30T03:02:57.550Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:02:57.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:02:57.553Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:02:57.553Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:02:57.653Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:02:57.654Z||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-30T03:02:57.654Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:02:57.668Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:02:57.669Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:02:58.553Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:02:58.554Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:02:58.556Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:02:58.556Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-30T03:02:58.657Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:02:58.658Z||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-30T03:02:58.658Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:02:58.684Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:02:58.685Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:02:59.557Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:02:59.558Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:02:59.560Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:02:59.560Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:02:59.660Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:02:59.661Z||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-30T03:02:59.661Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:02:59.673Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:02:59.673Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:00.560Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:03:00.561Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:00.562Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:00.563Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-30T03:03:00.663Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:03:00.664Z||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-30T03:03:00.664Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:00.679Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:00.679Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:01.563Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:03:01.564Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:01.566Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:01.566Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:03:01.667Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:03:01.667Z||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-30T03:03:01.668Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:01.680Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:01.681Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:03:02.567Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:03:02.568Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:02.571Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:02.571Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:03:02.671Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:03:02.672Z||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-30T03:03:02.672Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:02.687Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:02.688Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:03.573Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "serviceName": "vFW 2021-11-30 02-59-22", "serviceVersion": "1.0", "serviceUUID": "fd432f82-2c00-47a7-962b-0fe596b1a5f4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "764f5976-5b70-4094-bc88-1a012fc6af58", "resources": [ { "resourceInstanceName": "vFW ba411c6b-915f 0", "resourceCustomizationUUID": "bce0c4b0-63a5-4e14-ba41-7b2988db64c6", "resourceName": "vFW ba411c6b-915f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f", "resourceInvariantUUID": "56501fae-903b-42c0-87b6-837849f3e7a4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwba411c6b915f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "artifactChecksum": "NWM1OTE2NGFhOGJjMzk2YjZlMjUzYzcwMDFiYWI2NzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "81eaaad4-962e-44c2-9ac3-2ae2e312df26", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ccd8dd6c-5703-4450-bab4-07e241acd998", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cb3f1d04-c469-46cf-9612-af338774c600", "generatedFromUUID": "ccd8dd6c-5703-4450-bab4-07e241acd998" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cb3f1d04-c469-46cf-9612-af338774c600", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211130025922-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "artifactChecksum": "MzYzYWI4ZGJmZWYyY2Y3ZWQ3ZTlmMDk4MDllYmI4MTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "24514b65-06c7-497d-bc6f-28022e29324e" } ], "workloadContext": "Production" } 2021-11-30T03:03:03.574Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-30T03:03:03.575Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd432f82-2c00-47a7-962b-0fe596b1a5f4 ASDC 2021-11-30T03:03:03.700Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:7f9ff2b3-16fd-4858-a00d-86913fd527bd ServiceName:vFW 2021-11-30 02-59-22 ServiceVersion:1.0 ServiceUUID:fd432f82-2c00-47a7-962b-0fe596b1a5f4 ServiceInvariantUUID:764f5976-5b70-4094-bc88-1a012fc6af58 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211130025922-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar ArtifactUUID:24514b65-06c7-497d-bc6f-28022e29324e ArtifactChecksum:MzYzYWI4ZGJmZWYyY2Y3ZWQ3ZTlmMDk4MDllYmI4MTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ba411c6b-915f 0 ResourceCustomizationUUID:bce0c4b0-63a5-4e14-ba41-7b2988db64c6 ResourceInvariantUUID:56501fae-903b-42c0-87b6-837849f3e7a4 ResourceName:vFW ba411c6b-915f ResourceType:VF ResourceUUID:ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwba411c6b915f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json ArtifactUUID:81eaaad4-962e-44c2-9ac3-2ae2e312df26 ArtifactChecksum:NWM1OTE2NGFhOGJjMzk2YjZlMjUzYzcwMDFiYWI2NzY= 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/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml ArtifactUUID:ccd8dd6c-5703-4450-bab4-07e241acd998 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/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env ArtifactUUID:cb3f1d04-c469-46cf-9612-af338774c600 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/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env ArtifactUUID:cb3f1d04-c469-46cf-9612-af338774c600 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-30T03:03:03.700Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd432f82-2c00-47a7-962b-0fe596b1a5f4 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-30T03:03:03.777Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:03:03.778Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-30T03:03:03.778Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-30T03:03:03.779Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24514b65-06c7-497d-bc6f-28022e29324e from URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:03.779Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-30T03:03:03.780Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:04.070Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-30T03:03:04.090Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar 24514b65-06c7-497d-bc6f-28022e29324e 98960 2021-11-30T03:03:04.091Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar ASDC sendASDCNotification 2021-11-30T03:03:04.091Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:04.091Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:03:04.092Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:04.093Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:04.093Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241384090, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:03:04.194Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:03:04.195Z||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-30T03:03:04.195Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:04.209Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:04.209Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:05.094Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:03:05.095Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-30T03:03:05.095Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 24514b65-06c7-497d-bc6f-28022e29324e, URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar to file: /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:05.095Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211130025922-csar.csar 2021-11-30T03:03:05.211Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:05.211Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:06.284Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2227322855661643803/Definitions/service-Vfw20211130025922-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-11-30T03:03:08.797Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||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-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.801Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||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-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||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-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ba411c6b-915f 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-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:08.802Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-30T03:03:08.807Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.809Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:08.812Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:08.812Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-30T03:03:08.813Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:03:08.814Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.814Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:08.814Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:08.814Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-30T03:03:08.815Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:03:08.815Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.815Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:08.817Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-30T03:03:08.818Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.819Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:03:08.820Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.820Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:08.820Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:03:08.820Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria 2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-30T03:03:08.821Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1bb32512-5ec5-466e-991a-c82ba170fa64 2021-11-30T03:03:08.822Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:08.823Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e723b5a1-ba69-463f-a3d4-089499c1ad3f 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-30T03:03:08.824Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95af473f-e129-4025-9a98-5f0b06af3b1e 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.825Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:08.826Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:08.826Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:08.826Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-30 02-59-22 Description:catalog service description Model UUID:fd432f82-2c00-47a7-962b-0fe596b1a5f4 Model Version:NULL Model InvariantUuid:764f5976-5b70-4094-bc88-1a012fc6af58 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ba411c6b-915f Model UUID:88d065ed-2ccf-463c-8558-d1a0d45fecdf Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:56501fae-903b-42c0-87b6-837849f3e7a4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bce0c4b0-63a5-4e14-ba41-7b2988db64c6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:84eebb7b-e4c8-41a9-ac65-f11bec1a17fc ModelName:VfwBa411c6b915f..base_vfw..module-0 ModelUuid:f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1bb32512-5ec5-466e-991a-c82ba170fa64 ModelInvariantUuid:6643e610-135f-49d4-adcb-e34562f389d4 ModelName:vFW ba411c6b-915f-nodes.vfwCvfc ModelUuid:d15daea5-82d1-4e9f-94eb-0250938a1367 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b571d574-f510-4164-b133-17d89758b551 ModelInvariantUuid:9c448f63-04db-4079-8a2f-155381f67ac2 ModelName:VfwBa411c6b915f.compute.nodes.heat.vfw ModelUuid:3bc646c2-c88d-4677-ad79-756cbf3ca709 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e723b5a1-ba69-463f-a3d4-089499c1ad3f ModelInvariantUuid:a22bd3f6-8cfe-409a-a53e-bd0061650c2a ModelName:vFW ba411c6b-915f-nodes.vsnCvfc ModelUuid:407654fb-6afd-476a-8322-d45cef3a1f67 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:770ef947-4332-4ae2-bb8a-093eae44b080 ModelInvariantUuid:1a1e555a-32b8-4e0b-87f8-855ccaf75f2d ModelName:VfwBa411c6b915f.compute.nodes.heat.vsn ModelUuid:9188768a-6b23-4329-a281-e87a1b86aa9b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:95af473f-e129-4025-9a98-5f0b06af3b1e ModelInvariantUuid:b6893a82-0730-4489-9bfd-b5c79312d714 ModelName:vFW ba411c6b-915f-nodes.vpgCvfc ModelUuid:eccf5de8-f676-4000-abfb-6720166a0b04 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:56433dd6-d226-48ec-a000-a3353529dbeb ModelInvariantUuid:a4e65481-9ef2-46b5-92b8-167ff68bf436 ModelName:VfwBa411c6b915f.compute.nodes.heat.vpg ModelUuid:ba5dbde2-19e9-4782-adff-e693cf0897a7 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-30T03:03:08.846Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f 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-30T03:03:09.004Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||vFW ba411c6b-915f 0 2021-11-30T03:03:09.050Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f 2021-11-30T03:03:09.051Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81eaaad4-962e-44c2-9ac3-2ae2e312df26 from URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json 2021-11-30T03:03:09.051Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-30T03:03:09.051Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json 2021-11-30T03:03:09.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-30T03:03:09.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json 81eaaad4-962e-44c2-9ac3-2ae2e312df26 785 2021-11-30T03:03:09.405Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json ASDC sendASDCNotification 2021-11-30T03:03:09.405Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json 2021-11-30T03:03:09.405Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:03:09.405Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:09.408Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:09.408Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241389405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:03:09.508Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:03:09.511Z||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-30T03:03:09.511Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:09.524Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:09.524Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:10.415Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBa411c6b915f..base_vfw..module-0", "vfModuleModelInvariantUUID": "84eebb7b-e4c8-41a9-ac65-f11bec1a17fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d", "vfModuleModelCustomizationUUID": "5a04e7c3-9b20-415d-bda8-d2dca2ed7b1c", "isBase": true, "artifacts": [ "ccd8dd6c-5703-4450-bab4-07e241acd998", "cb3f1d04-c469-46cf-9612-af338774c600" ], "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-30T03:03:10.428Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBa411c6b915f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d VfModuleModelInvariantUUID:84eebb7b-e4c8-41a9-ac65-f11bec1a17fc VfModuleModelDescription:NULL Artifacts UUID List:{ ccd8dd6c-5703-4450-bab4-07e241acd998 , cb3f1d04-c469-46cf-9612-af338774c600 } 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-30T03:03:10.430Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBa411c6b915f..base_vfw..module-0", "vfModuleModelInvariantUUID": "84eebb7b-e4c8-41a9-ac65-f11bec1a17fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d", "vfModuleModelCustomizationUUID": "5a04e7c3-9b20-415d-bda8-d2dca2ed7b1c", "isBase": true, "artifacts": [ "ccd8dd6c-5703-4450-bab4-07e241acd998", "cb3f1d04-c469-46cf-9612-af338774c600" ], "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-30T03:03:10.430Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBa411c6b915f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f0ccf193-fdc6-4f3e-aa0a-0843f2a22c8d VfModuleModelInvariantUUID:84eebb7b-e4c8-41a9-ac65-f11bec1a17fc VfModuleModelDescription:NULL Artifacts UUID List:{ ccd8dd6c-5703-4450-bab4-07e241acd998 , cb3f1d04-c469-46cf-9612-af338774c600 } 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-30T03:03:10.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ccd8dd6c-5703-4450-bab4-07e241acd998 from URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml 2021-11-30T03:03:10.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-30T03:03:10.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml 2021-11-30T03:03:10.856Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml ccd8dd6c-5703-4450-bab4-07e241acd998 20368 2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml 2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:03:10.858Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:10.860Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:10.860Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241390858, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:03:10.961Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:03:10.962Z||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-30T03:03:10.962Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:10.973Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:10.973Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:11.861Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb3f1d04-c469-46cf-9612-af338774c600 from URL: /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env 2021-11-30T03:03:11.861Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-30T03:03:11.861Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env 2021-11-30T03:03:12.355Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-30T03:03:12.355Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env cb3f1d04-c469-46cf-9612-af338774c600 2098 2021-11-30T03:03:12.356Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-30T03:03:12.356Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env 2021-11-30T03:03:12.356Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:03:12.356Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:12.358Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:12.358Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241392356, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:03:12.458Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:03:12.459Z||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-30T03:03:12.460Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:12.476Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:12.477Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:13.359Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fd432f82-2c00-47a7-962b-0fe596b1a5f4 2021-11-30T03:03:13.359Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ba411c6b-915f 0 ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f 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-30T03:03:13.399Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11c64e29, org.onap.sdc.toscaparser.api.parameters.Input@39163a53, org.onap.sdc.toscaparser.api.parameters.Input@49c266f6, org.onap.sdc.toscaparser.api.parameters.Input@10bcf511, org.onap.sdc.toscaparser.api.parameters.Input@33a85629] 2021-11-30T03:03:13.402Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.402Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:13.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-30T03:03:13.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bce0c4b0-63a5-4e14-ba41-7b2988db64c6 2021-11-30T03:03:13.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bce0c4b0-63a5-4e14-ba41-7b2988db64c6 matches Tosca VF Customization UUID: bce0c4b0-63a5-4e14-ba41-7b2988db64c6 2021-11-30T03:03:13.403Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bce0c4b0-63a5-4e14-ba41-7b2988db64c6 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-30T03:03:13.409Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.409Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:13.410Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bce0c4b0-63a5-4e14-ba41-7b2988db64c6: {\"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-30T03:03:13.410Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24c8c96a 2021-11-30T03:03:13.410Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.410Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:03:13.411Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a04e7c3-9b20-415d-bda8-d2dca2ed7b1c 2021-11-30T03:03:13.411Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a04e7c3-9b20-415d-bda8-d2dca2ed7b1c 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-30T03:03:13.417Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.418Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:13.418Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:03:13.418Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria 2021-11-30T03:03:13.419Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-30T03:03:13.420Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:13.421Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1bb32512-5ec5-466e-991a-c82ba170fa64 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-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria 2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-30T03:03:13.431Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:13.432Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e723b5a1-ba69-463f-a3d4-089499c1ad3f 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-30T03:03:13.434Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.435Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:13.435Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is not matching search criteria 2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:13.437Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-30T03:03:13.438Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95af473f-e129-4025-9a98-5f0b06af3b1e 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-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Node template vFW ba411c6b-915f 0 is matching search criteria 2021-11-30T03:03:13.441Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ba411c6b-915f 0] matching following query criteria: sdcType=VF, customizationUUID=bce0c4b0-63a5-4e14-ba41-7b2988db64c6 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-30T03:03:13.443Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.443Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fd432f82-2c00-47a7-962b-0fe596b1a5f4: vFW ba411c6b-915f 2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:13.444Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.445Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:13.445Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:03:13.445Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-30 02-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:03:13.445Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-11-30 02-59-22 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-30T03:03:13.835Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ba411c6b-915f ae2d43f6-8c54-4c8e-92b8-1b2035ff2e3f 1 ASDC deployResourceStructure 2021-11-30T03:03:13.836Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json ASDC sendASDCNotification 2021-11-30T03:03:13.836Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json 2021-11-30T03:03:13.836Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:03:13.836Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:13.838Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:13.838Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241393836, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:03:13.938Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:03:13.940Z||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-30T03:03:13.940Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:13.955Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:13.955Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:14.838Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-30T03:03:14.839Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml 2021-11-30T03:03:14.839Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:03:14.840Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:14.842Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:14.842Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241394838, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:03:14.942Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:03:14.943Z||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-30T03:03:14.944Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:14.959Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:14.960Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:15.843Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-30T03:03:15.844Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env 2021-11-30T03:03:15.844Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:03:15.844Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:15.847Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:15.847Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241395843, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-30T03:03:15.947Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:03:15.948Z||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-30T03:03:15.948Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:15.960Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:15.960Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:16.847Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar ASDC sendASDCNotification 2021-11-30T03:03:16.848Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar 2021-11-30T03:03:16.848Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:03:16.848Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:03:16.850Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:03:16.850Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241396847, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:03:16.950Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:03:16.951Z||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-30T03:03:16.951Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:16.963Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:16.964Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:03:17.851Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff2b3-16fd-4858-a00d-86913fd527bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:03:17.868Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff2b3-16fd-4858-a00d-86913fd527bd 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-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:03:17.872Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:03:17.878Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-30T03:03:47.879Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f9ff2b3-16fd-4858-a00d-86913fd527bd 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-30T03:03:47.897Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f9ff2b3-16fd-4858-a00d-86913fd527bd and serviceModelVersionId: fd432f82-2c00-47a7-962b-0fe596b1a5f4 2021-11-30T03:03:47.897Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 764f5976-5b70-4094-bc88-1a012fc6af58 2021-11-30T03:03:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:03:55.802Z||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-30T03:03:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:03:55.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:03:55.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:03:55.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:03:55.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:08.627Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0 2021-11-30T03:04:08.785Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-30T03:04:09.217Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|INFO|500||Invoke 2021-11-30T03:04:09.226Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f9ff2b3-16fd-4858-a00d-86913fd527bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8191270-7af8-4bf3-b8c4-865b33deeb74], X-ECOMP-RequestID=[7f9ff2b3-16fd-4858-a00d-86913fd527bd], X-TransactionId=[], X-ONAP-RequestID=[7f9ff2b3-16fd-4858-a00d-86913fd527bd], Content-Type=[application/merge-patch+json]} 2021-11-30T03:04:09.363Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-30T03:04:10.494Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?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/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211130-03:04:09:371-3539], vertex-id=[151776], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:04:09 GMT], Content-Type=[application/json]} 2021-11-30T03:04:10.495Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-30T03:04:10.495Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764f5976-5b70-4094-bc88-1a012fc6af58/model-vers/model-ver/fd432f82-2c00-47a7-962b-0fe596b1a5f4?depth=0|INFO|500||InvokeReturn 2021-11-30T03:04:10.498Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-30T03:04:10.498Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-30T03:04:10.501Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-30T03:04:10.508Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f9ff2b3-16fd-4858-a00d-86913fd527bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-30T03:04:10.509Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-30T03:04:10.509Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:10.510Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:10.510Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241450508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:04:10.611Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:04:10.612Z||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-30T03:04:10.612Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:10.627Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:10.628Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-30T03:04:11.529Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:04:11.529Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|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-30T03:04:11.530Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:12.152Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:12.153Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:04:12.153Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1fdf90f-7b7c-4f25-bba2-2c444702d440","serviceName":"basic_onboard_uUmomW","serviceVersion":"1.0","serviceUUID":"51f40605-4ff0-4b60-87f5-ede40424cecc","serviceDescription":"service","serviceInvariantUUID":"1d3c81da-1218-4a5a-b97a-9a36e9f3266e","resources":[{"resourceInstanceName":"basic_onboard_uUmomW 0","resourceName":"basic_onboard_uUmomW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5dad8484-e565-4487-840d-2f0d5694e029","resourceInvariantUUID":"af89aaf4-e982-4d2d-a37f-0f759686f071","resourceCustomizationUUID":"3a405629-e722-476e-bc72-80b670ff7e47","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml","artifactChecksum":"MzQ5Mzg4ZmNhMzcyNmI2MDBjMmZhNzk1ZjY3M2NmYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aefd62ab-0761-43c1-92a4-3b2418a3252d","artifactVersion":"1"},{"artifactName":"basic_onboard_uumomw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json","artifactChecksum":"MjEzZDdhNWZjYWUzYjYwMmExYzI4ZjEwZTk1ZjUxODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"febf981b-c705-434d-a4a9-090e2b8d29ba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90257398-7364-4757-8fcd-eb320089cc64","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58e5d7d6-1577-44f8-9cbf-0124dbddfaf4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7f2abd00-4e0d-461d-b262-119cc9b4566e","artifactVersion":"2","generatedFromUUID":"90257398-7364-4757-8fcd-eb320089cc64"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUumomw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml","artifactChecksum":"Y2RlNDRhNTJkOTI2MDkxNjliOWFlYzljZTczMGYxMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"040f0b7e-d467-4a2c-947d-dbc6fb2a8040","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUumomw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar","artifactChecksum":"M2E2YWM5MTI3OWEwMzM5YjU3M2NhNjFlMzhiZjY4OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04a2061b-4a9b-456f-abc0-26db1c00772a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-30T03:04:12.158Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:04:12.158Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:12.160Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:12.160Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:12.260Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:04:12.261Z||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-30T03:04:12.261Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:12.273Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:12.273Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:13.161Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:04:13.162Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:13.163Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:13.164Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:04:13.264Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:13.265Z||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-30T03:04:13.265Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:13.279Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:13.280Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:14.164Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:04:14.165Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:14.167Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:14.167Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-30T03:04:14.268Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:04:14.269Z||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-30T03:04:14.269Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:14.281Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:14.281Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:15.168Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:04:15.169Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:15.171Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:15.172Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:15.272Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:15.273Z||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-30T03:04:15.273Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:15.287Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:15.287Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:16.173Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:04:16.174Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:16.176Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:16.176Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-30T03:04:16.276Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:16.277Z||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-30T03:04:16.277Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:16.290Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:16.290Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:17.176Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:04:17.177Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:17.179Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:17.180Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:17.280Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:17.282Z||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-30T03:04:17.283Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:17.296Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:17.296Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:18.180Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:04:18.181Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:18.185Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:18.185Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:04:18.285Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:18.286Z||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-30T03:04:18.286Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:18.299Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:18.299Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:19.187Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "serviceName": "basic_onboard_uUmomW", "serviceVersion": "1.0", "serviceUUID": "51f40605-4ff0-4b60-87f5-ede40424cecc", "serviceDescription": "service", "serviceInvariantUUID": "1d3c81da-1218-4a5a-b97a-9a36e9f3266e", "resources": [ { "resourceInstanceName": "basic_onboard_uUmomW 0", "resourceCustomizationUUID": "3a405629-e722-476e-bc72-80b670ff7e47", "resourceName": "basic_onboard_uUmomW", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5dad8484-e565-4487-840d-2f0d5694e029", "resourceInvariantUUID": "af89aaf4-e982-4d2d-a37f-0f759686f071", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_uumomw0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "artifactChecksum": "MjEzZDdhNWZjYWUzYjYwMmExYzI4ZjEwZTk1ZjUxODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "febf981b-c705-434d-a4a9-090e2b8d29ba", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "90257398-7364-4757-8fcd-eb320089cc64", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7f2abd00-4e0d-461d-b262-119cc9b4566e", "generatedFromUUID": "90257398-7364-4757-8fcd-eb320089cc64" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7f2abd00-4e0d-461d-b262-119cc9b4566e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardUumomw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "artifactChecksum": "M2E2YWM5MTI3OWEwMzM5YjU3M2NhNjFlMzhiZjY4OGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04a2061b-4a9b-456f-abc0-26db1c00772a" } ], "workloadContext": "Production" } 2021-11-30T03:04:19.187Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-30T03:04:19.188Z|7f9ff2b3-16fd-4858-a00d-86913fd527bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 51f40605-4ff0-4b60-87f5-ede40424cecc ASDC 2021-11-30T03:04:19.188Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e1fdf90f-7b7c-4f25-bba2-2c444702d440 ServiceName:basic_onboard_uUmomW ServiceVersion:1.0 ServiceUUID:51f40605-4ff0-4b60-87f5-ede40424cecc ServiceInvariantUUID:1d3c81da-1218-4a5a-b97a-9a36e9f3266e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardUumomw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar ArtifactUUID:04a2061b-4a9b-456f-abc0-26db1c00772a ArtifactChecksum:M2E2YWM5MTI3OWEwMzM5YjU3M2NhNjFlMzhiZjY4OGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_uUmomW 0 ResourceCustomizationUUID:3a405629-e722-476e-bc72-80b670ff7e47 ResourceInvariantUUID:af89aaf4-e982-4d2d-a37f-0f759686f071 ResourceName:basic_onboard_uUmomW ResourceType:VF ResourceUUID:5dad8484-e565-4487-840d-2f0d5694e029 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_uumomw0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json ArtifactUUID:febf981b-c705-434d-a4a9-090e2b8d29ba ArtifactChecksum:MjEzZDdhNWZjYWUzYjYwMmExYzI4ZjEwZTk1ZjUxODE= 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/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml ArtifactUUID:90257398-7364-4757-8fcd-eb320089cc64 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/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env ArtifactUUID:7f2abd00-4e0d-461d-b262-119cc9b4566e 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/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env ArtifactUUID:7f2abd00-4e0d-461d-b262-119cc9b4566e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-30T03:04:19.188Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 51f40605-4ff0-4b60-87f5-ede40424cecc 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-30T03:04:19.227Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:04:19.228Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-30T03:04:19.228Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-30T03:04:19.228Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 04a2061b-4a9b-456f-abc0-26db1c00772a from URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:19.228Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-30T03:04:19.229Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:19.319Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar 04a2061b-4a9b-456f-abc0-26db1c00772a 71569 2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar ASDC sendASDCNotification 2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:04:19.325Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:19.327Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:19.327Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241459325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:19.428Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:04:19.429Z||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-30T03:04:19.429Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:19.444Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:19.444Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:20.328Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:04:20.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-30T03:04:20.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 04a2061b-4a9b-456f-abc0-26db1c00772a, URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar to file: /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:20.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:20.330Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:20.330Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:20.558Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5442371242571017835/Definitions/service-BasicOnboardUumomw-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-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uUmomW 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-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.699Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.700Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is not matching search criteria 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-30T03:04:21.701Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria 2021-11-30T03:04:21.702Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is not matching search criteria 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f996759d-173e-418a-8716-63df70b58b1f 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.703Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:21.704Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:21.704Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:21.704Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_uUmomW Description:service Model UUID:51f40605-4ff0-4b60-87f5-ede40424cecc Model Version:NULL Model InvariantUuid:1d3c81da-1218-4a5a-b97a-9a36e9f3266e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_uUmomW Model UUID:2b8db81a-4a10-4e78-94a7-8b0831e114b7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:af89aaf4-e982-4d2d-a37f-0f759686f071 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3a405629-e722-476e-bc72-80b670ff7e47 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f79c46ee-b402-4b11-94c6-f15b81e932a2 ModelName:BasicOnboardUumomw..base_ubuntu18..module-0 ModelUuid:0b3606cd-012d-459e-b722-0b2257d4e635 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f996759d-173e-418a-8716-63df70b58b1f ModelInvariantUuid:575bc5a5-5242-4b28-8709-2ec79dcf653e ModelName:basic_onboard_uUmomW-nodes.ubuntu18Cvfc ModelUuid:27ca9463-4f63-426b-a801-c604d6ff2723 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c2a93b57-07c0-4eb3-84aa-e875575e59f7 ModelInvariantUuid:ad80a608-ce23-45ee-8c4a-1f4084819325 ModelName:BasicOnboardUumomw.compute.nodes.heat.ubuntu18 ModelUuid:fd3cc427-5a98-4b2f-bb6d-9bcf0b5b9ac4 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-30T03:04:21.709Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5dad8484-e565-4487-840d-2f0d5694e029 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-30T03:04:21.711Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||basic_onboard_uUmomW 0 2021-11-30T03:04:21.711Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5dad8484-e565-4487-840d-2f0d5694e029 2021-11-30T03:04:21.711Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: febf981b-c705-434d-a4a9-090e2b8d29ba from URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json 2021-11-30T03:04:21.712Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-30T03:04:21.712Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json 2021-11-30T03:04:21.811Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-30T03:04:21.811Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json febf981b-c705-434d-a4a9-090e2b8d29ba 798 2021-11-30T03:04:21.811Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json ASDC sendASDCNotification 2021-11-30T03:04:21.811Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json 2021-11-30T03:04:21.812Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:04:21.812Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:21.813Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:21.814Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241461811, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:21.914Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:21.915Z||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-30T03:04:21.915Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:21.936Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:21.936Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:22.817Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUumomw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f79c46ee-b402-4b11-94c6-f15b81e932a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b3606cd-012d-459e-b722-0b2257d4e635", "vfModuleModelCustomizationUUID": "09439f20-18d2-4786-a92a-0c7efe56d24e", "isBase": true, "artifacts": [ "90257398-7364-4757-8fcd-eb320089cc64", "7f2abd00-4e0d-461d-b262-119cc9b4566e" ], "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-30T03:04:22.823Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUumomw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b3606cd-012d-459e-b722-0b2257d4e635 VfModuleModelInvariantUUID:f79c46ee-b402-4b11-94c6-f15b81e932a2 VfModuleModelDescription:NULL Artifacts UUID List:{ 90257398-7364-4757-8fcd-eb320089cc64 , 7f2abd00-4e0d-461d-b262-119cc9b4566e } 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-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUumomw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f79c46ee-b402-4b11-94c6-f15b81e932a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b3606cd-012d-459e-b722-0b2257d4e635", "vfModuleModelCustomizationUUID": "09439f20-18d2-4786-a92a-0c7efe56d24e", "isBase": true, "artifacts": [ "90257398-7364-4757-8fcd-eb320089cc64", "7f2abd00-4e0d-461d-b262-119cc9b4566e" ], "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-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUumomw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b3606cd-012d-459e-b722-0b2257d4e635 VfModuleModelInvariantUUID:f79c46ee-b402-4b11-94c6-f15b81e932a2 VfModuleModelDescription:NULL Artifacts UUID List:{ 90257398-7364-4757-8fcd-eb320089cc64 , 7f2abd00-4e0d-461d-b262-119cc9b4566e } 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-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90257398-7364-4757-8fcd-eb320089cc64 from URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml 2021-11-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-30T03:04:22.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml 2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml 90257398-7364-4757-8fcd-eb320089cc64 5033 2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml 2021-11-30T03:04:23.363Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:04:23.364Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:23.365Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:23.365Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241463363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:23.465Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:23.466Z||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-30T03:04:23.466Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:23.480Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:23.480Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:24.366Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7f2abd00-4e0d-461d-b262-119cc9b4566e from URL: /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env 2021-11-30T03:04:24.366Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-30T03:04:24.367Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env 2021-11-30T03:04:24.565Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-30T03:04:24.565Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env 7f2abd00-4e0d-461d-b262-119cc9b4566e 909 2021-11-30T03:04:24.566Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-30T03:04:24.566Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env 2021-11-30T03:04:24.566Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:04:24.566Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:24.569Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:24.569Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241464566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:24.669Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:24.669Z||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-30T03:04:24.670Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:24.682Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:24.683Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:25.569Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 51f40605-4ff0-4b60-87f5-ede40424cecc 2021-11-30T03:04:25.570Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_uUmomW 0 5dad8484-e565-4487-840d-2f0d5694e029 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-30T03:04:25.587Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cf9f673, org.onap.sdc.toscaparser.api.parameters.Input@4644abee, org.onap.sdc.toscaparser.api.parameters.Input@4ba40c9c, org.onap.sdc.toscaparser.api.parameters.Input@20662a2d, org.onap.sdc.toscaparser.api.parameters.Input@63ef1a3c] 2021-11-30T03:04:25.588Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.588Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:25.588Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-30T03:04:25.588Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 3a405629-e722-476e-bc72-80b670ff7e47 2021-11-30T03:04:25.589Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a405629-e722-476e-bc72-80b670ff7e47 matches Tosca VF Customization UUID: 3a405629-e722-476e-bc72-80b670ff7e47 2021-11-30T03:04:25.589Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 3a405629-e722-476e-bc72-80b670ff7e47 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-30T03:04:25.591Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.591Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:25.592Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 3a405629-e722-476e-bc72-80b670ff7e47: {\"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-30T03:04:25.592Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a1a920e 2021-11-30T03:04:25.592Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.592Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:04:25.593Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 09439f20-18d2-4786-a92a-0c7efe56d24e 2021-11-30T03:04:25.593Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 09439f20-18d2-4786-a92a-0c7efe56d24e 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-30T03:04:25.595Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.595Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria 2021-11-30T03:04:25.595Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:04:25.595Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria 2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is not matching search criteria 2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-30T03:04:25.596Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f996759d-173e-418a-8716-63df70b58b1f 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-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria 2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUmomW 0 is matching search criteria 2021-11-30T03:04:25.598Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUmomW 0] matching following query criteria: sdcType=VF, customizationUUID=3a405629-e722-476e-bc72-80b670ff7e47 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-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 51f40605-4ff0-4b60-87f5-ede40424cecc: basic_onboard_uUmomW 2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:25.600Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUmomW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:04:25.601Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_uUmomW 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-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_uUmomW 5dad8484-e565-4487-840d-2f0d5694e029 1 ASDC deployResourceStructure 2021-11-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json ASDC sendASDCNotification 2021-11-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json 2021-11-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:04:25.673Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:25.675Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:25.675Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241465673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:04:25.775Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:25.776Z||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-30T03:04:25.777Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:25.790Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:25.791Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:26.676Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-30T03:04:26.676Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml 2021-11-30T03:04:26.677Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:04:26.677Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:26.679Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:26.680Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241466676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:04:26.780Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:26.781Z||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-30T03:04:26.781Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:26.798Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:26.799Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:27.680Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-30T03:04:27.681Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env 2021-11-30T03:04:27.681Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:04:27.682Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:27.684Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:27.684Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241467680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-30T03:04:27.785Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:27.785Z||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-30T03:04:27.785Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:27.800Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:27.800Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:28.687Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar ASDC sendASDCNotification 2021-11-30T03:04:28.687Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar 2021-11-30T03:04:28.687Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:04:28.688Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:04:28.690Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:04:28.690Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241468685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:04:28.790Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:04:28.791Z||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-30T03:04:28.791Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:28.806Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:28.807Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:04:29.691Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:04:29.705Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440 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-30T03:04:29.707Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:04:29.708Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:04:29.708Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:04:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:04:55.802Z||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-30T03:04:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:04:55.823Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:04:55.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-30T03:04:55.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241377395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241377715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "cds", "timestamp": 1638241373041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241379405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "ves-openapi-manager", "timestamp": 1638241371802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "dcae-sch", "timestamp": 1638241372362, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241375799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241377395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:04:55.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "cds", "timestamp": 1638241373041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "dcae-sch", "timestamp": 1638241372362, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241377715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241379405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "ves-openapi-manager", "timestamp": 1638241371802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241377395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "cds", "timestamp": 1638241373041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241377715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "dcae-sch", "timestamp": 1638241372362, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "ves-openapi-manager", "timestamp": 1638241371802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241379405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241384090, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241377395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "cds", "timestamp": 1638241373041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241377715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "ves-openapi-manager", "timestamp": 1638241371802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241379405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "dcae-sch", "timestamp": 1638241372362, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241377395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "cds", "timestamp": 1638241373041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241377715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "ves-openapi-manager", "timestamp": 1638241371802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "dcae-sch", "timestamp": 1638241372362, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241379405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241377715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241377395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "ves-openapi-manager", "timestamp": 1638241371802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "dcae-sch", "timestamp": 1638241372362, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "cds", "timestamp": 1638241373041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241379405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241377395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241377715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "dcae-sch", "timestamp": 1638241372362, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "ves-openapi-manager", "timestamp": 1638241371802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241379405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "cds", "timestamp": 1638241373041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241388997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241389059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "cds", "timestamp": 1638241389159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241389405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "cds", "timestamp": 1638241390164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-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-30T03:04:55.849Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440 2021-11-30T03:04:55.849Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 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-30T03:04:55.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241390684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241390858, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241391216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241390723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241392089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638241392219, "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-30T03:04:55.867Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440 2021-11-30T03:04:55.867Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 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-30T03:04:55.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241392356, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241390723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241393113, "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-30T03:04:55.884Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440 2021-11-30T03:04:55.884Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 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-30T03:04:55.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241390723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241393836, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/vfwba411c6b915f0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "multicloud-k8s-id", "timestamp": 1638241394117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241390723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241394838, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241390723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241395431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241395843, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/resourceInstances/vfwba411c6b915f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-30T03:04:55.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241395474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241390723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241396847, "artifactURL": "/sdc/v1/catalog/services/Vfw20211130025922/1.0/artifacts/service-Vfw20211130025922-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241397118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241395474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241390723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:04:55.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "clamp", "timestamp": 1638241398122, "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-30T03:04:55.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440 2021-11-30T03:04:55.905Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 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-30T03:04:55.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241395474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241398613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241395474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241399618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:04:55.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241395474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "policy-id", "timestamp": 1638241400621, "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-30T03:04:55.922Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440 2021-11-30T03:04:55.922Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 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-30T03:04:55.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241395474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241395474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241403477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241410085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:04:55.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:04:55.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:04:55.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "aai-ml", "timestamp": 1638241411095, "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-30T03:04:55.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1fdf90f-7b7c-4f25-bba2-2c444702d440 2021-11-30T03:04:55.936Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1fdf90f-7b7c-4f25-bba2-2c444702d440 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-30T03:04:59.708Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:04:59.721Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440 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-30T03:04:59.724Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:04:59.724Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:04:59.725Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:04:59.730Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-30T03:05:29.730Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440 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-30T03:05:29.735Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1fdf90f-7b7c-4f25-bba2-2c444702d440 and serviceModelVersionId: 51f40605-4ff0-4b60-87f5-ede40424cecc 2021-11-30T03:05:29.735Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d3c81da-1218-4a5a-b97a-9a36e9f3266e 2021-11-30T03:05:29.736Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0 2021-11-30T03:05:29.741Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-30T03:05:29.776Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|INFO|500||Invoke 2021-11-30T03:05:29.776Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1fdf90f-7b7c-4f25-bba2-2c444702d440], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7537eb2d-ec56-4a49-9812-73f272641c11], X-ECOMP-RequestID=[e1fdf90f-7b7c-4f25-bba2-2c444702d440], X-TransactionId=[], X-ONAP-RequestID=[e1fdf90f-7b7c-4f25-bba2-2c444702d440], Content-Type=[application/merge-patch+json]} 2021-11-30T03:05:29.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-30T03:05:30.386Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?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/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211130-03:05:29:808-68640], vertex-id=[196800], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:05:29 GMT], Content-Type=[application/json]} 2021-11-30T03:05:30.386Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-30T03:05:30.387Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d3c81da-1218-4a5a-b97a-9a36e9f3266e/model-vers/model-ver/51f40605-4ff0-4b60-87f5-ede40424cecc?depth=0|INFO|500||InvokeReturn 2021-11-30T03:05:30.387Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-30T03:05:30.387Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-30T03:05:30.394Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-30T03:05:30.394Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1fdf90f-7b7c-4f25-bba2-2c444702d440 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-30T03:05:30.394Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-30T03:05:30.394Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:05:30.397Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:05:30.397Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241530394, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:05:30.497Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:05:30.498Z||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-30T03:05:30.498Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:05:30.517Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:05:30.517Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-30T03:05:31.413Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:05:31.414Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:05:31.414Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:05:40.950Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:05:55.799Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:05:55.800Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:05:55.800Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:05:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:05:55.801Z||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-30T03:05:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:05:55.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:05:55.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f9ff2b3-16fd-4858-a00d-86913fd527bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241450508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:05:55.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:05:55.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:05:55.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:05:55.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:05:55.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241451529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241459325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241461811, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241463363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241464566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241465673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/basic_onboard_uumomw0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241466676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241467680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/resourceInstances/basic_onboard_uumomw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-30T03:05:55.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:05:55.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:05:55.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241468685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUumomw/1.0/artifacts/service-BasicOnboardUumomw-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:05:55.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:06:05.339Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:06:55.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:06:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:06:55.802Z||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-30T03:06:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:06:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:06:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:06:56.328Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:06:56.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:06:56.329Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1fdf90f-7b7c-4f25-bba2-2c444702d440", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638241530394, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:06:56.330Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:07:05.354Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:07:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:07:55.800Z||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-30T03:07:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:07:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:07:55.801Z||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-30T03:07:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:08:05.345Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:08:05.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:08:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:08:55.800Z||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-30T03:08:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:08:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:08:55.801Z||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-30T03:08:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:09:05.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:09:05.345Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:09:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:09:55.800Z||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-30T03:09:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:09:55.801Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:09:55.801Z||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-30T03:09:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:10:05.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:10:05.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:10:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:10:55.800Z||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-30T03:10:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:10:55.802Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:10:55.802Z||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-30T03:10:55.803Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:11:05.341Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:11:05.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:11:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:11:55.800Z||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-30T03:11:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:11:55.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:11:55.801Z||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-30T03:11:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:12:05.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:12:05.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:12:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:12:55.800Z||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-30T03:12:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:12:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:12:55.801Z||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-30T03:12:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:13:05.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:13:05.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:13:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:13:55.800Z||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-30T03:13:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:13:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:13:55.802Z||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-30T03:13:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:14:05.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:14:05.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:14:55.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:14:55.800Z||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-30T03:14:55.800Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:14:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:14:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:14:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:14:56.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:14:56.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1dd6d29f-2796-4cae-bec3-c63c8525433a","serviceName":"Demo_pNF_a3MShJHfJ6RtnmqPJ0CG","serviceVersion":"1.0","serviceUUID":"f61385a3-3b49-430c-ae58-da078a1ee529","serviceDescription":"catalog service description","serviceInvariantUUID":"07473e1c-e33d-44cc-b7aa-22f413fa035c","resources":[{"resourceInstanceName":"pNF f0d08122-8578 0","resourceName":"pNF f0d08122-8578","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8de862f9-2123-46fd-ae5d-3f715ec2ae47","resourceInvariantUUID":"10c875b9-76aa-40a9-9d19-419dc1daa785","resourceCustomizationUUID":"1b4810d2-dace-45fa-95be-3ecfcc84716a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml","artifactChecksum":"ZThkOTNlYjJiMGE4ZGJiMTVjY2Q1YTQ0N2M4NjlkNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84becdf4-11fd-463d-b690-4d5b72393986","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar","artifactChecksum":"ODQzY2Q1MWI2MzdiMTQ3OWJjYWVlZjQ4MDFiNmM5YTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7965167-044f-46e4-8b1a-f73f1a6f6c2e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41c7578b-87b5-4b26-877a-9e0aa00551c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml","artifactChecksum":"ZDE3OWRiNjAzNDU4YzcwZjBlYzcyOTNmZTU4Nzc3YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59a2b5af-1a47-45f9-9390-572b50d96a13","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1140493c-e13d-4c64-b967-376959793b54","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc624fc9-5f06-4bd6-be1f-152829124696","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml","artifactChecksum":"YjMyNzYwYzFhMDRmNWYwOGRjODRhNjgwZDNiYzdjNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a368f7c4-fb26-4fed-ac93-df7f2b032524","artifactVersion":"1"},{"artifactName":"service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar","artifactChecksum":"MDY5NTU2MTUzNGZhZGNmMTkxMDRkZDhlMjdjNDQyOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48175b91-612e-4b7b-b40b-f255bd667a28","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-30T03:14:56.431Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:14:56.431Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:14:56.433Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:14:56.433Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.433Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:14:56.438Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.438Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242067715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.438Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242070723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "dcae-sch", "timestamp": 1638242072361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242071802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.439Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242069405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242067715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.440Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242070723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "dcae-sch", "timestamp": 1638242072361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242071802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.441Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242069405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "multicloud-k8s-id", "timestamp": 1638242077395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242067715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.442Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242070723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "dcae-sch", "timestamp": 1638242072361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242071802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.443Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242069405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242078041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "multicloud-k8s-id", "timestamp": 1638242077395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.444Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242067715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242070723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "dcae-sch", "timestamp": 1638242072361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242071802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242069405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242078041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.445Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "multicloud-k8s-id", "timestamp": 1638242077395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242067715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242070723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "dcae-sch", "timestamp": 1638242072361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.446Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242071802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242069405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242078041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "multicloud-k8s-id", "timestamp": 1638242077395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.447Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242067715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242070723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "dcae-sch", "timestamp": 1638242072361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.448Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242071802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242069405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242078041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "multicloud-k8s-id", "timestamp": 1638242077395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242067715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.449Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242070723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "dcae-sch", "timestamp": 1638242072361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242071802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242069405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242078041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "multicloud-k8s-id", "timestamp": 1638242077395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.450Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242067715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242070723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "dcae-sch", "timestamp": 1638242072361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242071802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242069405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:14:56.451Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242078041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "multicloud-k8s-id", "timestamp": 1638242077395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242078041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242084772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.452Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242084856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242084886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "multicloud-k8s-id", "timestamp": 1638242077395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242078041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242085776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242086086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.453Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242085474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242086540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.454Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "policy-id", "timestamp": 1638242086779, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-30T03:14:56.467Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a 2021-11-30T03:14:56.468Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:14:56.477Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.477Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242086817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:14:56.478Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:14:56.478Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.478Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "ves-openapi-manager", "timestamp": 1638242087089, "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-30T03:14:56.483Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a 2021-11-30T03:14:56.483Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:14:56.493Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.493Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242085474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.493Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.494Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.494Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242087543, "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-30T03:14:56.498Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a 2021-11-30T03:14:56.498Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:14:56.506Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.506Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "cds", "timestamp": 1638242087823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-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-30T03:14:56.511Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a 2021-11-30T03:14:56.511Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:14:56.519Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.519Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242085474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242085474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.520Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242085474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242085474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.521Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242085474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242085474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242094213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242095188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:14:56.522Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:14:56.534Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:14:56.534Z||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-30T03:14:56.534Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:14:56.547Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:14:56.547Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:14:57.434Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:14:57.435Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:14:57.437Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:14:57.437Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:57.537Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:14:57.538Z||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-30T03:14:57.538Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:14:57.552Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:14:57.553Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:14:58.437Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:14:58.438Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:14:58.442Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:14:58.443Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:58.541Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-30T03:14:58.541Z||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-30T03:14:58.542Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:14:58.555Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:14:58.555Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:14:59.443Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:14:59.444Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:14:59.447Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:14:59.447Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:14:59.547Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:14:59.548Z||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-30T03:14:59.548Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:14:59.561Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:14:59.561Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:15:00.447Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:15:00.448Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:15:00.451Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:15:00.451Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:15:00.551Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:15:00.552Z||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-30T03:15:00.552Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:15:00.566Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:15:00.567Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:15:01.451Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:15:01.453Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:15:01.456Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:15:01.456Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:15:01.556Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:15:01.557Z||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-30T03:15:01.557Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:15:01.572Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:15:01.572Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:15:02.457Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:15:02.457Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:15:02.460Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:15:02.460Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:15:02.560Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:15:02.561Z||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-30T03:15:02.561Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:15:02.575Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:15:02.576Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:15:03.461Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:15:03.461Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:15:03.463Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:15:03.464Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:15:03.564Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:15:03.565Z||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-30T03:15:03.565Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:15:03.576Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:15:03.576Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:15:04.465Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "serviceName": "Demo_pNF_a3MShJHfJ6RtnmqPJ0CG", "serviceVersion": "1.0", "serviceUUID": "f61385a3-3b49-430c-ae58-da078a1ee529", "serviceDescription": "catalog service description", "serviceInvariantUUID": "07473e1c-e33d-44cc-b7aa-22f413fa035c", "resources": [ { "resourceInstanceName": "pNF f0d08122-8578 0", "resourceCustomizationUUID": "1b4810d2-dace-45fa-95be-3ecfcc84716a", "resourceName": "pNF f0d08122-8578", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8de862f9-2123-46fd-ae5d-3f715ec2ae47", "resourceInvariantUUID": "10c875b9-76aa-40a9-9d19-419dc1daa785", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "artifactChecksum": "MDY5NTU2MTUzNGZhZGNmMTkxMDRkZDhlMjdjNDQyOGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "48175b91-612e-4b7b-b40b-f255bd667a28" } ], "workloadContext": "Production" } 2021-11-30T03:15:04.465Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-30T03:15:04.465Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f61385a3-3b49-430c-ae58-da078a1ee529 ASDC 2021-11-30T03:15:04.466Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1dd6d29f-2796-4cae-bec3-c63c8525433a ServiceName:Demo_pNF_a3MShJHfJ6RtnmqPJ0CG ServiceVersion:1.0 ServiceUUID:f61385a3-3b49-430c-ae58-da078a1ee529 ServiceInvariantUUID:07473e1c-e33d-44cc-b7aa-22f413fa035c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar ArtifactUUID:48175b91-612e-4b7b-b40b-f255bd667a28 ArtifactChecksum:MDY5NTU2MTUzNGZhZGNmMTkxMDRkZDhlMjdjNDQyOGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f0d08122-8578 0 ResourceCustomizationUUID:1b4810d2-dace-45fa-95be-3ecfcc84716a ResourceInvariantUUID:10c875b9-76aa-40a9-9d19-419dc1daa785 ResourceName:pNF f0d08122-8578 ResourceType:PNF ResourceUUID:8de862f9-2123-46fd-ae5d-3f715ec2ae47 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-30T03:15:04.466Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f61385a3-3b49-430c-ae58-da078a1ee529 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-30T03:15:04.496Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:15:04.496Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:15:04.497Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:15:04.497Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 48175b91-612e-4b7b-b40b-f255bd667a28 from URL: /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:04.498Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:15:04.498Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:04.568Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:15:04.571Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 48175b91-612e-4b7b-b40b-f255bd667a28 82627 2021-11-30T03:15:04.571Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar ASDC sendASDCNotification 2021-11-30T03:15:04.572Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:04.572Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:15:04.572Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:15:04.573Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:15:04.574Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:15:04.674Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:15:04.675Z||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-30T03:15:04.675Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:15:04.686Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:15:04.687Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:15:05.574Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:15:05.575Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:15:05.575Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 48175b91-612e-4b7b-b40b-f255bd667a28, URL: /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar to file: /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:05.576Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:05.576Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:05.576Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:05.687Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP435262112019113494/Definitions/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml 2021-11-30T03:15:06.401Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f0d08122-8578 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-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:06.402Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Node template pNF f0d08122-8578 0 is matching search criteria 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f0d08122-8578 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Node template pNF f0d08122-8578 0 is matching search criteria 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:15:06.403Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f0d08122-8578 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:15:06.404Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_a3MShJHfJ6RtnmqPJ0CG Description:catalog service description Model UUID:f61385a3-3b49-430c-ae58-da078a1ee529 Model Version:NULL Model InvariantUuid:07473e1c-e33d-44cc-b7aa-22f413fa035c 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-30T03:15:06.409Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8de862f9-2123-46fd-ae5d-3f715ec2ae47 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-30T03:15:06.412Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||pNF f0d08122-8578 0 2021-11-30T03:15:06.413Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8de862f9-2123-46fd-ae5d-3f715ec2ae47 2021-11-30T03:15:06.413Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: f61385a3-3b49-430c-ae58-da078a1ee529 2021-11-30T03:15:06.413Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f61385a3-3b49-430c-ae58-da078a1ee529 2021-11-30T03:15:06.413Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f0d08122-8578 0 8de862f9-2123-46fd-ae5d-3f715ec2ae47 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-30T03:15:06.417Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1baf7afe, org.onap.sdc.toscaparser.api.parameters.Input@3f7ed500, org.onap.sdc.toscaparser.api.parameters.Input@1ee2f384, org.onap.sdc.toscaparser.api.parameters.Input@4576384b, org.onap.sdc.toscaparser.api.parameters.Input@25eec291] 2021-11-30T03:15:06.417Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f61385a3-3b49-430c-ae58-da078a1ee529: pNF f0d08122-8578 2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Processing PNF resource: 8de862f9-2123-46fd-ae5d-3f715ec2ae47 2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_a3MShJHfJ6RtnmqPJ0CG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:15:06.418Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||Resource customization UUID: 1b4810d2-dace-45fa-95be-3ecfcc84716a is the same as notified resource customizationUUID: 1b4810d2-dace-45fa-95be-3ecfcc84716a 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-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f0d08122-8578 8de862f9-2123-46fd-ae5d-3f715ec2ae47 0 ASDC deployResourceStructure 2021-11-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar ASDC sendASDCNotification 2021-11-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar 2021-11-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:15:06.476Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:15:06.478Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:15:06.478Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242106476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:15:06.578Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:15:06.579Z||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-30T03:15:06.579Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:15:06.594Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:15:06.594Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:15:07.479Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:15:07.490Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:15:07.492Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:15:07.492Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:15:07.492Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:15:37.492Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:15:37.503Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:15:37.506Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:15:37.506Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:15:37.506Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:15:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:15:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:15:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:15:55.927Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:15:55.928Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:15:55.928Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:15:55.929Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:16:07.506Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:16:07.522Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:16:07.524Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:16:07.525Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:16:07.525Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:16:37.525Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:16:37.536Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:16:37.539Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:16:37.539Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:16:37.539Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:16:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:16:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:16:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:16:56.330Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242097196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.331Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:16:56.332Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:16:56.332Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.332Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242098189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:16:56.332Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:16:56.342Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.342Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "clamp", "timestamp": 1638242098199, "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-30T03:16:56.348Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a 2021-11-30T03:16:56.348Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:16:56.357Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.357Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:16:56.358Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:16:56.358Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.358Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "aai-ml", "timestamp": 1638242099194, "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-30T03:16:56.365Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1dd6d29f-2796-4cae-bec3-c63c8525433a 2021-11-30T03:16:56.367Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/resourceInstances/pnff0d0812285780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.377Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242095799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242106476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3mshjhfj6rtnmqpj0cg/1.0/artifacts/service-DemoPnfA3mshjhfj6rtnmqpj0cg-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:16:56.378Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:17:07.539Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:17:07.552Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:17:07.555Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:17:07.556Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:17:07.562Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-30T03:17:37.562Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a 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-30T03:17:37.569Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1dd6d29f-2796-4cae-bec3-c63c8525433a and serviceModelVersionId: f61385a3-3b49-430c-ae58-da078a1ee529 2021-11-30T03:17:37.569Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07473e1c-e33d-44cc-b7aa-22f413fa035c 2021-11-30T03:17:37.569Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0 2021-11-30T03:17:37.574Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-30T03:17:37.612Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|INFO|500||Invoke 2021-11-30T03:17:37.612Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1dd6d29f-2796-4cae-bec3-c63c8525433a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c034b78-fbba-4646-9168-ab9909473df7], X-ECOMP-RequestID=[1dd6d29f-2796-4cae-bec3-c63c8525433a], X-TransactionId=[], X-ONAP-RequestID=[1dd6d29f-2796-4cae-bec3-c63c8525433a], Content-Type=[application/merge-patch+json]} 2021-11-30T03:17:37.636Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-30T03:17:37.722Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?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/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211130-03:17:37:642-47712], vertex-id=[192712], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:17:37 GMT], Content-Type=[application/json]} 2021-11-30T03:17:37.723Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-30T03:17:37.723Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07473e1c-e33d-44cc-b7aa-22f413fa035c/model-vers/model-ver/f61385a3-3b49-430c-ae58-da078a1ee529?depth=0|INFO|500||InvokeReturn 2021-11-30T03:17:37.724Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-30T03:17:37.724Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||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-30T03:17:37.729Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-30T03:17:37.730Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1dd6d29f-2796-4cae-bec3-c63c8525433a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-30T03:17:37.730Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-30T03:17:37.730Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:37.732Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:37.733Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242257730, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:17:37.833Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:37.834Z||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-30T03:17:37.834Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:37.848Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:37.848Z||pool-45-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-30T03:17:38.746Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:17:38.747Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|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-30T03:17:38.747Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:47.732Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:47.733Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:17:47.733Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1c0f6b38-87ba-4759-9859-4402a3710624","serviceDescription":"service","serviceInvariantUUID":"7f8366f2-c207-4c81-b1e2-e17e0d89e2a0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11a8ed7d-5928-4497-a9e4-e963c2a38318","resourceInvariantUUID":"34e25cab-e0ef-4421-bb4a-64c7c35afc4c","resourceCustomizationUUID":"5303a464-a640-4a23-9f8a-5766146bc7a8","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":"YTc0MzA3MWI4ZTIxYTY1OGQ3Zjg2MGE2OGNiOGVlY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3a1199d-b8a0-4b31-83cc-cd6592010d44","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":"NGM1NGUwNWQ0Yjk5MDE3NjBhMmEyOWUxM2ZlYWRlMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e5e773a-d681-47f4-b132-a368e3b1be58","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":"659f1417-cd4a-42f8-b2d1-ff4ce29052a1","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":"7137935f-970b-44b4-8dd5-26d63aee9e54","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":"9f0311c6-650e-4fcf-b05a-84c84ff0a238","artifactVersion":"2","generatedFromUUID":"659f1417-cd4a-42f8-b2d1-ff4ce29052a1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDUxNzVhY2Y4ZThkZjU1YTdiNzA0YWRhMzYzMTMyYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbbfe5c0-ce90-4897-a856-b89368279e67","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzIzNWY0ODc3YmY1YmY5ZTMwNmJlYzdkOWE0MTlhM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ece64d30-efae-4671-8996-a7092442a250","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-30T03:17:47.737Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:17:47.737Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:47.739Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:47.739Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:47.840Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:47.841Z||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-30T03:17:47.841Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:47.853Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:47.854Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:17:48.740Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:17:48.741Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:48.743Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:48.744Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:17:48.844Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:48.845Z||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-30T03:17:48.845Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:48.861Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:48.863Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:17:49.744Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:17:49.745Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:49.747Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:49.747Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-30T03:17:49.847Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:49.848Z||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-30T03:17:49.849Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:49.863Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:49.863Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:17:50.748Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:17:50.749Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:50.751Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:50.751Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:50.851Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:50.852Z||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-30T03:17:50.852Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:50.860Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:50.861Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:17:51.752Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:17:51.752Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:51.754Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:51.755Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-30T03:17:51.855Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:51.855Z||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-30T03:17:51.855Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:51.867Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:51.868Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:17:52.755Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:17:52.756Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:52.758Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:52.758Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:52.858Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:17:52.859Z||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-30T03:17:52.859Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:52.873Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:52.873Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:17:53.759Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:17:53.762Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:53.763Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:53.763Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:17:53.863Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:53.864Z||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-30T03:17:53.864Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:53.875Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:53.875Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:17:54.764Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "1c0f6b38-87ba-4759-9859-4402a3710624", "serviceDescription": "service", "serviceInvariantUUID": "7f8366f2-c207-4c81-b1e2-e17e0d89e2a0", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5303a464-a640-4a23-9f8a-5766146bc7a8", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "11a8ed7d-5928-4497-a9e4-e963c2a38318", "resourceInvariantUUID": "34e25cab-e0ef-4421-bb4a-64c7c35afc4c", "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": "NGM1NGUwNWQ0Yjk5MDE3NjBhMmEyOWUxM2ZlYWRlMmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4e5e773a-d681-47f4-b132-a368e3b1be58", "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": "659f1417-cd4a-42f8-b2d1-ff4ce29052a1", "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": "9f0311c6-650e-4fcf-b05a-84c84ff0a238", "generatedFromUUID": "659f1417-cd4a-42f8-b2d1-ff4ce29052a1" }, "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": "9f0311c6-650e-4fcf-b05a-84c84ff0a238", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YzIzNWY0ODc3YmY1YmY5ZTMwNmJlYzdkOWE0MTlhM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ece64d30-efae-4671-8996-a7092442a250" } ], "workloadContext": "Production" } 2021-11-30T03:17:54.764Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-30T03:17:54.764Z|1dd6d29f-2796-4cae-bec3-c63c8525433a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c0f6b38-87ba-4759-9859-4402a3710624 ASDC 2021-11-30T03:17:54.765Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:1c0f6b38-87ba-4759-9859-4402a3710624 ServiceInvariantUUID:7f8366f2-c207-4c81-b1e2-e17e0d89e2a0 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:ece64d30-efae-4671-8996-a7092442a250 ArtifactChecksum:YzIzNWY0ODc3YmY1YmY5ZTMwNmJlYzdkOWE0MTlhM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5303a464-a640-4a23-9f8a-5766146bc7a8 ResourceInvariantUUID:34e25cab-e0ef-4421-bb4a-64c7c35afc4c ResourceName:basic_vm ResourceType:VF ResourceUUID:11a8ed7d-5928-4497-a9e4-e963c2a38318 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:4e5e773a-d681-47f4-b132-a368e3b1be58 ArtifactChecksum:NGM1NGUwNWQ0Yjk5MDE3NjBhMmEyOWUxM2ZlYWRlMmQ= 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:659f1417-cd4a-42f8-b2d1-ff4ce29052a1 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:9f0311c6-650e-4fcf-b05a-84c84ff0a238 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:9f0311c6-650e-4fcf-b05a-84c84ff0a238 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-30T03:17:54.765Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c0f6b38-87ba-4759-9859-4402a3710624 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-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ece64d30-efae-4671-8996-a7092442a250 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-30T03:17:54.793Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:17:54.794Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-30T03:17:54.923Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:17:54.927Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ece64d30-efae-4671-8996-a7092442a250 71028 2021-11-30T03:17:54.928Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:54.928Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:54.928Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:17:54.929Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:54.930Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:54.931Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242274928, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:17:55.031Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:55.032Z||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-30T03:17:55.032Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:55.043Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:55.044Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:17:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:17:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:17:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:55.929Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1dd6d29f-2796-4cae-bec3-c63c8525433a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242257730, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.930Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242265474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "cds", "timestamp": 1638242258041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "cds", "timestamp": 1638242258041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242265474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.931Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.932Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "cds", "timestamp": 1638242258041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242265474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.933Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "cds", "timestamp": 1638242258041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242265474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242265474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.934Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "cds", "timestamp": 1638242258041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242265474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "cds", "timestamp": 1638242258041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.935Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "cds", "timestamp": 1638242258041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242258746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242265474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.936Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "cds", "timestamp": 1638242274927, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.937Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242274928, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242274926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:17:55.938Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:17:55.939Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:17:55.934Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:17:55.940Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:17:55.940Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ece64d30-efae-4671-8996-a7092442a250, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-30T03:17:55.941Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-30T03:17:55.941Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-30T03:17:55.941Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-30T03:17:56.673Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1693595807964620149/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-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-30T03:17:57.581Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:17:57.582Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-30T03:17:57.583Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:17:57.584Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a31a9b40-c952-4e71-9b3f-23ed62898bcd 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.585Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:17:57.586Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:17:57.586Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:17:57.586Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:1c0f6b38-87ba-4759-9859-4402a3710624 Model Version:NULL Model InvariantUuid:7f8366f2-c207-4c81-b1e2-e17e0d89e2a0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b811f504-31ec-45b4-a1af-2a09ec6ff0cd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:34e25cab-e0ef-4421-bb4a-64c7c35afc4c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5303a464-a640-4a23-9f8a-5766146bc7a8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:521d3524-442f-41be-9602-e1eab5175232 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:975b2990-69ea-41f4-b447-25cbb7d4ae5c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a31a9b40-c952-4e71-9b3f-23ed62898bcd ModelInvariantUuid:d6898aaa-66cd-4d12-b481-756abb77abfb ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:5b074fcd-6512-4d02-b0db-678987c93024 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:5b1da4cc-234d-4f40-a0c3-3bed63f313bb ModelInvariantUuid:e53ce3fc-3d4a-4247-ad5f-badfc28cb138 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1165a4b4-cc44-484d-bda4-a79a50290b64 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-30T03:17:57.591Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 11a8ed7d-5928-4497-a9e4-e963c2a38318 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-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||basic_vm 0 2021-11-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 11a8ed7d-5928-4497-a9e4-e963c2a38318 2021-11-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4e5e773a-d681-47f4-b132-a368e3b1be58 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:17:57.594Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:57.992Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:17:57.993Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4e5e773a-d681-47f4-b132-a368e3b1be58 787 2021-11-30T03:17:57.993Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:57.993Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:57.993Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:17:57.994Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:57.996Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:57.996Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242277993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:17:58.096Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:58.097Z||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-30T03:17:58.097Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:58.109Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:58.109Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:17:58.997Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "521d3524-442f-41be-9602-e1eab5175232", "vfModuleModelVersion": "1", "vfModuleModelUUID": "975b2990-69ea-41f4-b447-25cbb7d4ae5c", "vfModuleModelCustomizationUUID": "a9d5a538-4a6f-421f-a5d9-71784a8bbb65", "isBase": true, "artifacts": [ "659f1417-cd4a-42f8-b2d1-ff4ce29052a1", "9f0311c6-650e-4fcf-b05a-84c84ff0a238" ], "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-30T03:17:59.001Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:975b2990-69ea-41f4-b447-25cbb7d4ae5c VfModuleModelInvariantUUID:521d3524-442f-41be-9602-e1eab5175232 VfModuleModelDescription:NULL Artifacts UUID List:{ 659f1417-cd4a-42f8-b2d1-ff4ce29052a1 , 9f0311c6-650e-4fcf-b05a-84c84ff0a238 } 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-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "521d3524-442f-41be-9602-e1eab5175232", "vfModuleModelVersion": "1", "vfModuleModelUUID": "975b2990-69ea-41f4-b447-25cbb7d4ae5c", "vfModuleModelCustomizationUUID": "a9d5a538-4a6f-421f-a5d9-71784a8bbb65", "isBase": true, "artifacts": [ "659f1417-cd4a-42f8-b2d1-ff4ce29052a1", "9f0311c6-650e-4fcf-b05a-84c84ff0a238" ], "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-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:975b2990-69ea-41f4-b447-25cbb7d4ae5c VfModuleModelInvariantUUID:521d3524-442f-41be-9602-e1eab5175232 VfModuleModelDescription:NULL Artifacts UUID List:{ 659f1417-cd4a-42f8-b2d1-ff4ce29052a1 , 9f0311c6-650e-4fcf-b05a-84c84ff0a238 } 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-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 659f1417-cd4a-42f8-b2d1-ff4ce29052a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:17:59.004Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:59.196Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 659f1417-cd4a-42f8-b2d1-ff4ce29052a1 5033 2021-11-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:17:59.197Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:17:59.200Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:17:59.200Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242279197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:17:59.300Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:17:59.301Z||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-30T03:17:59.301Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:17:59.316Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:17:59.316Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:18:00.200Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9f0311c6-650e-4fcf-b05a-84c84ff0a238 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-30T03:18:00.201Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:18:00.201Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:00.478Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9f0311c6-650e-4fcf-b05a-84c84ff0a238 903 2021-11-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:18:00.479Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:18:00.481Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:18:00.481Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242280479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:18:00.582Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:18:00.582Z||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-30T03:18:00.583Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:18:00.596Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:18:00.597Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:18:01.482Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1c0f6b38-87ba-4759-9859-4402a3710624 2021-11-30T03:18:01.482Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 11a8ed7d-5928-4497-a9e4-e963c2a38318 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-30T03:18:01.498Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@159cddd6, org.onap.sdc.toscaparser.api.parameters.Input@72b39ab5, org.onap.sdc.toscaparser.api.parameters.Input@681f46fb, org.onap.sdc.toscaparser.api.parameters.Input@49924fa5, org.onap.sdc.toscaparser.api.parameters.Input@3a93492c] 2021-11-30T03:18:01.499Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.500Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:18:01.500Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-11-30T03:18:01.500Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5303a464-a640-4a23-9f8a-5766146bc7a8 2021-11-30T03:18:01.500Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5303a464-a640-4a23-9f8a-5766146bc7a8 matches Tosca VF Customization UUID: 5303a464-a640-4a23-9f8a-5766146bc7a8 2021-11-30T03:18:01.500Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5303a464-a640-4a23-9f8a-5766146bc7a8 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-30T03:18:01.503Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.503Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:18:01.504Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5303a464-a640-4a23-9f8a-5766146bc7a8: {\"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-30T03:18:01.504Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d952609 2021-11-30T03:18:01.504Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.504Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:18:01.504Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9d5a538-4a6f-421f-a5d9-71784a8bbb65 2021-11-30T03:18:01.504Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9d5a538-4a6f-421f-a5d9-71784a8bbb65 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-30T03:18:01.507Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.507Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-30T03:18:01.507Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:18:01.507Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.507Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-30T03:18:01.507Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:18:01.508Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.508Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-30T03:18:01.508Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-30T03:18:01.508Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-30T03:18:01.508Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a31a9b40-c952-4e71-9b3f-23ed62898bcd 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-30T03:18:01.510Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.510Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-30T03:18:01.510Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:18:01.510Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.511Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-30T03:18:01.511Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5303a464-a640-4a23-9f8a-5766146bc7a8 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-30T03:18:01.512Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.512Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:18:01.512Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1c0f6b38-87ba-4759-9859-4402a3710624: basic_vm 2021-11-30T03:18:01.512Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.512Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:18:01.513Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.513Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:18:01.513Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.513Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:18:01.513Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.513Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:18:01.513Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:18:01.513Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:18:01.513Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:01.597Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 11a8ed7d-5928-4497-a9e4-e963c2a38318 1 ASDC deployResourceStructure 2021-11-30T03:18:01.598Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:01.598Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:01.598Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:18:01.598Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:18:01.600Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:18:01.600Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242281598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:18:01.700Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:18:01.701Z||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-30T03:18:01.701Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:18:01.713Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:18:01.713Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:18:02.601Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:02.601Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:02.602Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:18:02.602Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:18:02.604Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:18:02.604Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242282601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:18:02.704Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:18:02.705Z||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-30T03:18:02.705Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:18:02.719Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:18:02.719Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:18:03.605Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:03.606Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:03.606Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:18:03.606Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:18:03.609Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:18:03.609Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242283605, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-30T03:18:03.709Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:18:03.710Z||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-30T03:18:03.710Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:18:03.720Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:18:03.721Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:18:04.610Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:04.611Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:18:04.611Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:18:04.611Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:18:04.613Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:18:04.614Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242284610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:18:04.714Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:18:04.714Z||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-30T03:18:04.714Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:18:04.728Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:18:04.728Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:18:05.614Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:18:05.627Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:18:05.630Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:18:05.630Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:18:05.630Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:18:35.631Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:18:35.641Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:18:35.644Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:18:35.644Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:18:35.644Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:18:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:18:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:18:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:18:55.826Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:18:55.827Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:18:55.827Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:18:55.827Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-30T03:19:05.644Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:19:05.655Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:19:05.660Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:19:05.660Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:19:05.660Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:19:35.661Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:19:35.672Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:19:35.674Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:19:35.674Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:19:35.674Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:19:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:19:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:19:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:19:55.827Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:19:55.828Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-30T03:19:55.828Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "cds", "timestamp": 1638242275932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:19:55.836Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 2021-11-30T03:19:55.836Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:20:05.675Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:20:05.685Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:20:05.688Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:20:05.688Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:20:05.688Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:20:35.688Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:20:35.699Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:20:35.701Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:20:35.701Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:20:35.701Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:20:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:20:55.801Z||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-30T03:20:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:20:55.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:20:55.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242276936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242276936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242277993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242278510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242276936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242279197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242279514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242276936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242280479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "policy-id", "timestamp": 1638242280516, "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-30T03:20:55.843Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 2021-11-30T03:20:55.843Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:20:55.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242276936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242281185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242281598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242276936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-30T03:20:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "aai-ml", "timestamp": 1638242282190, "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-30T03:20:55.862Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 2021-11-30T03:20:55.862Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:20:55.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242282601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242276936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242283605, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242276936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242284610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242285268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242285273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "cds", "timestamp": 1638242286277, "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-30T03:20:55.889Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 2021-11-30T03:20:55.889Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 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-30T03:20:55.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242286382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.898Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "ves-openapi-manager", "timestamp": 1638242271802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242272361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242287203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242287511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242288505, "artifactURL": "/sdc/v1/catalog/services/5edc5752-9332-403a-849f-a7816650c696/resourceInstances/basicclamp0/artifacts/bbf09758-0e01-4111-a4ee-92b6e2624558", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.900Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242288544, "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-30T03:20:55.905Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 2021-11-30T03:20:55.906Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:20:55.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242270723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242288040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242289253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "multicloud-k8s-id", "timestamp": 1638242289548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242288040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242289759, "artifactURL": "/sdc/v1/catalog/services/5edc5752-9332-403a-849f-a7816650c696/resourceInstances/basicclamp0/artifacts/bbf09758-0e01-4111-a4ee-92b6e2624558", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242290101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242290257, "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-30T03:20:55.920Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 2021-11-30T03:20:55.920Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:20:55.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242288040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "dcae-sch", "timestamp": 1638242290762, "artifactURL": "/sdc/v1/catalog/services/5edc5752-9332-403a-849f-a7816650c696/resourceInstances/basicclamp0/artifacts/bbf09758-0e01-4111-a4ee-92b6e2624558", "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-30T03:20:55.933Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 2021-11-30T03:20:55.934Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 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-30T03:20:55.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242291104, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242288040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "policy-id", "timestamp": 1638242292107, "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-30T03:20:55.948Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 2021-11-30T03:20:55.948Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 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-30T03:20:55.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "ves-openapi-manager", "timestamp": 1638242291802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242288040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "dcae-sch", "timestamp": 1638242292361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "ves-openapi-manager", "timestamp": 1638242291802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-30T03:20:55.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242288040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242293110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "dcae-sch", "timestamp": 1638242292361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242294212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "ves-openapi-manager", "timestamp": 1638242291802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242288040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242293110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "dcae-sch", "timestamp": 1638242292361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242295227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:55.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "ves-openapi-manager", "timestamp": 1638242291802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242295474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-30T03:20:55.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242288040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:55.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242293110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-30T03:20:55.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "dcae-sch", "timestamp": 1638242292361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "clamp", "timestamp": 1638242296231, "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-30T03:20:55.973Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 2021-11-30T03:20:55.973Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:20:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "ves-openapi-manager", "timestamp": 1638242291802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242295474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242293110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "dcae-sch", "timestamp": 1638242292361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242296908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "ves-openapi-manager", "timestamp": 1638242291802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242295474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242293110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "dcae-sch", "timestamp": 1638242292361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "ves-openapi-manager", "timestamp": 1638242291802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242295474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242293110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242298802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:55.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:55.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "dcae-sch", "timestamp": 1638242292361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:55.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:55.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:55.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "cds", "timestamp": 1638242298961, "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-30T03:20:56.003Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ded94b76-4f9f-47e3-87da-893d5fe23bed 2021-11-30T03:20:56.004Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded94b76-4f9f-47e3-87da-893d5fe23bed 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-30T03:20:56.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:20:56.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242299412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "ves-openapi-manager", "timestamp": 1638242291802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242295474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242293110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "dcae-sch", "timestamp": 1638242292361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242299988, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242295474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242293110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242301195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242301386, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242295474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242301822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242302307, "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-30T03:20:56.022Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 2021-11-30T03:20:56.022Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 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-30T03:20:56.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242302391, "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-30T03:20:56.036Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 2021-11-30T03:20:56.037Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 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-30T03:20:56.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242295474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:56.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242302826, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:56.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "multicloud-k8s-id", "timestamp": 1638242303310, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:20:56.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242303587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "policy-id", "timestamp": 1638242303828, "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-30T03:20:56.054Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ded94b76-4f9f-47e3-87da-893d5fe23bed 2021-11-30T03:20:56.054Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded94b76-4f9f-47e3-87da-893d5fe23bed 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-30T03:20:56.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:56.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242279405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242277395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242311594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242311889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242312214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "aai-ml", "timestamp": 1638242312597, "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-30T03:20:56.070Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 2021-11-30T03:20:56.070Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 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-30T03:20:56.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242312658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242313221, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242313852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242313873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242314624, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:56.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242314855, "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-30T03:20:56.087Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ded94b76-4f9f-47e3-87da-893d5fe23bed 2021-11-30T03:20:56.088Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded94b76-4f9f-47e3-87da-893d5fe23bed 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-30T03:20:56.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242314922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242315626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:20:56.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242315945, "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-30T03:20:56.104Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ded94b76-4f9f-47e3-87da-893d5fe23bed 2021-11-30T03:20:56.104Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded94b76-4f9f-47e3-87da-893d5fe23bed 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-30T03:20:56.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7530da3e-f1bf-4c97-a110-e1dabe7f97e3", "consumerID": "clamp", "timestamp": 1638242316630, "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-30T03:20:56.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 2021-11-30T03:20:56.115Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7530da3e-f1bf-4c97-a110-e1dabe7f97e3 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-30T03:20:56.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "multicloud-k8s-id", "timestamp": 1638242316948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:20:56.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242277715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242325474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242325474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242325474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242325474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242325474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242325474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242325474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242332216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242325474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242334180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:20:56.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:20:56.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:20:56.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242335219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:20:56.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:21:05.701Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:21:05.713Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:21:05.716Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:21:05.716Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-30T03:21:05.716Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-30T03:21:05.716Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-30T03:21:05.716Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:21:05.716Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:21:05.717Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:21:05.717Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:21:05.717Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:21:05.717Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:21:05.717Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:21:05.722Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-30T03:21:35.722Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 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-30T03:21:35.729Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 and serviceModelVersionId: 1c0f6b38-87ba-4759-9859-4402a3710624 2021-11-30T03:21:35.729Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f8366f2-c207-4c81-b1e2-e17e0d89e2a0 2021-11-30T03:21:35.730Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f8366f2-c207-4c81-b1e2-e17e0d89e2a0/model-vers/model-ver/1c0f6b38-87ba-4759-9859-4402a3710624?depth=0 2021-11-30T03:21:35.735Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-30T03:21:35.781Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8366f2-c207-4c81-b1e2-e17e0d89e2a0/model-vers/model-ver/1c0f6b38-87ba-4759-9859-4402a3710624?depth=0|INFO|500||Invoke 2021-11-30T03:21:35.781Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8366f2-c207-4c81-b1e2-e17e0d89e2a0/model-vers/model-ver/1c0f6b38-87ba-4759-9859-4402a3710624?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8366f2-c207-4c81-b1e2-e17e0d89e2a0/model-vers/model-ver/1c0f6b38-87ba-4759-9859-4402a3710624?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89ce3232-f778-4da3-b710-bc51f057436b], X-ECOMP-RequestID=[ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86], X-TransactionId=[], X-ONAP-RequestID=[ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86], Content-Type=[application/merge-patch+json]} 2021-11-30T03:21:35.803Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8366f2-c207-4c81-b1e2-e17e0d89e2a0/model-vers/model-ver/1c0f6b38-87ba-4759-9859-4402a3710624?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-30T03:21:36.016Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8366f2-c207-4c81-b1e2-e17e0d89e2a0/model-vers/model-ver/1c0f6b38-87ba-4759-9859-4402a3710624?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/7f8366f2-c207-4c81-b1e2-e17e0d89e2a0/model-vers/model-ver/1c0f6b38-87ba-4759-9859-4402a3710624?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211130-03:21:35:810-73566], vertex-id=[192544], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:21:35 GMT], Content-Type=[application/json]} 2021-11-30T03:21:36.017Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8366f2-c207-4c81-b1e2-e17e0d89e2a0/model-vers/model-ver/1c0f6b38-87ba-4759-9859-4402a3710624?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-30T03:21:36.017Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8366f2-c207-4c81-b1e2-e17e0d89e2a0/model-vers/model-ver/1c0f6b38-87ba-4759-9859-4402a3710624?depth=0|INFO|500||InvokeReturn 2021-11-30T03:21:36.017Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-30T03:21:36.017Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||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-30T03:21:36.023Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-30T03:21:36.023Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-30T03:21:36.024Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-30T03:21:36.024Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:36.025Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:36.025Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242496023, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:21:36.126Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:36.126Z||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-30T03:21:36.127Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:36.141Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:36.141Z||pool-61-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-30T03:21:37.036Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:21:37.037Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|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-30T03:21:37.037Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:43.111Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:43.111Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:21:43.111Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ded94b76-4f9f-47e3-87da-893d5fe23bed","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6d2f22d9-e951-4dea-815c-af9ae8faf103","serviceDescription":"service","serviceInvariantUUID":"782731e7-14bf-4212-95c8-581dc8240263","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9cac10f4-3b99-4b05-addb-42943b727082","resourceInvariantUUID":"47089813-954d-4e06-927e-c320af1699a2","resourceCustomizationUUID":"addd0692-8759-4555-8b72-d2ad6cbe4c57","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":"YTVlMmQ2ZGU5NTJlNDE5YmFhYjU4YTJkMTlkM2U1NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c50f315-f666-4907-9443-c1f693e4cf24","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":"OGYyMzlhYjI0ODY3ODk0YTIwZThmNTQxY2RjZDdkZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff7f03f9-54a8-4a5d-b8b9-65cd76cb57b8","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":"85279257-c717-4b11-9710-3f4ce3b68c55","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":"108c62d9-fb2d-4c51-95ee-aecc29c41422","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":"c6fd8f83-594e-4991-af5b-8948fc4e44ce","artifactVersion":"2","generatedFromUUID":"85279257-c717-4b11-9710-3f4ce3b68c55"},{"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":"Yjg4NzRiMjg2OWNjYzVmYjVmMWY0MWE2ZTgyODUyNzQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cbeb7cc0-28bc-4341-af3b-ccebba98cd7f","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":"MWVlNTEzMmU3YTAwZWFlMjU3ZjRmNTM2MGYzYmQ4MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2a3ee48-d752-42e0-8d99-fa6dc85549a6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWY2NmIwNzgwYWRmOGJmMmRjOGE5Y2YxMTE0MjcwNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6348c63-682d-49b3-87af-5d41e488cebc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-30T03:21:43.113Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:21:43.114Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:43.115Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:43.115Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:21:43.216Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:43.216Z||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-30T03:21:43.217Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:43.230Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:43.230Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:44.116Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:21:44.117Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:44.118Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:44.118Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:21:44.219Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:21:44.220Z||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-30T03:21:44.220Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:44.231Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:44.231Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:45.119Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:21:45.120Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:45.121Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:45.122Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-30T03:21:45.222Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:45.223Z||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-30T03:21:45.223Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:45.236Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:45.236Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:46.122Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:21:46.123Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:46.124Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:46.125Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:21:46.225Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:46.226Z||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-30T03:21:46.226Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:46.241Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:46.242Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:47.125Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:21:47.126Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:47.128Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:47.128Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-30T03:21:47.228Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:47.229Z||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-30T03:21:47.229Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:47.241Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:47.242Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:48.128Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:21:48.129Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:48.130Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:48.130Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:21:48.231Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:21:48.231Z||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-30T03:21:48.231Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:48.243Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:48.243Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:49.131Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:21:49.132Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:49.133Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:49.133Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:21:49.234Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:21:49.234Z||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-30T03:21:49.234Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:49.247Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:49.248Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:50.134Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:21:50.134Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:50.136Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:50.136Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:21:50.236Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:50.238Z||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-30T03:21:50.238Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:50.250Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:50.250Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:51.137Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "6d2f22d9-e951-4dea-815c-af9ae8faf103", "serviceDescription": "service", "serviceInvariantUUID": "782731e7-14bf-4212-95c8-581dc8240263", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "addd0692-8759-4555-8b72-d2ad6cbe4c57", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9cac10f4-3b99-4b05-addb-42943b727082", "resourceInvariantUUID": "47089813-954d-4e06-927e-c320af1699a2", "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": "OGYyMzlhYjI0ODY3ODk0YTIwZThmNTQxY2RjZDdkZTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff7f03f9-54a8-4a5d-b8b9-65cd76cb57b8", "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": "85279257-c717-4b11-9710-3f4ce3b68c55", "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": "c6fd8f83-594e-4991-af5b-8948fc4e44ce", "generatedFromUUID": "85279257-c717-4b11-9710-3f4ce3b68c55" }, "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": "c6fd8f83-594e-4991-af5b-8948fc4e44ce", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MWY2NmIwNzgwYWRmOGJmMmRjOGE5Y2YxMTE0MjcwNzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6348c63-682d-49b3-87af-5d41e488cebc" } ], "workloadContext": "Production" } 2021-11-30T03:21:51.137Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-30T03:21:51.138Z|ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d2f22d9-e951-4dea-815c-af9ae8faf103 ASDC 2021-11-30T03:21:51.138Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ded94b76-4f9f-47e3-87da-893d5fe23bed ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:6d2f22d9-e951-4dea-815c-af9ae8faf103 ServiceInvariantUUID:782731e7-14bf-4212-95c8-581dc8240263 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:d6348c63-682d-49b3-87af-5d41e488cebc ArtifactChecksum:MWY2NmIwNzgwYWRmOGJmMmRjOGE5Y2YxMTE0MjcwNzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:addd0692-8759-4555-8b72-d2ad6cbe4c57 ResourceInvariantUUID:47089813-954d-4e06-927e-c320af1699a2 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:9cac10f4-3b99-4b05-addb-42943b727082 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:ff7f03f9-54a8-4a5d-b8b9-65cd76cb57b8 ArtifactChecksum:OGYyMzlhYjI0ODY3ODk0YTIwZThmNTQxY2RjZDdkZTQ= 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:85279257-c717-4b11-9710-3f4ce3b68c55 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:c6fd8f83-594e-4991-af5b-8948fc4e44ce 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:c6fd8f83-594e-4991-af5b-8948fc4e44ce ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-30T03:21:51.138Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d2f22d9-e951-4dea-815c-af9ae8faf103 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-30T03:21:51.168Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:21:51.168Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:21:51.169Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:21:51.169Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6348c63-682d-49b3-87af-5d41e488cebc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-30T03:21:51.169Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:21:51.169Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-30T03:21:52.196Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:21:52.201Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d6348c63-682d-49b3-87af-5d41e488cebc 78779 2021-11-30T03:21:52.201Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:52.201Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:52.201Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:21:52.202Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:52.203Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:52.203Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242512201, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:21:52.304Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:21:52.304Z||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-30T03:21:52.304Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:52.315Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:52.315Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:53.204Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:21:53.205Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:21:53.206Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d6348c63-682d-49b3-87af-5d41e488cebc, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-30T03:21:53.206Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-11-30T03:21:53.206Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-30T03:21:53.206Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-30T03:21:53.296Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10306299314639910245/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-30T03:21:54.279Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-30T03:21:54.279Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:21:54.279Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-30T03:21:54.279Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-30T03:21:54.279Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-30T03:21:54.280Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-30T03:21:54.281Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-30T03:21:54.283Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:21:54.283Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.283Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-30T03:21:54.283Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-30T03:21:54.283Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-30T03:21:54.283Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=17abde76-353d-49e3-9d73-17079455c4f6 2021-11-30T03:21:54.283Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.283Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:54.284Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.284Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:54.284Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.284Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:54.284Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:54.285Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:54.285Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:6d2f22d9-e951-4dea-815c-af9ae8faf103 Model Version:NULL Model InvariantUuid:782731e7-14bf-4212-95c8-581dc8240263 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:8b60d3a6-a377-424c-81da-e83c25ed12eb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:47089813-954d-4e06-927e-c320af1699a2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:addd0692-8759-4555-8b72-d2ad6cbe4c57 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6f1502aa-e56c-43c9-af00-45aa025b6f84 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:673fb4cf-d932-40b5-9c5c-4b302cde9b50 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:17abde76-353d-49e3-9d73-17079455c4f6 ModelInvariantUuid:02dc9a69-848a-46b9-8a81-80e91f16029b ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:16887888-cf83-486d-97d0-07c724c140f1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dd9e08d0-ad82-4772-8b2d-664758e33f08 ModelInvariantUuid:6f3dd6ca-0e61-4bb8-b0b4-3a925bad090c ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:db602ccd-2241-4392-90a4-e983b9c2bada 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-30T03:21:54.291Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9cac10f4-3b99-4b05-addb-42943b727082 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-30T03:21:54.293Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2021-11-30T03:21:54.293Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9cac10f4-3b99-4b05-addb-42943b727082 2021-11-30T03:21:54.293Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ff7f03f9-54a8-4a5d-b8b9-65cd76cb57b8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-30T03:21:54.293Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:21:54.293Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:54.351Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:21:54.352Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ff7f03f9-54a8-4a5d-b8b9-65cd76cb57b8 792 2021-11-30T03:21:54.352Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:54.352Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:54.352Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:21:54.353Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:54.355Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:54.355Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242514352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:21:54.455Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:21:54.456Z||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-30T03:21:54.456Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:54.469Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:54.469Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:55.356Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6f1502aa-e56c-43c9-af00-45aa025b6f84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "673fb4cf-d932-40b5-9c5c-4b302cde9b50", "vfModuleModelCustomizationUUID": "2cf2ea17-7a14-4840-b259-ce25f92a9ab0", "isBase": true, "artifacts": [ "85279257-c717-4b11-9710-3f4ce3b68c55", "c6fd8f83-594e-4991-af5b-8948fc4e44ce" ], "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-30T03:21:55.360Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:673fb4cf-d932-40b5-9c5c-4b302cde9b50 VfModuleModelInvariantUUID:6f1502aa-e56c-43c9-af00-45aa025b6f84 VfModuleModelDescription:NULL Artifacts UUID List:{ 85279257-c717-4b11-9710-3f4ce3b68c55 , c6fd8f83-594e-4991-af5b-8948fc4e44ce } 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-30T03:21:55.362Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6f1502aa-e56c-43c9-af00-45aa025b6f84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "673fb4cf-d932-40b5-9c5c-4b302cde9b50", "vfModuleModelCustomizationUUID": "2cf2ea17-7a14-4840-b259-ce25f92a9ab0", "isBase": true, "artifacts": [ "85279257-c717-4b11-9710-3f4ce3b68c55", "c6fd8f83-594e-4991-af5b-8948fc4e44ce" ], "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-30T03:21:55.362Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:673fb4cf-d932-40b5-9c5c-4b302cde9b50 VfModuleModelInvariantUUID:6f1502aa-e56c-43c9-af00-45aa025b6f84 VfModuleModelDescription:NULL Artifacts UUID List:{ 85279257-c717-4b11-9710-3f4ce3b68c55 , c6fd8f83-594e-4991-af5b-8948fc4e44ce } 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-30T03:21:55.362Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 85279257-c717-4b11-9710-3f4ce3b68c55 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-30T03:21:55.363Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:21:55.363Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:55.416Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:21:55.416Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 85279257-c717-4b11-9710-3f4ce3b68c55 5033 2021-11-30T03:21:55.416Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:55.416Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:55.417Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:21:55.417Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:55.418Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:55.419Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242515416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:21:55.519Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:55.520Z||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-30T03:21:55.520Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:55.533Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:55.534Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:21:55.801Z||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-30T03:21:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:55.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:55.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:21:55.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "clamp", "timestamp": 1638242336221, "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-30T03:21:55.833Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ded94b76-4f9f-47e3-87da-893d5fe23bed 2021-11-30T03:21:55.833Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded94b76-4f9f-47e3-87da-893d5fe23bed 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-30T03:21:55.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:21:55.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242339728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:21:55.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:21:55.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:21:55.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "aai-ml", "timestamp": 1638242340732, "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-30T03:21:55.849Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ded94b76-4f9f-47e3-87da-893d5fe23bed 2021-11-30T03:21:55.849Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded94b76-4f9f-47e3-87da-893d5fe23bed 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-30T03:21:56.419Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c6fd8f83-594e-4991-af5b-8948fc4e44ce from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-30T03:21:56.420Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:21:56.420Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:56.594Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:21:56.594Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c6fd8f83-594e-4991-af5b-8948fc4e44ce 903 2021-11-30T03:21:56.595Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:56.595Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:56.595Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:21:56.596Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:56.597Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:56.598Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242516595, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:21:56.698Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:56.699Z||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-30T03:21:56.699Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:56.709Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:56.710Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:57.599Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6d2f22d9-e951-4dea-815c-af9ae8faf103 2021-11-30T03:21:57.599Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9cac10f4-3b99-4b05-addb-42943b727082 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-30T03:21:57.612Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a200d67, org.onap.sdc.toscaparser.api.parameters.Input@5e6d5a3d, org.onap.sdc.toscaparser.api.parameters.Input@1a553322, org.onap.sdc.toscaparser.api.parameters.Input@6581bc80, org.onap.sdc.toscaparser.api.parameters.Input@1fb0de62] 2021-11-30T03:21:57.614Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.614Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:57.615Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-11-30T03:21:57.615Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= addd0692-8759-4555-8b72-d2ad6cbe4c57 2021-11-30T03:21:57.615Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: addd0692-8759-4555-8b72-d2ad6cbe4c57 matches Tosca VF Customization UUID: addd0692-8759-4555-8b72-d2ad6cbe4c57 2021-11-30T03:21:57.615Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: addd0692-8759-4555-8b72-d2ad6cbe4c57 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-30T03:21:57.618Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.618Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:57.619Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id addd0692-8759-4555-8b72-d2ad6cbe4c57: {\"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-30T03:21:57.619Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70cae349 2021-11-30T03:21:57.619Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.619Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:21:57.620Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2cf2ea17-7a14-4840-b259-ce25f92a9ab0 2021-11-30T03:21:57.620Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2cf2ea17-7a14-4840-b259-ce25f92a9ab0 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-30T03:21:57.623Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.623Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-30T03:21:57.624Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:21:57.624Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.624Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-30T03:21:57.624Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:21:57.625Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.625Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-30T03:21:57.625Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-30T03:21:57.626Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-30T03:21:57.626Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=17abde76-353d-49e3-9d73-17079455c4f6 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-30T03:21:57.629Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.629Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-30T03:21:57.629Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:21:57.630Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.630Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-30T03:21:57.630Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=addd0692-8759-4555-8b72-d2ad6cbe4c57 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-30T03:21:57.632Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.632Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:57.632Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6d2f22d9-e951-4dea-815c-af9ae8faf103: basic_vm_macro 2021-11-30T03:21:57.632Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.633Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:57.633Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.633Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:57.633Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.633Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:57.634Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.634Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:57.634Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:21:57.634Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:21:57.635Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:57.712Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9cac10f4-3b99-4b05-addb-42943b727082 1 ASDC deployResourceStructure 2021-11-30T03:21:57.713Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:57.713Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:57.713Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:21:57.713Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:57.715Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:57.715Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242517713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:21:57.815Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:57.816Z||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-30T03:21:57.817Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:57.827Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:57.827Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:58.716Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:58.716Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:58.717Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:21:58.717Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:58.718Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:58.719Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242518716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:21:58.819Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:58.820Z||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-30T03:21:58.820Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:58.833Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:58.833Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:21:59.719Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:59.720Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:21:59.720Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:21:59.720Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:21:59.722Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:21:59.722Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242519719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-30T03:21:59.822Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:21:59.823Z||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-30T03:21:59.823Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:21:59.836Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:21:59.836Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:22:00.723Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:22:00.723Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:22:00.723Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:22:00.724Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:22:00.725Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:22:00.725Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242520723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:22:00.826Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:22:00.827Z||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-30T03:22:00.827Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:22:00.842Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:22:00.842Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:22:01.726Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded94b76-4f9f-47e3-87da-893d5fe23bed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:22:01.736Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded94b76-4f9f-47e3-87da-893d5fe23bed 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-30T03:22:01.738Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:22:01.738Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-30T03:22:01.738Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-30T03:22:01.738Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-30T03:22:01.738Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:22:01.738Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:22:01.738Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:22:01.738Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:22:01.739Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:22:01.739Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:22:01.739Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:22:01.743Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-30T03:22:31.743Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ded94b76-4f9f-47e3-87da-893d5fe23bed 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-30T03:22:31.750Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ded94b76-4f9f-47e3-87da-893d5fe23bed and serviceModelVersionId: 6d2f22d9-e951-4dea-815c-af9ae8faf103 2021-11-30T03:22:31.750Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 782731e7-14bf-4212-95c8-581dc8240263 2021-11-30T03:22:31.750Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/782731e7-14bf-4212-95c8-581dc8240263/model-vers/model-ver/6d2f22d9-e951-4dea-815c-af9ae8faf103?depth=0 2021-11-30T03:22:31.754Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-30T03:22:31.780Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782731e7-14bf-4212-95c8-581dc8240263/model-vers/model-ver/6d2f22d9-e951-4dea-815c-af9ae8faf103?depth=0|INFO|500||Invoke 2021-11-30T03:22:31.780Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782731e7-14bf-4212-95c8-581dc8240263/model-vers/model-ver/6d2f22d9-e951-4dea-815c-af9ae8faf103?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782731e7-14bf-4212-95c8-581dc8240263/model-vers/model-ver/6d2f22d9-e951-4dea-815c-af9ae8faf103?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ded94b76-4f9f-47e3-87da-893d5fe23bed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89679e42-acf3-4f1e-a1ae-02244eea60b2], X-ECOMP-RequestID=[ded94b76-4f9f-47e3-87da-893d5fe23bed], X-TransactionId=[], X-ONAP-RequestID=[ded94b76-4f9f-47e3-87da-893d5fe23bed], Content-Type=[application/merge-patch+json]} 2021-11-30T03:22:31.796Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782731e7-14bf-4212-95c8-581dc8240263/model-vers/model-ver/6d2f22d9-e951-4dea-815c-af9ae8faf103?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-30T03:22:32.252Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782731e7-14bf-4212-95c8-581dc8240263/model-vers/model-ver/6d2f22d9-e951-4dea-815c-af9ae8faf103?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/782731e7-14bf-4212-95c8-581dc8240263/model-vers/model-ver/6d2f22d9-e951-4dea-815c-af9ae8faf103?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211130-03:22:31:807-31069], vertex-id=[196768], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:22:31 GMT], Content-Type=[application/json]} 2021-11-30T03:22:32.253Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782731e7-14bf-4212-95c8-581dc8240263/model-vers/model-ver/6d2f22d9-e951-4dea-815c-af9ae8faf103?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-30T03:22:32.254Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/782731e7-14bf-4212-95c8-581dc8240263/model-vers/model-ver/6d2f22d9-e951-4dea-815c-af9ae8faf103?depth=0|INFO|500||InvokeReturn 2021-11-30T03:22:32.254Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-30T03:22:32.254Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||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-30T03:22:32.259Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-30T03:22:32.259Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ded94b76-4f9f-47e3-87da-893d5fe23bed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-30T03:22:32.259Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-30T03:22:32.260Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:22:32.262Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:22:32.262Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242552259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:22:32.362Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:22:32.363Z||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-30T03:22:32.364Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:22:32.379Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:22:32.380Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-30T03:22:33.282Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:22:33.285Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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-30T03:22:33.285Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:22:42.824Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:22:42.826Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:22:42.827Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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-30T03:22:42.827Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:22:52.363Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:22:52.365Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:22:52.366Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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-30T03:22:52.366Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:22:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:22:55.802Z||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-30T03:22:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:22:55.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:22:55.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab1bc0f4-a0c2-4b49-82bf-4d06f9435b86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242496023, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:22:55.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:22:55.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:22:55.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:22:55.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:22:55.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:22:55.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242497036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242512201, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242514352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242515416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:22:55.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:23:01.900Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:23:01.901Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:23:01.901Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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-30T03:23:01.901Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:23:11.443Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:23:11.443Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:23:11.444Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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-30T03:23:11.444Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:23:20.984Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:23:20.984Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:23:20.985Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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-30T03:23:20.985Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:23:30.527Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:23:55.799Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:23:55.800Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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-30T03:23:55.800Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:23:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:23:55.801Z||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-30T03:23:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:23:56.321Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:23:56.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:23:56.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242516595, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:23:56.322Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242517713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242518716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242519719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:23:56.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242520723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:23:56.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:23:56.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:23:56.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ded94b76-4f9f-47e3-87da-893d5fe23bed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242552259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:23:56.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:00.353Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:00.353Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:24:00.354Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"299064e0-72c7-4ca6-af0a-1ab1d3096564","serviceName":"Demo_pNF_vUhVf3q7WMTP3DdzYwB3","serviceVersion":"1.0","serviceUUID":"a6134a80-d1cf-465b-baf9-f5c6fb1bc99e","serviceDescription":"catalog service description","serviceInvariantUUID":"b72a474b-d051-4a63-87e0-8a3829d6283a","resources":[{"resourceInstanceName":"pNF 8d74fcf5-e05a 0","resourceName":"pNF 8d74fcf5-e05a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"99652bb8-c59f-4619-bf19-345b8d61359e","resourceInvariantUUID":"4cc18bc5-bc04-4a3b-a81c-322293e13a75","resourceCustomizationUUID":"dd533e26-c457-46a6-9982-bfa48437f601","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml","artifactChecksum":"Yzk2MThjZTZlZmViYWRmNTZmYjQ0NTIwYjc5NGM5YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e275ea83-7005-4f9f-9912-f90da7f666f8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar","artifactChecksum":"ODQzY2Q1MWI2MzdiMTQ3OWJjYWVlZjQ4MDFiNmM5YTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2abdbeee-ad3c-4b14-b3bc-a655cc542558","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2542ac86-0fe8-4ea9-a8e7-894f05bcd854","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml","artifactChecksum":"MWNjMWQyMjQxMGJmYzYzODRmOGY3ZTMwNTU5NmQ5NDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"547a03ae-b8a5-4df3-b4b2-79482713d8e8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20419e1d-de0e-480c-a249-416e072e365a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3197cd35-924c-4287-a6d0-4e53b8a1f99d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml","artifactChecksum":"MjFlOGE2ZmY3MTkyZDQ2YzJjZjNjZDdkMTA2MTE4MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"176cf670-c2f2-443c-b9b2-5577e631cd21","artifactVersion":"1"},{"artifactName":"service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar","artifactChecksum":"YmU1Nzc5M2ViYzE5Nzg2MTU1MDA4NTEyOGIwNWY3NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54179540-9005-45e7-b481-5449b5d0b33c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-30T03:24:00.355Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:24:00.356Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:00.358Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:00.358Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:00.458Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:24:00.459Z||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-30T03:24:00.459Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:00.487Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:00.488Z||pool-79-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:24:01.358Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:24:01.359Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:01.360Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:01.360Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:01.462Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-30T03:24:01.463Z||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-30T03:24:01.463Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:01.478Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:01.478Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:24:02.361Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:24:02.362Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:02.364Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:02.364Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:02.464Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:24:02.465Z||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-30T03:24:02.465Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:02.477Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:02.477Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:24:03.364Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:24:03.365Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:03.366Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:03.367Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:03.467Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:24:03.468Z||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-30T03:24:03.468Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:03.494Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:03.494Z||pool-82-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:24:04.367Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:24:04.368Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:04.370Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:04.370Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:04.470Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:24:04.471Z||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-30T03:24:04.471Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:04.491Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:04.492Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:24:05.370Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:24:05.371Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:05.372Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:05.372Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:05.473Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:24:05.474Z||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-30T03:24:05.474Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:05.492Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:05.492Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:24:06.373Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:24:06.373Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:06.375Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:06.375Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:06.476Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:24:06.477Z||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-30T03:24:06.477Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:06.499Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:06.499Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:24:07.376Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:24:07.377Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:07.379Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:07.379Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:24:07.479Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:24:07.480Z||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-30T03:24:07.480Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:07.498Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:07.498Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:24:08.380Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "serviceName": "Demo_pNF_vUhVf3q7WMTP3DdzYwB3", "serviceVersion": "1.0", "serviceUUID": "a6134a80-d1cf-465b-baf9-f5c6fb1bc99e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b72a474b-d051-4a63-87e0-8a3829d6283a", "resources": [ { "resourceInstanceName": "pNF 8d74fcf5-e05a 0", "resourceCustomizationUUID": "dd533e26-c457-46a6-9982-bfa48437f601", "resourceName": "pNF 8d74fcf5-e05a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "99652bb8-c59f-4619-bf19-345b8d61359e", "resourceInvariantUUID": "4cc18bc5-bc04-4a3b-a81c-322293e13a75", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "artifactChecksum": "YmU1Nzc5M2ViYzE5Nzg2MTU1MDA4NTEyOGIwNWY3NjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54179540-9005-45e7-b481-5449b5d0b33c" } ], "workloadContext": "Production" } 2021-11-30T03:24:08.380Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-30T03:24:08.380Z|ded94b76-4f9f-47e3-87da-893d5fe23bed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a6134a80-d1cf-465b-baf9-f5c6fb1bc99e ASDC 2021-11-30T03:24:08.381Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:299064e0-72c7-4ca6-af0a-1ab1d3096564 ServiceName:Demo_pNF_vUhVf3q7WMTP3DdzYwB3 ServiceVersion:1.0 ServiceUUID:a6134a80-d1cf-465b-baf9-f5c6fb1bc99e ServiceInvariantUUID:b72a474b-d051-4a63-87e0-8a3829d6283a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar ArtifactUUID:54179540-9005-45e7-b481-5449b5d0b33c ArtifactChecksum:YmU1Nzc5M2ViYzE5Nzg2MTU1MDA4NTEyOGIwNWY3NjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8d74fcf5-e05a 0 ResourceCustomizationUUID:dd533e26-c457-46a6-9982-bfa48437f601 ResourceInvariantUUID:4cc18bc5-bc04-4a3b-a81c-322293e13a75 ResourceName:pNF 8d74fcf5-e05a ResourceType:PNF ResourceUUID:99652bb8-c59f-4619-bf19-345b8d61359e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-30T03:24:08.381Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6134a80-d1cf-465b-baf9-f5c6fb1bc99e 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-30T03:24:08.412Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:24:08.413Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:24:08.413Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:24:08.414Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 54179540-9005-45e7-b481-5449b5d0b33c from URL: /sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:08.414Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:24:08.414Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:08.591Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:24:08.598Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 54179540-9005-45e7-b481-5449b5d0b33c 82640 2021-11-30T03:24:08.599Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar ASDC sendASDCNotification 2021-11-30T03:24:08.599Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:08.599Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:24:08.599Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:08.601Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:08.601Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242648598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:24:08.701Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:24:08.702Z||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-30T03:24:08.702Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:08.724Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:08.725Z||pool-87-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:24:09.601Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:24:09.602Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:24:09.602Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 54179540-9005-45e7-b481-5449b5d0b33c, URL: /sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar to file: /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:09.602Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:09.603Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:09.603Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:09.682Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16088252034769465147/Definitions/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml 2021-11-30T03:24:10.298Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8d74fcf5-e05a 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-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:24:10.299Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vUhVf3q7WMTP3DdzYwB3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Node template pNF 8d74fcf5-e05a 0 is matching search criteria 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8d74fcf5-e05a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vUhVf3q7WMTP3DdzYwB3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Node template pNF 8d74fcf5-e05a 0 is matching search criteria 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 8d74fcf5-e05a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:24:10.300Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vUhVf3q7WMTP3DdzYwB3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vUhVf3q7WMTP3DdzYwB3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vUhVf3q7WMTP3DdzYwB3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vUhVf3q7WMTP3DdzYwB3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vUhVf3q7WMTP3DdzYwB3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:24:10.301Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_vUhVf3q7WMTP3DdzYwB3 Description:catalog service description Model UUID:a6134a80-d1cf-465b-baf9-f5c6fb1bc99e Model Version:NULL Model InvariantUuid:b72a474b-d051-4a63-87e0-8a3829d6283a 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-30T03:24:10.306Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 99652bb8-c59f-4619-bf19-345b8d61359e 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-30T03:24:10.309Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||pNF 8d74fcf5-e05a 0 2021-11-30T03:24:10.309Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 99652bb8-c59f-4619-bf19-345b8d61359e 2021-11-30T03:24:10.309Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a6134a80-d1cf-465b-baf9-f5c6fb1bc99e 2021-11-30T03:24:10.309Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a6134a80-d1cf-465b-baf9-f5c6fb1bc99e 2021-11-30T03:24:10.309Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8d74fcf5-e05a 0 99652bb8-c59f-4619-bf19-345b8d61359e 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-30T03:24:10.313Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7086f540, org.onap.sdc.toscaparser.api.parameters.Input@2d3ac07c, org.onap.sdc.toscaparser.api.parameters.Input@43180b21, org.onap.sdc.toscaparser.api.parameters.Input@534792ee, org.onap.sdc.toscaparser.api.parameters.Input@14ac4133] 2021-11-30T03:24:10.313Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:24:10.313Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vUhVf3q7WMTP3DdzYwB3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:24:10.313Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a6134a80-d1cf-465b-baf9-f5c6fb1bc99e: pNF 8d74fcf5-e05a 2021-11-30T03:24:10.313Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||Processing PNF resource: 99652bb8-c59f-4619-bf19-345b8d61359e 2021-11-30T03:24:10.313Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:24:10.313Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vUhVf3q7WMTP3DdzYwB3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:24:10.313Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||Resource customization UUID: dd533e26-c457-46a6-9982-bfa48437f601 is the same as notified resource customizationUUID: dd533e26-c457-46a6-9982-bfa48437f601 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-30T03:24:10.341Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8d74fcf5-e05a 99652bb8-c59f-4619-bf19-345b8d61359e 0 ASDC deployResourceStructure 2021-11-30T03:24:10.342Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar ASDC sendASDCNotification 2021-11-30T03:24:10.342Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar 2021-11-30T03:24:10.342Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:24:10.342Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:24:10.344Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:24:10.345Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242650342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:24:10.445Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:24:10.446Z||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-30T03:24:10.446Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:10.458Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:10.459Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:24:11.346Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 299064e0-72c7-4ca6-af0a-1ab1d3096564 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:24:11.358Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:24:11.361Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:24:11.361Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:24:11.361Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:24:41.362Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 299064e0-72c7-4ca6-af0a-1ab1d3096564 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:24:41.370Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:24:41.372Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:24:41.372Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:24:41.372Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:24:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:24:55.802Z||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-30T03:24:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:24:56.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:24:56.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242633041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242637715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242639405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242631802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "dcae-sch", "timestamp": 1638242632361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242630723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "multicloud-k8s-id", "timestamp": 1638242637395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242639405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242633041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242637715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242631802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "dcae-sch", "timestamp": 1638242632361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242630723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "multicloud-k8s-id", "timestamp": 1638242637395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242633041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242637715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242631802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "dcae-sch", "timestamp": 1638242632361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242639405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242630723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "multicloud-k8s-id", "timestamp": 1638242637395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242633041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242637715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "dcae-sch", "timestamp": 1638242632361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242631802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242639405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242630723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "multicloud-k8s-id", "timestamp": 1638242637395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242639405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242637715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242633041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "dcae-sch", "timestamp": 1638242632361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242631802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242630723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "multicloud-k8s-id", "timestamp": 1638242637395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "dcae-sch", "timestamp": 1638242632361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242639405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242633041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242631802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242637715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242630723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "multicloud-k8s-id", "timestamp": 1638242637395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242631802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242639405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "dcae-sch", "timestamp": 1638242632361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242637715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242633041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242630723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "multicloud-k8s-id", "timestamp": 1638242637395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "dcae-sch", "timestamp": 1638242632361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242637715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242633041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242635799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242639405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242631802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242630723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "multicloud-k8s-id", "timestamp": 1638242637395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242648584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242648595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242648594, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242648598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242648588, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "cds", "timestamp": 1638242649591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-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-30T03:24:56.460Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 299064e0-72c7-4ca6-af0a-1ab1d3096564 2021-11-30T03:24:56.460Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:24:56.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242649591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242649620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242650322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242650342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:24:56.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "policy-id", "timestamp": 1638242650593, "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-30T03:24:56.474Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 299064e0-72c7-4ca6-af0a-1ab1d3096564 2021-11-30T03:24:56.474Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:24:56.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "ves-openapi-manager", "timestamp": 1638242650622, "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-30T03:24:56.489Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 299064e0-72c7-4ca6-af0a-1ab1d3096564 2021-11-30T03:24:56.489Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:24:56.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242651324, "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-30T03:24:56.503Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 299064e0-72c7-4ca6-af0a-1ab1d3096564 2021-11-30T03:24:56.503Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242655474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242655474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242655474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242658253, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242655474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242659269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:24:56.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242655474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "clamp", "timestamp": 1638242660272, "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-30T03:24:56.518Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 299064e0-72c7-4ca6-af0a-1ab1d3096564 2021-11-30T03:24:56.518Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:24:56.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242655474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/resourceInstances/pnf8d74fcf5e05a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242655474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242655474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242664462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242668990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVuhvf3q7wmtp3ddzywb3/1.0/artifacts/service-DemoPnfVuhvf3q7wmtp3ddzywb3-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:24:56.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "aai-ml", "timestamp": 1638242669993, "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-30T03:24:56.532Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 299064e0-72c7-4ca6-af0a-1ab1d3096564 2021-11-30T03:24:56.532Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:25:11.372Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 299064e0-72c7-4ca6-af0a-1ab1d3096564 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:25:11.381Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:25:11.383Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:25:11.384Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:25:11.388Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-30T03:25:41.388Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 299064e0-72c7-4ca6-af0a-1ab1d3096564 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-30T03:25:41.393Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 299064e0-72c7-4ca6-af0a-1ab1d3096564 and serviceModelVersionId: a6134a80-d1cf-465b-baf9-f5c6fb1bc99e 2021-11-30T03:25:41.393Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72a474b-d051-4a63-87e0-8a3829d6283a 2021-11-30T03:25:41.394Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72a474b-d051-4a63-87e0-8a3829d6283a/model-vers/model-ver/a6134a80-d1cf-465b-baf9-f5c6fb1bc99e?depth=0 2021-11-30T03:25:41.400Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-30T03:25:41.427Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72a474b-d051-4a63-87e0-8a3829d6283a/model-vers/model-ver/a6134a80-d1cf-465b-baf9-f5c6fb1bc99e?depth=0|INFO|500||Invoke 2021-11-30T03:25:41.427Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72a474b-d051-4a63-87e0-8a3829d6283a/model-vers/model-ver/a6134a80-d1cf-465b-baf9-f5c6fb1bc99e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72a474b-d051-4a63-87e0-8a3829d6283a/model-vers/model-ver/a6134a80-d1cf-465b-baf9-f5c6fb1bc99e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[299064e0-72c7-4ca6-af0a-1ab1d3096564], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdf08eed-1f78-43ca-bd11-1bfce70b8949], X-ECOMP-RequestID=[299064e0-72c7-4ca6-af0a-1ab1d3096564], X-TransactionId=[], X-ONAP-RequestID=[299064e0-72c7-4ca6-af0a-1ab1d3096564], Content-Type=[application/merge-patch+json]} 2021-11-30T03:25:41.444Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72a474b-d051-4a63-87e0-8a3829d6283a/model-vers/model-ver/a6134a80-d1cf-465b-baf9-f5c6fb1bc99e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-30T03:25:41.602Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72a474b-d051-4a63-87e0-8a3829d6283a/model-vers/model-ver/a6134a80-d1cf-465b-baf9-f5c6fb1bc99e?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/b72a474b-d051-4a63-87e0-8a3829d6283a/model-vers/model-ver/a6134a80-d1cf-465b-baf9-f5c6fb1bc99e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211130-03:25:41:457-54858], vertex-id=[241696], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:25:41 GMT], Content-Type=[application/json]} 2021-11-30T03:25:41.602Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72a474b-d051-4a63-87e0-8a3829d6283a/model-vers/model-ver/a6134a80-d1cf-465b-baf9-f5c6fb1bc99e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-30T03:25:41.603Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72a474b-d051-4a63-87e0-8a3829d6283a/model-vers/model-ver/a6134a80-d1cf-465b-baf9-f5c6fb1bc99e?depth=0|INFO|500||InvokeReturn 2021-11-30T03:25:41.603Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-30T03:25:41.603Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||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-30T03:25:41.607Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-30T03:25:41.607Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 299064e0-72c7-4ca6-af0a-1ab1d3096564 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-30T03:25:41.608Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-30T03:25:41.608Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:25:41.609Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:25:41.609Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242741607, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:25:41.709Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:25:41.710Z||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-30T03:25:41.710Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:25:41.727Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:25:41.728Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-30T03:25:42.623Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:25:42.623Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|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-30T03:25:42.623Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:25:52.163Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:25:55.799Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:25:55.800Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|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-30T03:25:55.800Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:25:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:25:55.801Z||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-30T03:25:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:25:56.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:25:56.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:25:56.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "299064e0-72c7-4ca6-af0a-1ab1d3096564", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242741607, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:25:56.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:05.344Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:26:55.799Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:26:55.799Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|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-30T03:26:55.800Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:26:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:26:55.801Z||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-30T03:26:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:26:56.426Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:26:56.427Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.427Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3774c6ce-f6b9-4c40-ace2-85fa7528e98f","serviceName":"Demo_pNF_CcWRcZiEboccWdigUtNR","serviceVersion":"1.0","serviceUUID":"5212843d-ac8f-4cff-bb52-120d8572a8ea","serviceDescription":"catalog service description","serviceInvariantUUID":"12a182fe-1104-47dd-a264-5934512dad71","resources":[{"resourceInstanceName":"pNF 6d475b94-e942 0","resourceName":"pNF 6d475b94-e942","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed6de3f3-ad01-4ea0-beaa-973b0e3e22a9","resourceInvariantUUID":"69a5f4de-d54f-45a0-bc8a-fa1fddb4a35d","resourceCustomizationUUID":"dad65795-36a9-4337-a8e0-7010cc87419d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml","artifactChecksum":"MTFkOGE3NThmOTEwNzk0NzdhMDY1NzMxZjYzOTM0ZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4681dc04-d66d-4e5d-8141-cd2be51cf307","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar","artifactChecksum":"ODQzY2Q1MWI2MzdiMTQ3OWJjYWVlZjQ4MDFiNmM5YTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0bd0ff9-0b2e-4b56-a1e1-11204878d5a8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b298e6ac-b142-4dee-b422-612d9558f08f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml","artifactChecksum":"YzBjNDUxZTcyNmY1NjJkZDZkMWVkMmExY2MwNDg5MzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fe19f196-9ff8-4489-ba0f-c9d2223c8833","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d82dca33-ebe1-4fad-92a6-b2a4756c46b3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02ed339e-9f97-40dc-9372-b96779512820","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCcwrczieboccwdigutnr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml","artifactChecksum":"YTNhYTI3MmQyOGRhODRhMmM3ZjIyOTIzYjBkZjFjYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aaeca1da-a576-4f3f-9ff0-06de78bdcfd4","artifactVersion":"1"},{"artifactName":"service-DemoPnfCcwrczieboccwdigutnr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar","artifactChecksum":"YzY3Mzk5N2I0ZDI0NmQzMDdhYmMzNjZmODU2OTY5MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"177f4610-d294-4eb1-9583-4ab0884bcab3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-30T03:26:56.428Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:26:56.429Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:26:56.431Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:26:56.431Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.431Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:26:56.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "dcae-sch", "timestamp": 1638242772361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242775474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242768041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242771802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242770723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "dcae-sch", "timestamp": 1638242772361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242771802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242768041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242775474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242770723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "multicloud-k8s-id", "timestamp": 1638242777395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242771802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "dcae-sch", "timestamp": 1638242772361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242775474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242768041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242770723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "multicloud-k8s-id", "timestamp": 1638242777395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242771802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "dcae-sch", "timestamp": 1638242772361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242768041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242775474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242770723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "multicloud-k8s-id", "timestamp": 1638242777395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242771802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "dcae-sch", "timestamp": 1638242772361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242775474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242768041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242770723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "multicloud-k8s-id", "timestamp": 1638242777395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242771802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "dcae-sch", "timestamp": 1638242772361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242768041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242775474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242770723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "multicloud-k8s-id", "timestamp": 1638242777395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242771802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "dcae-sch", "timestamp": 1638242772361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242768041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242775474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242770723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "multicloud-k8s-id", "timestamp": 1638242777395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242771802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "dcae-sch", "timestamp": 1638242772361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242768041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242775474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:26:56.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242770723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "multicloud-k8s-id", "timestamp": 1638242777395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242784975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242784981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242784991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242784992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "multicloud-k8s-id", "timestamp": 1638242777395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "cds", "timestamp": 1638242785997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-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-30T03:26:56.465Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 2021-11-30T03:26:56.465Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 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-30T03:26:56.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242786000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:26:56.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242785996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:26:56.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "ves-openapi-manager", "timestamp": 1638242787002, "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-30T03:26:56.480Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 2021-11-30T03:26:56.480Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 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-30T03:26:56.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "policy-id", "timestamp": 1638242786998, "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-30T03:26:56.495Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 2021-11-30T03:26:56.495Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 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-30T03:26:56.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242787715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242789094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:26:56.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242787715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242789405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "aai-ml", "timestamp": 1638242790098, "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-30T03:26:56.513Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 2021-11-30T03:26:56.513Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 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-30T03:26:56.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242787715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242789405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242787715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242789405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242787715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242789405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242787715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242789405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242787715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242789405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242787715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242789405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242789405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:26:56.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242798197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:26:56.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242799823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:26:56.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242800825, "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-30T03:26:56.531Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:26:56.532Z||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-30T03:26:56.532Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:26:56.535Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 2021-11-30T03:26:56.535Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 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-30T03:26:56.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242807272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:26:56.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242809282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:26:56.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:26:56.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:26:56.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "clamp", "timestamp": 1638242810285, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2021-11-30T03:26:56.546Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:26:56.546Z||pool-90-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=? 2021-11-30T03:26:56.551Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 2021-11-30T03:26:56.552Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 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-30T03:26:57.431Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:26:57.432Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:26:57.434Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:26:57.434Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:57.534Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:26:57.535Z||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-30T03:26:57.535Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:26:57.547Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:26:57.547Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:26:58.434Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:26:58.435Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:26:58.437Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:26:58.437Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:58.537Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:26:58.538Z||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-30T03:26:58.538Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:26:58.551Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:26:58.552Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:26:59.438Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:26:59.438Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:26:59.440Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:26:59.441Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:26:59.541Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:26:59.542Z||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-30T03:26:59.542Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:26:59.554Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:26:59.554Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:27:00.441Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:27:00.442Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:00.444Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:00.444Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:27:00.544Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:27:00.545Z||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-30T03:27:00.545Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:00.558Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:00.559Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:27:01.445Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:27:01.445Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:01.447Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:01.447Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:27:01.548Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:27:01.549Z||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-30T03:27:01.549Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:01.563Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:01.563Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:27:02.448Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:27:02.449Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:02.451Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:02.451Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:27:02.551Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:27:02.552Z||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-30T03:27:02.552Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:02.564Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:02.564Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:27:03.451Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:27:03.452Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:03.454Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:03.454Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:27:03.555Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:27:03.555Z||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-30T03:27:03.556Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:03.568Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:03.568Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:27:04.463Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "serviceName": "Demo_pNF_CcWRcZiEboccWdigUtNR", "serviceVersion": "1.0", "serviceUUID": "5212843d-ac8f-4cff-bb52-120d8572a8ea", "serviceDescription": "catalog service description", "serviceInvariantUUID": "12a182fe-1104-47dd-a264-5934512dad71", "resources": [ { "resourceInstanceName": "pNF 6d475b94-e942 0", "resourceCustomizationUUID": "dad65795-36a9-4337-a8e0-7010cc87419d", "resourceName": "pNF 6d475b94-e942", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ed6de3f3-ad01-4ea0-beaa-973b0e3e22a9", "resourceInvariantUUID": "69a5f4de-d54f-45a0-bc8a-fa1fddb4a35d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "artifactChecksum": "YzY3Mzk5N2I0ZDI0NmQzMDdhYmMzNjZmODU2OTY5MGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "177f4610-d294-4eb1-9583-4ab0884bcab3" } ], "workloadContext": "Production" } 2021-11-30T03:27:04.463Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-30T03:27:04.463Z|299064e0-72c7-4ca6-af0a-1ab1d3096564|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5212843d-ac8f-4cff-bb52-120d8572a8ea ASDC 2021-11-30T03:27:04.463Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3774c6ce-f6b9-4c40-ace2-85fa7528e98f ServiceName:Demo_pNF_CcWRcZiEboccWdigUtNR ServiceVersion:1.0 ServiceUUID:5212843d-ac8f-4cff-bb52-120d8572a8ea ServiceInvariantUUID:12a182fe-1104-47dd-a264-5934512dad71 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCcwrczieboccwdigutnr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar ArtifactUUID:177f4610-d294-4eb1-9583-4ab0884bcab3 ArtifactChecksum:YzY3Mzk5N2I0ZDI0NmQzMDdhYmMzNjZmODU2OTY5MGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d475b94-e942 0 ResourceCustomizationUUID:dad65795-36a9-4337-a8e0-7010cc87419d ResourceInvariantUUID:69a5f4de-d54f-45a0-bc8a-fa1fddb4a35d ResourceName:pNF 6d475b94-e942 ResourceType:PNF ResourceUUID:ed6de3f3-ad01-4ea0-beaa-973b0e3e22a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-30T03:27:04.463Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5212843d-ac8f-4cff-bb52-120d8572a8ea 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-30T03:27:04.485Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:27:04.485Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:27:04.485Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:27:04.485Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 177f4610-d294-4eb1-9583-4ab0884bcab3 from URL: /sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:04.485Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:27:04.485Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:04.571Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:27:04.574Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 177f4610-d294-4eb1-9583-4ab0884bcab3 82619 2021-11-30T03:27:04.574Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar ASDC sendASDCNotification 2021-11-30T03:27:04.574Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:04.574Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:27:04.574Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:04.575Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:04.575Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242824574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:27:04.676Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:27:04.677Z||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-30T03:27:04.677Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:04.689Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:04.689Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:27:05.576Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:27:05.577Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:27:05.577Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 177f4610-d294-4eb1-9583-4ab0884bcab3, URL: /sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar to file: /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:05.578Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:05.578Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:05.578Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:05.666Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14544149851373896381/Definitions/service-DemoPnfCcwrczieboccwdigutnr-template.yml 2021-11-30T03:27:06.244Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-30T03:27:06.244Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:27:06.244Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:06.244Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-30T03:27:06.244Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d475b94-e942 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-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_CcWRcZiEboccWdigUtNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Node template pNF 6d475b94-e942 0 is matching search criteria 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:27:06.245Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6d475b94-e942 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_CcWRcZiEboccWdigUtNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Node template pNF 6d475b94-e942 0 is matching search criteria 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6d475b94-e942 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_CcWRcZiEboccWdigUtNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_CcWRcZiEboccWdigUtNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_CcWRcZiEboccWdigUtNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:27:06.246Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_CcWRcZiEboccWdigUtNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:27:06.247Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:27:06.247Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_CcWRcZiEboccWdigUtNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:27:06.247Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_CcWRcZiEboccWdigUtNR Description:catalog service description Model UUID:5212843d-ac8f-4cff-bb52-120d8572a8ea Model Version:NULL Model InvariantUuid:12a182fe-1104-47dd-a264-5934512dad71 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-30T03:27:06.255Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: ed6de3f3-ad01-4ea0-beaa-973b0e3e22a9 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-30T03:27:06.259Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||pNF 6d475b94-e942 0 2021-11-30T03:27:06.259Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ed6de3f3-ad01-4ea0-beaa-973b0e3e22a9 2021-11-30T03:27:06.259Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 5212843d-ac8f-4cff-bb52-120d8572a8ea 2021-11-30T03:27:06.259Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5212843d-ac8f-4cff-bb52-120d8572a8ea 2021-11-30T03:27:06.259Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d475b94-e942 0 ed6de3f3-ad01-4ea0-beaa-973b0e3e22a9 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-30T03:27:06.265Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@afc2f4d, org.onap.sdc.toscaparser.api.parameters.Input@7032ee6, org.onap.sdc.toscaparser.api.parameters.Input@4796e9c5, org.onap.sdc.toscaparser.api.parameters.Input@20fd207e, org.onap.sdc.toscaparser.api.parameters.Input@4b10e56b] 2021-11-30T03:27:06.265Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:27:06.265Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_CcWRcZiEboccWdigUtNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:27:06.265Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5212843d-ac8f-4cff-bb52-120d8572a8ea: pNF 6d475b94-e942 2021-11-30T03:27:06.265Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||Processing PNF resource: ed6de3f3-ad01-4ea0-beaa-973b0e3e22a9 2021-11-30T03:27:06.265Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:27:06.265Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_CcWRcZiEboccWdigUtNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:27:06.266Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||Resource customization UUID: dad65795-36a9-4337-a8e0-7010cc87419d is the same as notified resource customizationUUID: dad65795-36a9-4337-a8e0-7010cc87419d 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-30T03:27:06.296Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6d475b94-e942 ed6de3f3-ad01-4ea0-beaa-973b0e3e22a9 0 ASDC deployResourceStructure 2021-11-30T03:27:06.297Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar ASDC sendASDCNotification 2021-11-30T03:27:06.297Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar 2021-11-30T03:27:06.297Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:27:06.297Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:06.299Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:06.299Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242826297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:27:06.399Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:27:06.400Z||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-30T03:27:06.400Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:06.412Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:06.412Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:27:07.300Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3774c6ce-f6b9-4c40-ace2-85fa7528e98f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:27:07.312Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 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-30T03:27:07.314Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:27:07.314Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:27:07.315Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:27:07.320Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-30T03:27:37.320Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3774c6ce-f6b9-4c40-ace2-85fa7528e98f 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-30T03:27:37.326Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3774c6ce-f6b9-4c40-ace2-85fa7528e98f and serviceModelVersionId: 5212843d-ac8f-4cff-bb52-120d8572a8ea 2021-11-30T03:27:37.326Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 12a182fe-1104-47dd-a264-5934512dad71 2021-11-30T03:27:37.327Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/12a182fe-1104-47dd-a264-5934512dad71/model-vers/model-ver/5212843d-ac8f-4cff-bb52-120d8572a8ea?depth=0 2021-11-30T03:27:37.332Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-30T03:27:37.359Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12a182fe-1104-47dd-a264-5934512dad71/model-vers/model-ver/5212843d-ac8f-4cff-bb52-120d8572a8ea?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-30T03:27:37.359Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12a182fe-1104-47dd-a264-5934512dad71/model-vers/model-ver/5212843d-ac8f-4cff-bb52-120d8572a8ea?depth=0|INFO|500||Invoke 2021-11-30T03:27:37.378Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12a182fe-1104-47dd-a264-5934512dad71/model-vers/model-ver/5212843d-ac8f-4cff-bb52-120d8572a8ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-30T03:27:37.502Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12a182fe-1104-47dd-a264-5934512dad71/model-vers/model-ver/5212843d-ac8f-4cff-bb52-120d8572a8ea?depth=0|INFO|500||InvokeReturn 2021-11-30T03:27:37.502Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12a182fe-1104-47dd-a264-5934512dad71/model-vers/model-ver/5212843d-ac8f-4cff-bb52-120d8572a8ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211130-03:27:37:384-30485], vertex-id=[753792], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:27:37 GMT], Content-Type=[application/json]} 2021-11-30T03:27:37.502Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-11-30T03:27:37.502Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-30T03:27:37.503Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||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-30T03:27:37.508Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-30T03:27:37.508Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3774c6ce-f6b9-4c40-ace2-85fa7528e98f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-30T03:27:37.508Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-30T03:27:37.509Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:37.511Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:37.511Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242857508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:27:37.611Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:27:37.612Z||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-30T03:27:37.612Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:37.623Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:37.624Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-30T03:27:55.799Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:27:55.800Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|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-30T03:27:55.800Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:27:55.801Z||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-30T03:27:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:55.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:55.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:27:55.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:27:55.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:27:56.421Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:56.422Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-30T03:27:56.422Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"91f99143-74de-43f9-86b0-9897c6151bdb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e6432af3-b9a2-4a87-9011-29d84e25cd24","serviceDescription":"service","serviceInvariantUUID":"9b6fc196-de7a-494a-bb27-78a5cf47d78d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40af6c32-5099-43c1-ba2e-dd4524939242","resourceInvariantUUID":"2a8bb715-c4fe-4977-bfbc-27fda7c7b1c0","resourceCustomizationUUID":"42e3b29a-fdcb-4693-ad8e-03b53192ccc4","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":"MmY3M2Y2YWZkNTI3ZjZkNmYxMDdiZTFhMzgyZjJjODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"777c3261-9b28-4dbd-a8f7-3a18d7d4fdad","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":"898bfd63-2c5e-4f46-93fd-ffa5041986c0","artifactVersion":"2","generatedFromUUID":"642d7a66-7f4f-447d-be3f-8712eed5b066"},{"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":"642d7a66-7f4f-447d-be3f-8712eed5b066","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":"ZTRjY2ViNTU3N2M2ZmZkMDgyNDdlY2MxYWM2ZDU1YWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f47148b-fd96-4fd8-97fb-266b8ef02eba","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":"ef2e0b98-70a2-4c6e-abed-f30950ff60b3","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":"0a423c07-c780-468e-98a5-5cd017644099","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":"8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff","artifactVersion":"2","generatedFromUUID":"ef2e0b98-70a2-4c6e-abed-f30950ff60b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGQzNjgxNzZkYTViY2Y2OWI4NzRhNDViZjk0YzlkOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0a3742a-fbef-43a8-bed3-e3537912a6d1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjJlNjQ3Mzg2MDdjODJhYTBiMzBhYmM3MmNiMTRjNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf1fe7da-24fc-4320-b410-44f5e7979717","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-30T03:27:56.423Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:27:56.423Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:56.425Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:56.425Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:27:56.525Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:27:56.526Z||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-30T03:27:56.526Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:56.538Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:56.538Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:27:57.425Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:27:57.426Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:57.428Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:57.429Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-30T03:27:57.528Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:27:57.529Z||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-30T03:27:57.529Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:57.540Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:57.541Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:27:58.429Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:27:58.430Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:58.432Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:58.432Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-30T03:27:58.532Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:27:58.533Z||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-30T03:27:58.533Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:58.546Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:58.546Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:27:59.433Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:27:59.433Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:27:59.435Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:27:59.436Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:27:59.536Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:27:59.537Z||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-30T03:27:59.537Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:27:59.547Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:27:59.547Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:00.436Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:28:00.437Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:00.439Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:00.439Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-30T03:28:00.539Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:00.540Z||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-30T03:28:00.540Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:00.553Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:00.553Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:01.440Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:28:01.440Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:01.442Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:01.442Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:01.543Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:01.544Z||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-30T03:28:01.544Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:01.555Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:01.556Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:02.443Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:28:02.444Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:02.445Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:02.445Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-30T03:28:02.546Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:02.547Z||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-30T03:28:02.547Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:02.562Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:02.562Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:03.446Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:28:03.447Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:03.449Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:03.449Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:03.550Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:28:03.550Z||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-30T03:28:03.551Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:03.562Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:03.563Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:28:04.450Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-30T03:28:04.451Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:04.453Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:04.453Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:28:04.554Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:04.554Z||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-30T03:28:04.554Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:04.566Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:04.567Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:05.455Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "e6432af3-b9a2-4a87-9011-29d84e25cd24", "serviceDescription": "service", "serviceInvariantUUID": "9b6fc196-de7a-494a-bb27-78a5cf47d78d", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "42e3b29a-fdcb-4693-ad8e-03b53192ccc4", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "40af6c32-5099-43c1-ba2e-dd4524939242", "resourceInvariantUUID": "2a8bb715-c4fe-4977-bfbc-27fda7c7b1c0", "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": "898bfd63-2c5e-4f46-93fd-ffa5041986c0", "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": "642d7a66-7f4f-447d-be3f-8712eed5b066", "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": "ZTRjY2ViNTU3N2M2ZmZkMDgyNDdlY2MxYWM2ZDU1YWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f47148b-fd96-4fd8-97fb-266b8ef02eba", "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": "ef2e0b98-70a2-4c6e-abed-f30950ff60b3", "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": "8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff", "generatedFromUUID": "ef2e0b98-70a2-4c6e-abed-f30950ff60b3" }, "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": "8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjJlNjQ3Mzg2MDdjODJhYTBiMzBhYmM3MmNiMTRjNjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf1fe7da-24fc-4320-b410-44f5e7979717" } ], "workloadContext": "Production" } 2021-11-30T03:28:05.455Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-30T03:28:05.456Z|3774c6ce-f6b9-4c40-ace2-85fa7528e98f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e6432af3-b9a2-4a87-9011-29d84e25cd24 ASDC 2021-11-30T03:28:05.456Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:91f99143-74de-43f9-86b0-9897c6151bdb ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:e6432af3-b9a2-4a87-9011-29d84e25cd24 ServiceInvariantUUID:9b6fc196-de7a-494a-bb27-78a5cf47d78d 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:cf1fe7da-24fc-4320-b410-44f5e7979717 ArtifactChecksum:YjJlNjQ3Mzg2MDdjODJhYTBiMzBhYmM3MmNiMTRjNjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:42e3b29a-fdcb-4693-ad8e-03b53192ccc4 ResourceInvariantUUID:2a8bb715-c4fe-4977-bfbc-27fda7c7b1c0 ResourceName:basic_cnf ResourceType:VF ResourceUUID:40af6c32-5099-43c1-ba2e-dd4524939242 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:898bfd63-2c5e-4f46-93fd-ffa5041986c0 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:642d7a66-7f4f-447d-be3f-8712eed5b066 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:1f47148b-fd96-4fd8-97fb-266b8ef02eba ArtifactChecksum:ZTRjY2ViNTU3N2M2ZmZkMDgyNDdlY2MxYWM2ZDU1YWQ= 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:ef2e0b98-70a2-4c6e-abed-f30950ff60b3 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:8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff 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:8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-30T03:28:05.456Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6432af3-b9a2-4a87-9011-29d84e25cd24 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-30T03:28:05.503Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:28:05.503Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:28:05.503Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:28:05.504Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cf1fe7da-24fc-4320-b410-44f5e7979717 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-30T03:28:05.504Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:28:05.504Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-30T03:28:05.577Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:28:05.582Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cf1fe7da-24fc-4320-b410-44f5e7979717 68936 2021-11-30T03:28:05.582Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:05.582Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:05.582Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:28:05.582Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:05.584Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:05.585Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242885582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:05.685Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:05.686Z||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-30T03:28:05.686Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:05.700Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:05.700Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:06.585Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-30T03:28:06.586Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-30T03:28:06.586Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cf1fe7da-24fc-4320-b410-44f5e7979717, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-30T03:28:06.587Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-30T03:28:06.587Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-30T03:28:06.587Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-30T03:28:06.670Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1171649638958937179/Definitions/service-BasicCnf-template.yml 2021-11-30T03:28:07.536Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-30T03:28:07.537Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-30T03:28:07.538Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:28:07.539Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=550e3757-275b-448d-9dd2-e476e03eb406 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:07.540Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:e6432af3-b9a2-4a87-9011-29d84e25cd24 Model Version:NULL Model InvariantUuid:9b6fc196-de7a-494a-bb27-78a5cf47d78d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:b80711b7-8743-4bda-8b46-3ad129ff7c08 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2a8bb715-c4fe-4977-bfbc-27fda7c7b1c0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:42e3b29a-fdcb-4693-ad8e-03b53192ccc4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:72f95b46-5a8e-4787-adad-6d2a06282afa ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2ab3b3d1-2ac5-4c86-8618-b1761979470a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:550e3757-275b-448d-9dd2-e476e03eb406 ModelInvariantUuid:39f11f05-cee9-4aa2-91c2-ef84d78b478e ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:8a0db431-18df-4547-8886-4581d4387ec2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:b0c49ae3-c517-4d44-95ec-c6a5a7ace445 ModelInvariantUuid:f06b3829-e19d-499f-8fa9-6b94b6ff60b4 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8140d02f-7f30-4dda-a9f0-086d1d9e7ffe 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-30T03:28:07.548Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 40af6c32-5099-43c1-ba2e-dd4524939242 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-30T03:28:07.550Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||basic_cnf 0 2021-11-30T03:28:07.550Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40af6c32-5099-43c1-ba2e-dd4524939242 2021-11-30T03:28:07.550Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 898bfd63-2c5e-4f46-93fd-ffa5041986c0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-30T03:28:07.550Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:28:07.551Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:07.687Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:28:07.688Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 898bfd63-2c5e-4f46-93fd-ffa5041986c0 12 2021-11-30T03:28:07.688Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:07.688Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:07.688Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:28:07.688Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:07.690Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:07.690Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242887688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:07.790Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:07.791Z||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-30T03:28:07.791Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:07.815Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:07.815Z||pool-111-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:28:08.691Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 642d7a66-7f4f-447d-be3f-8712eed5b066 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-30T03:28:08.692Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:28:08.692Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:08.889Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:28:08.890Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 642d7a66-7f4f-447d-be3f-8712eed5b066 2688 2021-11-30T03:28:08.890Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:08.890Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:08.891Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:28:08.891Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:08.893Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:08.893Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242888890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:08.994Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:28:08.994Z||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-30T03:28:08.994Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:09.007Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:09.008Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:09.895Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1f47148b-fd96-4fd8-97fb-266b8ef02eba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-30T03:28:09.895Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:28:09.895Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:10.297Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:28:10.297Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1f47148b-fd96-4fd8-97fb-266b8ef02eba 828 2021-11-30T03:28:10.298Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:10.298Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:10.298Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:28:10.298Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:10.300Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:10.301Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242890298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:10.400Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-30T03:28:10.401Z||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-30T03:28:10.401Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:10.412Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:10.412Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:11.301Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "72f95b46-5a8e-4787-adad-6d2a06282afa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ab3b3d1-2ac5-4c86-8618-b1761979470a", "vfModuleModelCustomizationUUID": "ada5c88a-64a2-403d-8d57-47cd1ce79cf6", "isBase": true, "artifacts": [ "642d7a66-7f4f-447d-be3f-8712eed5b066", "ef2e0b98-70a2-4c6e-abed-f30950ff60b3", "8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff" ], "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-30T03:28:11.305Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ab3b3d1-2ac5-4c86-8618-b1761979470a VfModuleModelInvariantUUID:72f95b46-5a8e-4787-adad-6d2a06282afa VfModuleModelDescription:NULL Artifacts UUID List:{ 642d7a66-7f4f-447d-be3f-8712eed5b066 , ef2e0b98-70a2-4c6e-abed-f30950ff60b3 , 8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff } 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-30T03:28:11.307Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "72f95b46-5a8e-4787-adad-6d2a06282afa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ab3b3d1-2ac5-4c86-8618-b1761979470a", "vfModuleModelCustomizationUUID": "ada5c88a-64a2-403d-8d57-47cd1ce79cf6", "isBase": true, "artifacts": [ "642d7a66-7f4f-447d-be3f-8712eed5b066", "ef2e0b98-70a2-4c6e-abed-f30950ff60b3", "8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff" ], "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-30T03:28:11.308Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ab3b3d1-2ac5-4c86-8618-b1761979470a VfModuleModelInvariantUUID:72f95b46-5a8e-4787-adad-6d2a06282afa VfModuleModelDescription:NULL Artifacts UUID List:{ 642d7a66-7f4f-447d-be3f-8712eed5b066 , ef2e0b98-70a2-4c6e-abed-f30950ff60b3 , 8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff } 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-30T03:28:11.308Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ef2e0b98-70a2-4c6e-abed-f30950ff60b3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-30T03:28:11.308Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:28:11.308Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:11.683Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:28:11.683Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ef2e0b98-70a2-4c6e-abed-f30950ff60b3 1164 2021-11-30T03:28:11.684Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:11.684Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:11.684Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:28:11.684Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:11.686Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:11.686Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242891684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:11.786Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:11.787Z||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-30T03:28:11.787Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:11.799Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:11.800Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:12.687Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-30T03:28:12.687Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-30T03:28:12.688Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:13.089Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-30T03:28:13.090Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8a20a7d5-bfed-4efb-b1ed-c0c2301f0dff 200 2021-11-30T03:28:13.090Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:13.090Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:13.090Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-30T03:28:13.090Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:13.093Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:13.093Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242893090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:13.193Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:13.193Z||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-30T03:28:13.194Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:13.203Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:13.203Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:14.093Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e6432af3-b9a2-4a87-9011-29d84e25cd24 2021-11-30T03:28:14.094Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 40af6c32-5099-43c1-ba2e-dd4524939242 ASDC 2021-11-30T03:28:14.105Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-30T03:28:14.115Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43095236, org.onap.sdc.toscaparser.api.parameters.Input@61e0b8a3, org.onap.sdc.toscaparser.api.parameters.Input@7be10203, org.onap.sdc.toscaparser.api.parameters.Input@5ca61022, org.onap.sdc.toscaparser.api.parameters.Input@55377162] 2021-11-30T03:28:14.116Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.116Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:14.117Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-11-30T03:28:14.117Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 42e3b29a-fdcb-4693-ad8e-03b53192ccc4 2021-11-30T03:28:14.117Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42e3b29a-fdcb-4693-ad8e-03b53192ccc4 matches Tosca VF Customization UUID: 42e3b29a-fdcb-4693-ad8e-03b53192ccc4 2021-11-30T03:28:14.117Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 42e3b29a-fdcb-4693-ad8e-03b53192ccc4 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-30T03:28:14.119Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.119Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:14.119Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 42e3b29a-fdcb-4693-ad8e-03b53192ccc4: {\"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-30T03:28:14.119Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ebf3c9c 2021-11-30T03:28:14.120Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.120Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-30T03:28:14.120Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ada5c88a-64a2-403d-8d57-47cd1ce79cf6 2021-11-30T03:28:14.120Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ada5c88a-64a2-403d-8d57-47cd1ce79cf6 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-30T03:28:14.122Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.122Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-30T03:28:14.122Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:28:14.122Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.122Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-30T03:28:14.122Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:28:14.123Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.123Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-30T03:28:14.123Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-30T03:28:14.123Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=550e3757-275b-448d-9dd2-e476e03eb406 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-30T03:28:14.125Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.125Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-30T03:28:14.125Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-30T03:28:14.125Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.125Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-30T03:28:14.125Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=42e3b29a-fdcb-4693-ad8e-03b53192ccc4 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-30T03:28:14.127Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.127Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:14.127Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e6432af3-b9a2-4a87-9011-29d84e25cd24: basic_cnf 2021-11-30T03:28:14.127Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.127Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:14.127Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.128Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:14.128Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.128Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:14.128Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.128Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:14.128Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-30T03:28:14.128Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-30T03:28:14.128Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:14.228Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 40af6c32-5099-43c1-ba2e-dd4524939242 1 ASDC deployResourceStructure 2021-11-30T03:28:14.229Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:14.229Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:14.229Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-30T03:28:14.229Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:14.231Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:14.231Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242894228, "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-30T03:28:14.332Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:14.332Z||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-30T03:28:14.332Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:14.344Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:14.345Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:15.232Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:15.232Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:15.232Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-30T03:28:15.232Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:15.234Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:15.234Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242895232, "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-30T03:28:15.335Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:28:15.336Z||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-30T03:28:15.336Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:15.348Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:15.348Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:16.235Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:16.236Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:16.236Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:28:16.236Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:16.238Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:16.238Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242896235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:28:16.339Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:16.340Z||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-30T03:28:16.340Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:16.350Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:16.350Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:17.239Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:17.241Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:17.241Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:28:17.241Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:17.243Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:17.243Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242897239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:28:17.344Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-30T03:28:17.344Z||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-30T03:28:17.345Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:17.359Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:17.360Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:18.244Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:18.245Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:18.245Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:28:18.245Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:18.248Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:18.248Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242898244, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-30T03:28:18.348Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:18.349Z||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-30T03:28:18.349Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:18.363Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:18.363Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-30T03:28:19.248Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:19.249Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:28:19.249Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-30T03:28:19.249Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:28:19.252Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:28:19.252Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242899248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:28:19.352Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:28:19.353Z||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-30T03:28:19.353Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:19.365Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:19.365Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-30T03:28:20.252Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91f99143-74de-43f9-86b0-9897c6151bdb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:28:20.264Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:28:20.266Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:28:20.266Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:28:20.266Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:28:50.266Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91f99143-74de-43f9-86b0-9897c6151bdb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:28:50.276Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:28:50.278Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:28:50.278Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-30T03:28:50.278Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-30T03:28:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:28:55.802Z||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-30T03:28:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:28:55.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:28:55.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242813041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "ves-openapi-manager", "timestamp": 1638242811802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242817715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "dcae-sch", "timestamp": 1638242812361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242817394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242810723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242819405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "dcae-sch", "timestamp": 1638242812361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "ves-openapi-manager", "timestamp": 1638242811802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242817715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242813041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242817394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242810723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242819405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/resourceInstances/pnf6d475b94e9420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "dcae-sch", "timestamp": 1638242812361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "ves-openapi-manager", "timestamp": 1638242811802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242817715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242813041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242817394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242810723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242819405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "dcae-sch", "timestamp": 1638242812361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "ves-openapi-manager", "timestamp": 1638242811802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242817715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242817394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242813041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242810723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242819405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242815799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "ves-openapi-manager", "timestamp": 1638242811802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "dcae-sch", "timestamp": 1638242812361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242817715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242813041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242817394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242810723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242819405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242824574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "dcae-sch", "timestamp": 1638242812361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "ves-openapi-manager", "timestamp": 1638242811802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242817715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242813041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242817394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242810723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242819405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "ves-openapi-manager", "timestamp": 1638242811802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "dcae-sch", "timestamp": 1638242812361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242817715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242813041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242817394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242810723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242819405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242826297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcwrczieboccwdigutnr/1.0/artifacts/service-DemoPnfCcwrczieboccwdigutnr-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "dcae-sch", "timestamp": 1638242812361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "ves-openapi-manager", "timestamp": 1638242811802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242817715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242817394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242813041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242810723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242819405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "dcae-sch", "timestamp": 1638242812361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "ves-openapi-manager", "timestamp": 1638242811802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242817715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242813041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:28:55.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242817394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242810723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242819405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242829796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242829862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242829979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242830054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "cds", "timestamp": 1638242830800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:28:55.874Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91f99143-74de-43f9-86b0-9897c6151bdb 2021-11-30T03:28:55.874Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:28:55.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242831057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:28:55.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242831301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242831753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:28:55.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "policy-id", "timestamp": 1638242832060, "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-30T03:28:55.891Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91f99143-74de-43f9-86b0-9897c6151bdb 2021-11-30T03:28:55.891Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:28:55.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1638242832756, "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-30T03:28:55.907Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91f99143-74de-43f9-86b0-9897c6151bdb 2021-11-30T03:28:55.907Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:28:55.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242832790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242833846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242834889, "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-30T03:28:55.922Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91f99143-74de-43f9-86b0-9897c6151bdb 2021-11-30T03:28:55.923Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:28:55.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "multicloud-k8s-id", "timestamp": 1638242835892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242835474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242836278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242835474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242835474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242838286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242835474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "clamp", "timestamp": 1638242839289, "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-30T03:28:55.936Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91f99143-74de-43f9-86b0-9897c6151bdb 2021-11-30T03:28:55.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:28:55.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242835474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242835474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242835474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242835474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242835474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242845268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242853863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "aai-ml", "timestamp": 1638242854868, "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-30T03:28:55.955Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91f99143-74de-43f9-86b0-9897c6151bdb 2021-11-30T03:28:55.956Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:28:55.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-30T03:28:55.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3774c6ce-f6b9-4c40-ace2-85fa7528e98f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242857508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:28:55.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:20.278Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91f99143-74de-43f9-86b0-9897c6151bdb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T03:29:20.289Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:29:20.291Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-30T03:29:20.291Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-30T03:29:20.291Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-30T03:29:20.291Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-30T03:29:20.291Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:29:20.292Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:29:20.292Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:29:20.292Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:29:20.292Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:29:20.292Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-30T03:29:20.292Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-30T03:29:20.296Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-30T03:29:50.296Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91f99143-74de-43f9-86b0-9897c6151bdb 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-30T03:29:50.305Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91f99143-74de-43f9-86b0-9897c6151bdb and serviceModelVersionId: e6432af3-b9a2-4a87-9011-29d84e25cd24 2021-11-30T03:29:50.305Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b6fc196-de7a-494a-bb27-78a5cf47d78d 2021-11-30T03:29:50.306Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b6fc196-de7a-494a-bb27-78a5cf47d78d/model-vers/model-ver/e6432af3-b9a2-4a87-9011-29d84e25cd24?depth=0 2021-11-30T03:29:50.311Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-30T03:29:50.354Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6fc196-de7a-494a-bb27-78a5cf47d78d/model-vers/model-ver/e6432af3-b9a2-4a87-9011-29d84e25cd24?depth=0|INFO|500||Invoke 2021-11-30T03:29:50.354Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6fc196-de7a-494a-bb27-78a5cf47d78d/model-vers/model-ver/e6432af3-b9a2-4a87-9011-29d84e25cd24?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6fc196-de7a-494a-bb27-78a5cf47d78d/model-vers/model-ver/e6432af3-b9a2-4a87-9011-29d84e25cd24?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91f99143-74de-43f9-86b0-9897c6151bdb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb27c6fe-5ef9-4b9c-ac77-29cfbd861d0e], X-ECOMP-RequestID=[91f99143-74de-43f9-86b0-9897c6151bdb], X-TransactionId=[], X-ONAP-RequestID=[91f99143-74de-43f9-86b0-9897c6151bdb], Content-Type=[application/merge-patch+json]} 2021-11-30T03:29:50.374Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6fc196-de7a-494a-bb27-78a5cf47d78d/model-vers/model-ver/e6432af3-b9a2-4a87-9011-29d84e25cd24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-30T03:29:50.896Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6fc196-de7a-494a-bb27-78a5cf47d78d/model-vers/model-ver/e6432af3-b9a2-4a87-9011-29d84e25cd24?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/9b6fc196-de7a-494a-bb27-78a5cf47d78d/model-vers/model-ver/e6432af3-b9a2-4a87-9011-29d84e25cd24?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211130-03:29:50:380-89799], vertex-id=[274624], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:29:50 GMT], Content-Type=[application/json]} 2021-11-30T03:29:50.896Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6fc196-de7a-494a-bb27-78a5cf47d78d/model-vers/model-ver/e6432af3-b9a2-4a87-9011-29d84e25cd24?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-30T03:29:50.897Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6fc196-de7a-494a-bb27-78a5cf47d78d/model-vers/model-ver/e6432af3-b9a2-4a87-9011-29d84e25cd24?depth=0|INFO|500||InvokeReturn 2021-11-30T03:29:50.897Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-30T03:29:50.897Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||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-30T03:29:50.902Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-30T03:29:50.903Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91f99143-74de-43f9-86b0-9897c6151bdb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-30T03:29:50.903Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-30T03:29:50.903Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-30T03:29:50.905Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-30T03:29:50.905Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242990903, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:29:51.006Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-30T03:29:51.006Z||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-30T03:29:51.006Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:29:51.020Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:29:51.021Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-30T03:29:51.919Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:29:51.920Z|91f99143-74de-43f9-86b0-9897c6151bdb|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-30T03:29:51.920Z|91f99143-74de-43f9-86b0-9897c6151bdb|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:29:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:29:55.802Z||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-30T03:29:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:29:55.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:29:55.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:29:55.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-30T03:29:55.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-30T03:29:55.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-30T03:29:55.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-30T03:29:55.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-30T03:29:55.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-30T03:29:55.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-30T03:29:55.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-30T03:29:55.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-30T03:29:55.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-30T03:29:55.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-30T03:29:55.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-30T03:29:55.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-30T03:29:55.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-30T03:29:55.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-30T03:29:55.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242875799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-30T03:29:55.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-30T03:29:55.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242885582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-30T03:29:55.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242887688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:29:55.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242888890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-30T03:29:55.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242890298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-30T03:29:55.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242891684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-30T03:29:55.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242893090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-30T03:29:55.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242894228, "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-30T03:29:55.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242895232, "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-30T03:29:55.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242896235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-30T03:29:55.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242897239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-30T03:29:55.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242898244, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-30T03:29:55.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:29:55.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-30T03:29:55.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242899248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-30T03:29:55.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:30:01.466Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:30:01.467Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:30:01.467Z|91f99143-74de-43f9-86b0-9897c6151bdb|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-30T03:30:01.467Z|91f99143-74de-43f9-86b0-9897c6151bdb|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:30:11.004Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:30:55.799Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:30:55.800Z|91f99143-74de-43f9-86b0-9897c6151bdb|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-30T03:30:55.800Z|91f99143-74de-43f9-86b0-9897c6151bdb|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:30:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:30:55.802Z||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-30T03:30:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:30:56.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:30:56.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-30T03:30:56.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "91f99143-74de-43f9-86b0-9897c6151bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1638242990903, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-30T03:30:56.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-30T03:31:05.342Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:31:55.799Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:31:55.800Z|91f99143-74de-43f9-86b0-9897c6151bdb|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-30T03:31:55.800Z|91f99143-74de-43f9-86b0-9897c6151bdb|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:31:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:31:55.801Z||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-30T03:31:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:32:05.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:32:05.350Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:32:55.799Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:32:55.800Z|91f99143-74de-43f9-86b0-9897c6151bdb|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-30T03:32:55.800Z|91f99143-74de-43f9-86b0-9897c6151bdb|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:32:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:32:55.801Z||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-30T03:32:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:33:05.345Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:33:05.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:33:55.799Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:33:55.799Z|91f99143-74de-43f9-86b0-9897c6151bdb|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-30T03:33:55.799Z|91f99143-74de-43f9-86b0-9897c6151bdb|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:33:55.801Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:33:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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-30T03:33:55.802Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:34:05.345Z|e1fdf90f-7b7c-4f25-bba2-2c444702d440|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:34:05.349Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:34:55.799Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:34:55.800Z|91f99143-74de-43f9-86b0-9897c6151bdb|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-30T03:34:55.800Z|91f99143-74de-43f9-86b0-9897c6151bdb|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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:34:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:34:55.801Z||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-30T03:34:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:35:05.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:35:05.346Z|91f99143-74de-43f9-86b0-9897c6151bdb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:35:55.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:35:55.800Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-30T03:35:55.800Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:35:55.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:35:55.802Z||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-30T03:35:55.803Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:36:05.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:36:05.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:36:55.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:36:55.800Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-30T03:36:55.800Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:36:55.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:36:55.801Z||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-30T03:36:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:37:05.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:37:05.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:37:55.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:37:55.800Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-30T03:37:55.800Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:37:55.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:37:55.801Z||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-30T03:37:55.801Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:38:05.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:38:05.346Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:38:55.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:38:55.800Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-30T03:38:55.800Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:38:55.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:38:55.801Z||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-30T03:38:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:39:05.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:39:05.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:39:55.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:39:55.800Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-30T03:39:55.800Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:39:55.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-30T03:39:55.802Z||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-30T03:39:55.802Z||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 4JT7Dfj9rxIdoJwk) ... 2021-11-30T03:40:05.343Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-30T03:40:05.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK