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-10T09:34:59.984Z||main|||||INFO|500||The following profiles are active: basic 2021-11-10T09:35:13.088Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-10T09:35:13.088Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-10T09:35:13.216Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-10T09:35:17.549Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-10T09:35:18.046Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-10T09:35:18.674Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-10T09:35:18.682Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-10T09:35:18.841Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-10T09:35:19.121Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-10T09:35:19.837Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-10T09:35:24.828Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-10T09:35:27.102Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-10T09:35:27.160Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-10T09:35:27.697Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-10T09:35:27.817Z||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-10T09:35:29.225Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-10T09:35:30.350Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-10T09:35:30.372Z||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$$7b5c92.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-10T09:35:30.373Z||main|||||WARN|500||The sdc end point is not alive 2021-11-10T09:35:33.781Z||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-10T09:35:36.787Z||main|||||WARN|500||--- 2021-11-10T09:35:36.788Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-10T09:35:36.788Z||main|||||WARN|500||--- 2021-11-10T09:35:37.235Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-10T09:35:43.024Z||main|||||INFO|500||Started Application in 46.511 seconds (JVM running for 50.424) 2021-11-10T09:35:43.051Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-10T09:35:43.052Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-10T09:35:43.075Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-10T09:35:43.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-10T09:35:43.157Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ead1ca7-02e5-4e3a-8a7f-a3b3280868c5 url= /sdc/v1/artifactTypes 2021-11-10T09:35:43.158Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-10T09:35:43.515Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-10T09:35:43.545Z||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-10T09:35:43.576Z||scheduling-1|||||DEBUG|500||create keys 2021-11-10T09:35:43.584Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-10T09:35:43.680Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:35:43.709Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c47851c3-523a-4cca-88a7-3978946e9ea2 url= /sdc/v1/registerForDistribution 2021-11-10T09:35:44.022Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c47851c3-523a-4cca-88a7-3978946e9ea2 url= /sdc/v1/registerForDistribution 2021-11-10T09:35:44.022Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-10T09:35:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:35:44.033Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:35:44.056Z||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-10T09:35:44.057Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:35:44.058Z||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-10T09:35:44.058Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:35:44.060Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-10T09:35:54.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:35:54.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:36:44.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:36:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:36:44.033Z||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-10T09:36:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:36:44.033Z||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-10T09:36:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:36:53.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:36:53.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:37:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:37:44.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:37:44.041Z||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-10T09:37:44.041Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:37:44.041Z||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-10T09:37:44.042Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:37:53.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:37:53.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:38:44.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:38:44.033Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:38:44.033Z||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-10T09:38:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:38:44.033Z||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-10T09:38:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:38:53.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:38:53.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:39:44.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:39:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:39:44.033Z||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-10T09:39:44.033Z||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-10T09:39:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:39:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:39:53.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:39:53.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:40:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:40:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:40:44.036Z||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-10T09:40:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:40:44.036Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:40:44.037Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:40:53.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:40:53.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:41:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:41:44.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:41:44.030Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:41:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:41:44.032Z||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-10T09:41:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:41:53.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:41:53.650Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:42:44.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:42:44.030Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:42:44.035Z||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-10T09:42:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:42:44.039Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:42:44.040Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:42:53.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:42:53.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:43:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:43:44.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:43:44.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:43:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:43:44.033Z||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-10T09:43:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:43:53.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:43:53.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:44:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:44:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:44:44.035Z||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-10T09:44:44.035Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:44:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:44:44.036Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:44:53.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:44:53.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:44:56.084Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-10T09:45:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:45:44.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:45:44.030Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:45:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:45:44.032Z||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-10T09:45:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:45:53.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:45:53.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:46:44.030Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:46:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:46:44.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:46:44.034Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:46:44.033Z||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-10T09:46:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:46:53.588Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:46:53.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:47:44.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:47:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:47:44.031Z||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-10T09:47:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:47:44.032Z||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-10T09:47:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:47:53.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:47:53.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:48:44.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:48:44.032Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:48:44.035Z||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-10T09:48:44.035Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:48:44.036Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:48:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:48:53.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:48:53.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:49:44.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:49:44.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:49:44.030Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:49:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:49:44.032Z||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-10T09:49:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:49:53.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:49:53.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:50:44.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:50:44.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:50:44.037Z||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-10T09:50:44.037Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T09:50:44.037Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T09:50:44.037Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:50:53.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:50:53.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:51:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:51:44.030Z||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-10T09:51:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:51:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:51:44.033Z||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-10T09:51:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:51:53.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:51:53.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:52:44.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:52:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:52:44.033Z||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-10T09:52:44.033Z||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-10T09:52:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:52:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:52:53.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:52:53.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:53:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:53:44.031Z||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-10T09:53:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:53:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:53:44.032Z||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-10T09:53:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:53:53.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:53:53.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:54:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:54:44.032Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:54:44.037Z||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-10T09:54:44.037Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:54:44.038Z||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-10T09:54:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:54:53.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:54:53.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:55:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:55:44.031Z||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-10T09:55:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:55:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:55:44.032Z||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-10T09:55:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:55:53.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:55:53.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:56:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:56:44.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:56:44.034Z||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-10T09:56:44.035Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:56:44.034Z||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-10T09:56:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:56:53.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:56:53.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:57:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:57:44.030Z||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-10T09:57:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:57:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:57:44.032Z||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-10T09:57:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:57:53.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:57:53.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:58:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:58:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:58:44.032Z||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-10T09:58:44.032Z||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-10T09:58:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:58:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:58:53.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:58:53.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:59:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:59:44.030Z||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-10T09:59:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:59:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T09:59:44.032Z||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-10T09:59:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T09:59:53.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T09:59:53.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:00:44.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:00:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:00:44.035Z||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-10T10:00:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:00:44.035Z||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-10T10:00:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:00:53.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:00:53.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:01:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:01:44.031Z||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-10T10:01:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:01:44.032Z||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-10T10:01:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:01:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:01:53.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:01:53.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:02:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:02:44.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:02:44.032Z||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-10T10:02:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:02:44.034Z||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-10T10:02:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:02:53.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:02:53.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:03:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:03:44.030Z||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-10T10:03:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:03:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:03:44.032Z||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-10T10:03:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:03:53.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:03:53.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:04:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:04:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:04:44.032Z||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-10T10:04:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:04:44.033Z||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-10T10:04:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:04:53.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:04:53.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:05:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:05:44.030Z||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-10T10:05:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:05:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:05:44.032Z||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-10T10:05:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:05:53.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:05:53.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:06:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:06:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:06:44.032Z||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-10T10:06:44.033Z||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-10T10:06:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:06:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:06:53.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:06:53.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:07:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:07:44.031Z||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-10T10:07:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:07:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:07:44.032Z||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-10T10:07:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:07:53.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:07:53.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:08:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:08:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:08:44.033Z||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-10T10:08:44.033Z||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-10T10:08:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:08:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:08:53.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:08:53.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:09:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:09:44.030Z||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-10T10:09:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:09:44.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:09:44.032Z||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-10T10:09:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:09:53.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:09:53.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:10:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:10:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:10:44.032Z||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-10T10:10:44.032Z||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-10T10:10:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:10:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:10:53.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:10:53.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:11:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:11:44.030Z||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-10T10:11:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:11:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:11:44.032Z||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-10T10:11:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:11:53.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:11:53.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:12:44.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:12:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:12:44.037Z||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-10T10:12:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:12:44.037Z||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-10T10:12:44.039Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:12:53.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:12:53.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:13:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:13:44.030Z||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-10T10:13:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:13:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:13:44.032Z||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-10T10:13:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:13:53.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:13:53.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:14:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:14:44.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:14:44.032Z||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-10T10:14:44.032Z||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-10T10:14:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:14:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:14:53.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:14:53.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:15:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:15:44.030Z||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-10T10:15:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:15:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:15:44.032Z||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-10T10:15:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:15:53.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:15:53.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:16:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:16:44.033Z||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-10T10:16:44.033Z||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-10T10:16:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:16:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:16:44.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:44.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2880f3b-3fc5-4913-9bbb-9d44dbf891b0","serviceName":"vFW 2021-11-10 10-14-25","serviceVersion":"1.0","serviceUUID":"9560ad1c-7013-4eb8-85dc-e4b55e8e7f14","serviceDescription":"catalog service description","serviceInvariantUUID":"451656b8-4db5-4881-89ea-4298502f76f1","resources":[{"resourceInstanceName":"vFW 98e4d8e3-eecb 0","resourceName":"vFW 98e4d8e3-eecb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc2847da-66c4-4ad7-a64b-488def6367bc","resourceInvariantUUID":"170778c8-eb83-437e-94c9-ba43cd00de96","resourceCustomizationUUID":"db23c7b6-a191-4c26-8076-15305bd19c21","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml","artifactChecksum":"MzkzYmJiOTQyMDZmZGQwYjJkMWNkN2Q4ZmVmNzhkNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f31d9482-f015-4877-8395-955ed43dae5f","artifactVersion":"1"},{"artifactName":"vfw98e4d8e3eecb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json","artifactChecksum":"ZDFmYTc3MGJiYWY0NjMyMmJkMjMwZDQyZWQwZDViODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df34b043-b32e-40a0-b584-7bdefeb3a5de","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml","artifactChecksum":"OWUzNTA2OWU5ODhkZGNjNDU5MjBiODFhYjU2ZjdjNzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8b4b45fe-782e-4ef1-8cb5-d4fbe1d9f8d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e05c08c3-ac3e-4355-9a0a-40d7a362b573","artifactVersion":"2","generatedFromUUID":"df34b043-b32e-40a0-b584-7bdefeb3a5de"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211110101425-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml","artifactChecksum":"ZTc2YjhiYTQyNGE3MjA2NmE3OTA2OWViOThiYzAxZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa3eb5bb-227f-47f1-83a6-504b7d0edd86","artifactVersion":"1"},{"artifactName":"service-Vfw20211110101425-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar","artifactChecksum":"MDhmNzNlYWExMDhkZmU0OWZkNzYzYjNhNDk5ZGYxZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T10:16:44.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:44.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "ves-openapi-manager", "timestamp": 1636539367643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.700Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:16:44.729Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:44.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539367874, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539370255, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539376617, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539374851, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "ves-openapi-manager", "timestamp": 1636539367643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539367874, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539370255, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:16:44.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539374851, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539376617, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:16:44.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "ves-openapi-manager", "timestamp": 1636539367643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539367874, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539374851, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539370255, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539376617, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-10T10:16:44.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "ves-openapi-manager", "timestamp": 1636539367643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539367874, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539374851, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539370255, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539376617, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "ves-openapi-manager", "timestamp": 1636539367643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539367874, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539374851, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539376617, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-10T10:16:44.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539370255, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "cds", "timestamp": 1636539381103, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "ves-openapi-manager", "timestamp": 1636539367643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539367874, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "cds", "timestamp": 1636539381103, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539374851, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539376617, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539370255, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "ves-openapi-manager", "timestamp": 1636539367643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539367874, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:16:44.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539376617, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:16:44.766Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:44.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539374851, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:16:44.766Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "cds", "timestamp": 1636539381103, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539370255, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:16:44.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539383338, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "dcae-sch", "timestamp": 1636539383579, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "cds", "timestamp": 1636539381103, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539384931, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:44.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539384957, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:44.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:44.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539384974, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:44.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:44.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539383338, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "dcae-sch", "timestamp": 1636539383579, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "cds", "timestamp": 1636539381103, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539383338, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-10T10:16:44.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539386177, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:44.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:44.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "dcae-sch", "timestamp": 1636539383579, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "cds", "timestamp": 1636539381103, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539383338, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "dcae-sch", "timestamp": 1636539383579, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "cds", "timestamp": 1636539381103, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:16:44.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539383338, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539388199, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:44.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:44.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "dcae-sch", "timestamp": 1636539383579, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539383338, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:44.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:44.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "cds", "timestamp": 1636539389086, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:44.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:44.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:44.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539389222, "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-10T10:16:44.862Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms 2021-11-10T10:16:44.866Z||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-10T10:16:44.866Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:44.890Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:44.892Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 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-10T10:16:45.010Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 2021-11-10T10:16:45.030Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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-10T10:16:45.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "dcae-sch", "timestamp": 1636539383579, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:45.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:45.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539383338, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:16:45.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:45.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "cds", "timestamp": 1636539390117, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-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-10T10:16:45.077Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 2021-11-10T10:16:45.077Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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-10T10:16:45.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "multicloud-k8s-id", "timestamp": 1636539390226, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:16:45.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "dcae-sch", "timestamp": 1636539383579, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:45.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539390293, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:16:45.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:45.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539391158, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:45.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:45.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539391309, "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-10T10:16:45.092Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 2021-11-10T10:16:45.092Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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-10T10:16:45.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539392172, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:16:45.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:45.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "policy-id", "timestamp": 1636539393178, "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-10T10:16:45.106Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 2021-11-10T10:16:45.107Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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-10T10:16:45.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539395060, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:45.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:45.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539397066, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:16:45.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:45.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "clamp", "timestamp": 1636539398071, "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-10T10:16:45.122Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 2021-11-10T10:16:45.122Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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-10T10:16:45.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539401205, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:16:45.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:16:45.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:16:45.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "aai-ml", "timestamp": 1636539402211, "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-10T10:16:45.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 2021-11-10T10:16:45.134Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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-10T10:16:45.787Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:16:45.787Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:45.789Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:45.790Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:16:45.890Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:16:45.891Z||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-10T10:16:45.891Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:45.924Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:45.926Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:16:46.791Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:16:46.793Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:46.795Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:46.795Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-10T10:16:46.895Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:16:46.897Z||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-10T10:16:46.897Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:46.920Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:46.921Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:16:47.796Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:16:47.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:47.801Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:47.801Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:47.900Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-10T10:16:47.901Z||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-10T10:16:47.901Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:47.921Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:47.923Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:16:48.802Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:16:48.803Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:48.806Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:48.806Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-10T10:16:48.906Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:16:48.906Z||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-10T10:16:48.907Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:48.920Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:48.921Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:16:49.806Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:16:49.808Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:49.810Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:49.810Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:16:49.910Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:16:49.911Z||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-10T10:16:49.911Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:49.925Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:49.926Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:16:50.811Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:16:50.812Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:50.815Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:50.815Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:16:50.915Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:16:50.916Z||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-10T10:16:50.917Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:50.930Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:50.931Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:16:51.817Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "serviceName": "vFW 2021-11-10 10-14-25", "serviceVersion": "1.0", "serviceUUID": "9560ad1c-7013-4eb8-85dc-e4b55e8e7f14", "serviceDescription": "catalog service description", "serviceInvariantUUID": "451656b8-4db5-4881-89ea-4298502f76f1", "resources": [ { "resourceInstanceName": "vFW 98e4d8e3-eecb 0", "resourceCustomizationUUID": "db23c7b6-a191-4c26-8076-15305bd19c21", "resourceName": "vFW 98e4d8e3-eecb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cc2847da-66c4-4ad7-a64b-488def6367bc", "resourceInvariantUUID": "170778c8-eb83-437e-94c9-ba43cd00de96", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw98e4d8e3eecb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "artifactChecksum": "ZDFmYTc3MGJiYWY0NjMyMmJkMjMwZDQyZWQwZDViODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "df34b043-b32e-40a0-b584-7bdefeb3a5de", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e05c08c3-ac3e-4355-9a0a-40d7a362b573", "generatedFromUUID": "df34b043-b32e-40a0-b584-7bdefeb3a5de" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e05c08c3-ac3e-4355-9a0a-40d7a362b573", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211110101425-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "artifactChecksum": "MDhmNzNlYWExMDhkZmU0OWZkNzYzYjNhNDk5ZGYxZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60" } ], "workloadContext": "Production" } 2021-11-10T10:16:51.819Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T10:16:51.820Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14 ASDC 2021-11-10T10:16:51.939Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 ServiceName:vFW 2021-11-10 10-14-25 ServiceVersion:1.0 ServiceUUID:9560ad1c-7013-4eb8-85dc-e4b55e8e7f14 ServiceInvariantUUID:451656b8-4db5-4881-89ea-4298502f76f1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211110101425-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar ArtifactUUID:c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60 ArtifactChecksum:MDhmNzNlYWExMDhkZmU0OWZkNzYzYjNhNDk5ZGYxZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 98e4d8e3-eecb 0 ResourceCustomizationUUID:db23c7b6-a191-4c26-8076-15305bd19c21 ResourceInvariantUUID:170778c8-eb83-437e-94c9-ba43cd00de96 ResourceName:vFW 98e4d8e3-eecb ResourceType:VF ResourceUUID:cc2847da-66c4-4ad7-a64b-488def6367bc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw98e4d8e3eecb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json ArtifactUUID:d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1 ArtifactChecksum:ZDFmYTc3MGJiYWY0NjMyMmJkMjMwZDQyZWQwZDViODE= 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/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml ArtifactUUID:df34b043-b32e-40a0-b584-7bdefeb3a5de 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/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env ArtifactUUID:e05c08c3-ac3e-4355-9a0a-40d7a362b573 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/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env ArtifactUUID:e05c08c3-ac3e-4355-9a0a-40d7a362b573 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T10:16:51.940Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14 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-10T10:16:52.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:16:52.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T10:16:52.005Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T10:16:52.005Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60 from URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:52.005Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T10:16:52.007Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:52.128Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T10:16:52.145Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60 98893 2021-11-10T10:16:52.147Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar ASDC sendASDCNotification 2021-11-10T10:16:52.147Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:52.148Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:16:52.149Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:52.151Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:52.151Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539412146, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:52.252Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:16:52.253Z||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-10T10:16:52.253Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:52.267Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:52.268Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:16:53.152Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:16:53.153Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T10:16:53.154Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60, URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar to file: /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:53.154Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211110101425-csar.csar 2021-11-10T10:16:53.240Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:53.240Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:54.120Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17294858549639195602/Definitions/service-Vfw20211110101425-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_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 2021-11-10T10:16:56.920Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T10:16:56.928Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T10:16:56.929Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.929Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-10T10:16:56.929Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98e4d8e3-eecb 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-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar 2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T10:16:56.940Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.941Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:16:56.945Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:16:56.946Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T10:16:56.947Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:16:56.949Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.949Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:16:56.954Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.954Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria 2021-11-10T10:16:56.954Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:16:56.958Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.959Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:16:56.959Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:16:56.959Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.959Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria 2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=69393c73-c726-40aa-874f-29c7ff29ec4c 2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria 2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=383c73f2-3021-421d-908d-9b08d4735e99 2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria 2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5b0eff9c-a476-42e0-b8ee-566577fb1fbc 2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:16:56.969Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:16:56.969Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-10 10-14-25 Description:catalog service description Model UUID:9560ad1c-7013-4eb8-85dc-e4b55e8e7f14 Model Version:NULL Model InvariantUuid:451656b8-4db5-4881-89ea-4298502f76f1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 98e4d8e3-eecb Model UUID:85bc467f-1bd9-4cf8-9e45-1cad88c7ee81 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:170778c8-eb83-437e-94c9-ba43cd00de96 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:db23c7b6-a191-4c26-8076-15305bd19c21 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b54f5683-88ce-4792-b327-e8d1328316bd ModelName:Vfw98e4d8e3Eecb..base_vfw..module-0 ModelUuid:a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:69393c73-c726-40aa-874f-29c7ff29ec4c ModelInvariantUuid:58f2b1e3-a0e6-44c9-a950-1c773905901a ModelName:vFW 98e4d8e3-eecb-nodes.vfwCvfc ModelUuid:49674695-edad-48f0-bdb5-fea5871acca3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:dfa2dad4-63d3-4b3e-bf83-76345834f43b ModelInvariantUuid:87be0d14-f084-483a-b23b-d2c7d5263c51 ModelName:Vfw98e4d8e3Eecb.compute.nodes.heat.vfw ModelUuid:db701d73-3f16-4ed5-bb9b-803493b6e1d8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:383c73f2-3021-421d-908d-9b08d4735e99 ModelInvariantUuid:b541fab5-0fe6-4e14-8ae0-acf5e8e0905c ModelName:vFW 98e4d8e3-eecb-nodes.vsnCvfc ModelUuid:fd8556d9-e14a-4cb8-af88-766e93a339f7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:930c6fe8-f317-4ec4-9d70-3ab12511e0be ModelInvariantUuid:21e261d5-8a4f-4555-a8cb-4acfb6ad6040 ModelName:Vfw98e4d8e3Eecb.compute.nodes.heat.vsn ModelUuid:5ad5c3f6-cf40-43ac-bb0a-bc403d670cd3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5b0eff9c-a476-42e0-b8ee-566577fb1fbc ModelInvariantUuid:a754b5f2-cbfc-43b4-a35d-dfd1a0f07541 ModelName:vFW 98e4d8e3-eecb-nodes.vpgCvfc ModelUuid:974e420c-b2b7-4f92-9ba6-4438834c2940 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:97d55736-b54e-42a5-8d60-3461c5c62b11 ModelInvariantUuid:b3fe9f6a-a3c1-4b99-94c5-db4f576e37e8 ModelName:Vfw98e4d8e3Eecb.compute.nodes.heat.vpg ModelUuid:0b753e94-8054-469c-a19e-1e27e6966782 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-10T10:16:56.980Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cc2847da-66c4-4ad7-a64b-488def6367bc 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-10T10:16:57.083Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||vFW 98e4d8e3-eecb 0 2021-11-10T10:16:57.089Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc2847da-66c4-4ad7-a64b-488def6367bc 2021-11-10T10:16:57.089Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1 from URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json 2021-11-10T10:16:57.090Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T10:16:57.090Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json 2021-11-10T10:16:57.231Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T10:16:57.231Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1 785 2021-11-10T10:16:57.232Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json ASDC sendASDCNotification 2021-11-10T10:16:57.232Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json 2021-11-10T10:16:57.232Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:16:57.232Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:57.235Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:57.235Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539417231, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:57.335Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:16:57.337Z||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-10T10:16:57.337Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:57.351Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:57.352Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:16:58.237Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw98e4d8e3Eecb..base_vfw..module-0", "vfModuleModelInvariantUUID": "b54f5683-88ce-4792-b327-e8d1328316bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240", "vfModuleModelCustomizationUUID": "63123865-f82c-4448-81ff-ff0088fea76b", "isBase": true, "artifacts": [ "df34b043-b32e-40a0-b584-7bdefeb3a5de", "e05c08c3-ac3e-4355-9a0a-40d7a362b573" ], "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-10T10:16:58.260Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw98e4d8e3Eecb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240 VfModuleModelInvariantUUID:b54f5683-88ce-4792-b327-e8d1328316bd VfModuleModelDescription:NULL Artifacts UUID List:{ df34b043-b32e-40a0-b584-7bdefeb3a5de , e05c08c3-ac3e-4355-9a0a-40d7a362b573 } 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-10T10:16:58.263Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw98e4d8e3Eecb..base_vfw..module-0", "vfModuleModelInvariantUUID": "b54f5683-88ce-4792-b327-e8d1328316bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240", "vfModuleModelCustomizationUUID": "63123865-f82c-4448-81ff-ff0088fea76b", "isBase": true, "artifacts": [ "df34b043-b32e-40a0-b584-7bdefeb3a5de", "e05c08c3-ac3e-4355-9a0a-40d7a362b573" ], "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-10T10:16:58.263Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw98e4d8e3Eecb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240 VfModuleModelInvariantUUID:b54f5683-88ce-4792-b327-e8d1328316bd VfModuleModelDescription:NULL Artifacts UUID List:{ df34b043-b32e-40a0-b584-7bdefeb3a5de , e05c08c3-ac3e-4355-9a0a-40d7a362b573 } 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-10T10:16:58.263Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df34b043-b32e-40a0-b584-7bdefeb3a5de from URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml 2021-11-10T10:16:58.263Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T10:16:58.264Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml 2021-11-10T10:16:58.529Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T10:16:58.530Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml df34b043-b32e-40a0-b584-7bdefeb3a5de 20368 2021-11-10T10:16:58.531Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-10T10:16:58.531Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml 2021-11-10T10:16:58.531Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:16:58.531Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:58.533Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:58.533Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539418530, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:58.634Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:16:58.634Z||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-10T10:16:58.635Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:16:58.649Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:16:58.649Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:16:59.534Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e05c08c3-ac3e-4355-9a0a-40d7a362b573 from URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env 2021-11-10T10:16:59.535Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T10:16:59.535Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env 2021-11-10T10:16:59.886Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T10:16:59.887Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env e05c08c3-ac3e-4355-9a0a-40d7a362b573 2098 2021-11-10T10:16:59.888Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-10T10:16:59.888Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env 2021-11-10T10:16:59.888Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:16:59.889Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:16:59.891Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:16:59.891Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539419888, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:16:59.992Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:16:59.993Z||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-10T10:16:59.993Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:17:00.011Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:17:00.011Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:17:00.892Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14 2021-11-10T10:17:00.893Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 98e4d8e3-eecb 0 cc2847da-66c4-4ad7-a64b-488def6367bc 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-10T10:17:00.937Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bce055b, org.onap.sdc.toscaparser.api.parameters.Input@26728215, org.onap.sdc.toscaparser.api.parameters.Input@58a472ca, org.onap.sdc.toscaparser.api.parameters.Input@68f060c3, org.onap.sdc.toscaparser.api.parameters.Input@33cf545b] 2021-11-10T10:17:00.941Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= db23c7b6-a191-4c26-8076-15305bd19c21 2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db23c7b6-a191-4c26-8076-15305bd19c21 matches Tosca VF Customization UUID: db23c7b6-a191-4c26-8076-15305bd19c21 2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: db23c7b6-a191-4c26-8076-15305bd19c21 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-10T10:17:00.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:00.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:17:00.952Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id db23c7b6-a191-4c26-8076-15305bd19c21: {\"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-10T10:17:00.952Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78098830 2021-11-10T10:17:00.953Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:00.953Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:17:00.954Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63123865-f82c-4448-81ff-ff0088fea76b 2021-11-10T10:17:00.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63123865-f82c-4448-81ff-ff0088fea76b 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-10T10:17:00.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:00.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:17:00.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:17:00.984Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:00.985Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:17:00.985Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:17:00.985Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria 2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T10:17:00.988Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:17:00.988Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=69393c73-c726-40aa-874f-29c7ff29ec4c 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-10T10:17:01.001Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.001Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria 2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-10T10:17:01.004Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-10T10:17:01.004Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-10T10:17:01.004Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:17:01.004Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=383c73f2-3021-421d-908d-9b08d4735e99 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-10T10:17:01.006Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.007Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:17:01.007Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:17:01.009Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.009Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria 2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-10T10:17:01.012Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-10T10:17:01.012Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-10T10:17:01.012Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5b0eff9c-a476-42e0-b8ee-566577fb1fbc 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-10T10:17:01.014Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.014Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:17:01.015Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:17:01.015Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.015Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria 2021-11-10T10:17:01.015Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=db23c7b6-a191-4c26-8076-15305bd19c21 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-10T10:17:01.017Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.017Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:17:01.017Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14: vFW 98e4d8e3-eecb 2021-11-10T10:17:01.017Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-11-10 10-14-25 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-10T10:17:01.320Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 98e4d8e3-eecb cc2847da-66c4-4ad7-a64b-488def6367bc 1 ASDC deployResourceStructure 2021-11-10T10:17:01.321Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json ASDC sendASDCNotification 2021-11-10T10:17:01.321Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json 2021-11-10T10:17:01.321Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:17:01.321Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:17:01.323Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:17:01.323Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539421321, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:17:01.424Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:17:01.425Z||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-10T10:17:01.425Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:17:01.437Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:17:01.437Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:17:02.324Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-10T10:17:02.325Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml 2021-11-10T10:17:02.325Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:17:02.325Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:17:02.327Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:17:02.327Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539422324, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:17:02.428Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:17:02.428Z||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-10T10:17:02.429Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:17:02.442Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:17:02.442Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:17:03.332Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-10T10:17:03.333Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env 2021-11-10T10:17:03.333Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:17:03.333Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:17:03.335Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:17:03.336Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539423332, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-10T10:17:03.436Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:17:03.437Z||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-10T10:17:03.437Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:17:03.456Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:17:03.457Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:17:04.344Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar ASDC sendASDCNotification 2021-11-10T10:17:04.345Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar 2021-11-10T10:17:04.345Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:17:04.345Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:17:04.348Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:17:04.349Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539424344, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:17:04.449Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:17:04.450Z||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-10T10:17:04.450Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:17:04.463Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:17:04.463Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:17:05.352Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:17:05.370Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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-10T10:17:05.374Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:17:05.376Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:17:05.376Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-10T10:17:05.381Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T10:17:35.382Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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-10T10:17:35.394Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 and serviceModelVersionId: 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14 2021-11-10T10:17:35.394Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 451656b8-4db5-4881-89ea-4298502f76f1 2021-11-10T10:17:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:17:44.032Z||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-10T10:17:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:17:44.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:17:44.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:17:44.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:17:44.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:17:50.704Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0 2021-11-10T10:17:50.840Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T10:17:51.421Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?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-10T10:17:51.428Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0|INFO|500||Invoke 2021-11-10T10:17:51.559Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T10:17:51.843Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0|INFO|500||InvokeReturn 2021-11-10T10:17:51.844Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211110-10:17:51:570-95277], vertex-id=[196696], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:17:51 GMT], Content-Type=[application/json]} 2021-11-10T10:17:51.844Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-10T10:17:51.848Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T10:17:51.848Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-10T10:17:51.855Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-10T10:17:51.857Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T10:17:51.858Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T10:17:51.858Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:17:51.863Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:17:51.865Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539471857, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:17:51.963Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-10T10:17:51.964Z||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-10T10:17:51.965Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:17:51.979Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:17:51.979Z||pool-18-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-10T10:17:52.884Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:17:52.885Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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-10T10:17:52.886Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:18:02.429Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:18:44.029Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:18:44.030Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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-10T10:18:44.030Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:18:44.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:18:44.032Z||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-10T10:18:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:18:44.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:18:44.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:18:44.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T10:18:44.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-10T10:18:44.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T10:18:44.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:18:44.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T10:18:44.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-10T10:18:44.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T10:18:44.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:18:44.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T10:18:44.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539404029, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:18:44.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-10T10:18:44.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539412146, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:18:44.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:18:44.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539417231, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:18:44.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:18:44.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539418530, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:18:44.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:18:44.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539419888, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:18:44.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:18:44.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539421321, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:18:44.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:18:44.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539422324, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:18:44.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:18:44.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539423332, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-10T10:18:44.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:18:44.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-10T10:18:44.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539424344, "artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:18:44.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:18:53.579Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:19:44.031Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:19:44.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:19:44.035Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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-10T10:19:44.036Z||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-10T10:19:44.036Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:19:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:19:44.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:19:44.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-10T10:19:44.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539471857, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:19:44.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:19:53.600Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:20:44.029Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:20:44.031Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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-10T10:20:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:20:44.031Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:20:44.032Z||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-10T10:20:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:20:53.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:20:53.584Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:44.031Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:21:44.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:21:44.037Z||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-10T10:21:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:21:44.036Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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-10T10:21:44.038Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:21:44.675Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:44.676Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.677Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4ec112c-28d0-4ae5-b517-b1aba1e6b128","serviceName":"basic_onboard_VCBWxJ","serviceVersion":"1.0","serviceUUID":"cacdefeb-7622-419c-b320-07541def9758","serviceDescription":"service","serviceInvariantUUID":"f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a","resources":[{"resourceInstanceName":"basic_onboard_VCBWxJ 0","resourceName":"basic_onboard_VCBWxJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adc3ddd0-6645-4e54-a426-27718b5b0712","resourceInvariantUUID":"a3065048-347a-4d77-915c-a9571b8fd325","resourceCustomizationUUID":"c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml","artifactChecksum":"MDJiOWIxMmU5MTdhOWY5ODY2OWZhMjFhM2YzNjQxZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba8e940d-29cc-4f1e-969e-d1dd23020d9e","artifactVersion":"1"},{"artifactName":"basic_onboard_vcbwxj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json","artifactChecksum":"MjYyNGYwYTYyYWYwYmU4YTE2NmJjN2E4Zjk3M2ViYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d05d11d1-1390-40c5-b0ec-a36edb391a15","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da94fca7-3f9d-4a11-8a22-5b1dbdbda95d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09dc8c9d-77b7-401a-acbb-6b7d709ced55","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"73cef178-174b-42fa-b9d9-79e2809c9c7a","artifactVersion":"2","generatedFromUUID":"da94fca7-3f9d-4a11-8a22-5b1dbdbda95d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVcbwxj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml","artifactChecksum":"NTk4OTBhYTkyNjQ5NWUwNmVkOTllYzA4OGZhNTg0ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9961f072-6c7f-42e8-9a5c-e48efb5d1914","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVcbwxj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar","artifactChecksum":"OWRiNjIwNjI4NWE0YjE3YTJhM2IxNWM3ODgyYzk0OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"836db411-b3ca-4447-b6dc-62feac2ba107","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T10:21:44.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:44.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "dcae-sch", "timestamp": 1636539663578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539656617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539663339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "dcae-sch", "timestamp": 1636539663578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "cds", "timestamp": 1636539666103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.687Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:21:44.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539656617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:21:44.687Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:44.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539663339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "dcae-sch", "timestamp": 1636539663578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539656617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T10:21:44.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "cds", "timestamp": 1636539666103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539663339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T10:21:44.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "ves-openapi-manager", "timestamp": 1636539667643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539667874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "dcae-sch", "timestamp": 1636539663578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539656617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "cds", "timestamp": 1636539666103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539663339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "ves-openapi-manager", "timestamp": 1636539667643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539667874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "dcae-sch", "timestamp": 1636539663578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539656617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T10:21:44.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "cds", "timestamp": 1636539666103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539663339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "ves-openapi-manager", "timestamp": 1636539667643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539667874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.694Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:44.697Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "dcae-sch", "timestamp": 1636539663578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539656617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "cds", "timestamp": 1636539666103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539663339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539670255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "ves-openapi-manager", "timestamp": 1636539667643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539667874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "dcae-sch", "timestamp": 1636539663578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539656617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:21:44.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "cds", "timestamp": 1636539666103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539663339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:21:44.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539670255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:21:44.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "ves-openapi-manager", "timestamp": 1636539667643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539667874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "cds", "timestamp": 1636539666103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:21:44.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539672885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:44.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539670255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539672921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:44.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "ves-openapi-manager", "timestamp": 1636539667643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539667874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "cds", "timestamp": 1636539673895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:44.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539670255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539673926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:21:44.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539673994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:44.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "ves-openapi-manager", "timestamp": 1636539667643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539667874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:21:44.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539670255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "cds", "timestamp": 1636539674920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-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-10T10:21:44.734Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128 2021-11-10T10:21:44.735Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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-10T10:21:44.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "policy-id", "timestamp": 1636539674929, "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-10T10:21:44.749Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128 2021-11-10T10:21:44.749Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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-10T10:21:44.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539675048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:44.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539674851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539675669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:44.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539670255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539676057, "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-10T10:21:44.770Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128 2021-11-10T10:21:44.771Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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-10T10:21:44.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539674851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539670255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:21:44.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "multicloud-k8s-id", "timestamp": 1636539677060, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:21:44.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539674851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539678079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:21:44.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539674851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636539679086, "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-10T10:21:44.785Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128 2021-11-10T10:21:44.785Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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-10T10:21:44.791Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-11-10T10:21:44.794Z||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-10T10:21:44.794Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:44.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539674851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539674851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:44.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539674851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:21:44.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539682622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:44.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539687106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:44.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539689119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:21:44.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "clamp", "timestamp": 1636539690125, "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-10T10:21:44.805Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128 2021-11-10T10:21:44.805Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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=? 2021-11-10T10:21:44.807Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:44.808Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T10:21:44.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539691241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:21:44.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:21:44.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:21:44.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "aai-ml", "timestamp": 1636539692245, "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-10T10:21:44.821Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128 2021-11-10T10:21:44.822Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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-10T10:21:45.697Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:21:45.699Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:45.701Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:45.702Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:21:45.802Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:21:45.803Z||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-10T10:21:45.803Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:45.823Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:45.824Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:21:46.703Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:21:46.704Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:46.709Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:46.709Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T10:21:46.810Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T10:21:46.811Z||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-10T10:21:46.812Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:46.826Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:46.826Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:21:47.710Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:21:47.711Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:47.713Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:47.713Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:47.814Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T10:21:47.815Z||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-10T10:21:47.815Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:47.829Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:47.829Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:21:48.714Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:21:48.715Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:48.718Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:48.718Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T10:21:48.818Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:21:48.820Z||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-10T10:21:48.820Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:48.834Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:48.836Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:21:49.719Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:21:49.719Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:49.722Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:49.722Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:21:49.823Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:21:49.824Z||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-10T10:21:49.824Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:49.841Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:49.843Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:21:50.723Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:21:50.724Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:50.727Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:50.727Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:21:50.826Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:21:50.827Z||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-10T10:21:50.827Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:50.841Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:50.842Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:21:51.730Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "serviceName": "basic_onboard_VCBWxJ", "serviceVersion": "1.0", "serviceUUID": "cacdefeb-7622-419c-b320-07541def9758", "serviceDescription": "service", "serviceInvariantUUID": "f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a", "resources": [ { "resourceInstanceName": "basic_onboard_VCBWxJ 0", "resourceCustomizationUUID": "c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c", "resourceName": "basic_onboard_VCBWxJ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "adc3ddd0-6645-4e54-a426-27718b5b0712", "resourceInvariantUUID": "a3065048-347a-4d77-915c-a9571b8fd325", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vcbwxj0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "artifactChecksum": "MjYyNGYwYTYyYWYwYmU4YTE2NmJjN2E4Zjk3M2ViYzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d05d11d1-1390-40c5-b0ec-a36edb391a15", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "da94fca7-3f9d-4a11-8a22-5b1dbdbda95d", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "73cef178-174b-42fa-b9d9-79e2809c9c7a", "generatedFromUUID": "da94fca7-3f9d-4a11-8a22-5b1dbdbda95d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "73cef178-174b-42fa-b9d9-79e2809c9c7a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVcbwxj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "artifactChecksum": "OWRiNjIwNjI4NWE0YjE3YTJhM2IxNWM3ODgyYzk0OWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "836db411-b3ca-4447-b6dc-62feac2ba107" } ], "workloadContext": "Production" } 2021-11-10T10:21:51.731Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T10:21:51.731Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cacdefeb-7622-419c-b320-07541def9758 ASDC 2021-11-10T10:21:51.731Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e4ec112c-28d0-4ae5-b517-b1aba1e6b128 ServiceName:basic_onboard_VCBWxJ ServiceVersion:1.0 ServiceUUID:cacdefeb-7622-419c-b320-07541def9758 ServiceInvariantUUID:f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVcbwxj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar ArtifactUUID:836db411-b3ca-4447-b6dc-62feac2ba107 ArtifactChecksum:OWRiNjIwNjI4NWE0YjE3YTJhM2IxNWM3ODgyYzk0OWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_VCBWxJ 0 ResourceCustomizationUUID:c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c ResourceInvariantUUID:a3065048-347a-4d77-915c-a9571b8fd325 ResourceName:basic_onboard_VCBWxJ ResourceType:VF ResourceUUID:adc3ddd0-6645-4e54-a426-27718b5b0712 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vcbwxj0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json ArtifactUUID:d05d11d1-1390-40c5-b0ec-a36edb391a15 ArtifactChecksum:MjYyNGYwYTYyYWYwYmU4YTE2NmJjN2E4Zjk3M2ViYzM= 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/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml ArtifactUUID:da94fca7-3f9d-4a11-8a22-5b1dbdbda95d 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/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env ArtifactUUID:73cef178-174b-42fa-b9d9-79e2809c9c7a 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/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env ArtifactUUID:73cef178-174b-42fa-b9d9-79e2809c9c7a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T10:21:51.732Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cacdefeb-7622-419c-b320-07541def9758 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-10T10:21:51.765Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 836db411-b3ca-4447-b6dc-62feac2ba107 from URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:51.860Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T10:21:51.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar 836db411-b3ca-4447-b6dc-62feac2ba107 71559 2021-11-10T10:21:51.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar ASDC sendASDCNotification 2021-11-10T10:21:51.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:51.865Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:21:51.865Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:51.867Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:51.867Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539711864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:51.967Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:21:51.968Z||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-10T10:21:51.968Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:51.985Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:51.986Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:21:52.868Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:21:52.869Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-10T10:21:52.869Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 836db411-b3ca-4447-b6dc-62feac2ba107, URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar to file: /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:52.869Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:52.870Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:52.870Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:53.301Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18220169700032292537/Definitions/service-BasicOnboardVcbwxj-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-10T10:21:54.578Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VCBWxJ 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-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria 2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria 2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is not matching search criteria 2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria 2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria 2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria 2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is not matching search criteria 2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=07d09005-b354-4b32-ab74-1d92a45ac667 2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_VCBWxJ Description:service Model UUID:cacdefeb-7622-419c-b320-07541def9758 Model Version:NULL Model InvariantUuid:f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_VCBWxJ Model UUID:7fd88035-2296-4977-aeb5-d32bff988c9f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a3065048-347a-4d77-915c-a9571b8fd325 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b5305c61-8dc4-4af7-9cc3-288aa26291de ModelName:BasicOnboardVcbwxj..base_ubuntu18..module-0 ModelUuid:fb181715-c8ef-4c3a-9d51-b1c1c767126b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:07d09005-b354-4b32-ab74-1d92a45ac667 ModelInvariantUuid:7e15fee3-61b8-4d25-9af5-1d8b054f79d3 ModelName:basic_onboard_VCBWxJ-nodes.ubuntu18Cvfc ModelUuid:bf5e7f4d-7e40-4d97-95c9-0e70d0bc06e5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:56c90316-e24e-41b7-bdac-ac582e13f5e2 ModelInvariantUuid:bffab970-56f5-4023-ae42-06c76290bafa ModelName:BasicOnboardVcbwxj.compute.nodes.heat.ubuntu18 ModelUuid:350b860f-9b36-4f69-9edd-2410a5e96aa1 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-10T10:21:54.597Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: adc3ddd0-6645-4e54-a426-27718b5b0712 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-10T10:21:54.604Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||basic_onboard_VCBWxJ 0 2021-11-10T10:21:54.604Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: adc3ddd0-6645-4e54-a426-27718b5b0712 2021-11-10T10:21:54.604Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d05d11d1-1390-40c5-b0ec-a36edb391a15 from URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json 2021-11-10T10:21:54.604Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T10:21:54.605Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json 2021-11-10T10:21:54.661Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T10:21:54.661Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json d05d11d1-1390-40c5-b0ec-a36edb391a15 798 2021-11-10T10:21:54.662Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json ASDC sendASDCNotification 2021-11-10T10:21:54.662Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json 2021-11-10T10:21:54.662Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:21:54.662Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:54.665Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:54.665Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539714662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:54.765Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:21:54.766Z||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-10T10:21:54.767Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:54.781Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:54.783Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:21:55.666Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVcbwxj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b5305c61-8dc4-4af7-9cc3-288aa26291de", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb181715-c8ef-4c3a-9d51-b1c1c767126b", "vfModuleModelCustomizationUUID": "63f34130-9a3c-4b1e-9182-c5d73d8fa63a", "isBase": true, "artifacts": [ "da94fca7-3f9d-4a11-8a22-5b1dbdbda95d", "73cef178-174b-42fa-b9d9-79e2809c9c7a" ], "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-10T10:21:55.670Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVcbwxj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fb181715-c8ef-4c3a-9d51-b1c1c767126b VfModuleModelInvariantUUID:b5305c61-8dc4-4af7-9cc3-288aa26291de VfModuleModelDescription:NULL Artifacts UUID List:{ da94fca7-3f9d-4a11-8a22-5b1dbdbda95d , 73cef178-174b-42fa-b9d9-79e2809c9c7a } 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-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVcbwxj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b5305c61-8dc4-4af7-9cc3-288aa26291de", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb181715-c8ef-4c3a-9d51-b1c1c767126b", "vfModuleModelCustomizationUUID": "63f34130-9a3c-4b1e-9182-c5d73d8fa63a", "isBase": true, "artifacts": [ "da94fca7-3f9d-4a11-8a22-5b1dbdbda95d", "73cef178-174b-42fa-b9d9-79e2809c9c7a" ], "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-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVcbwxj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fb181715-c8ef-4c3a-9d51-b1c1c767126b VfModuleModelInvariantUUID:b5305c61-8dc4-4af7-9cc3-288aa26291de VfModuleModelDescription:NULL Artifacts UUID List:{ da94fca7-3f9d-4a11-8a22-5b1dbdbda95d , 73cef178-174b-42fa-b9d9-79e2809c9c7a } 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-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da94fca7-3f9d-4a11-8a22-5b1dbdbda95d from URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml 2021-11-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml 2021-11-10T10:21:55.750Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T10:21:55.751Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml da94fca7-3f9d-4a11-8a22-5b1dbdbda95d 5033 2021-11-10T10:21:55.751Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-10T10:21:55.751Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml 2021-11-10T10:21:55.752Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:21:55.752Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:55.754Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:55.754Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539715751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:55.854Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:21:55.855Z||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-10T10:21:55.856Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:55.871Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:55.871Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:21:56.755Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73cef178-174b-42fa-b9d9-79e2809c9c7a from URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env 2021-11-10T10:21:56.755Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-10T10:21:56.756Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env 2021-11-10T10:21:56.860Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-10T10:21:56.860Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env 73cef178-174b-42fa-b9d9-79e2809c9c7a 909 2021-11-10T10:21:56.861Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-10T10:21:56.861Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env 2021-11-10T10:21:56.861Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:21:56.862Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:56.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:56.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539716861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:21:56.964Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:21:56.965Z||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-10T10:21:56.965Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:56.980Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:56.980Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:21:57.865Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cacdefeb-7622-419c-b320-07541def9758 2021-11-10T10:21:57.868Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VCBWxJ 0 adc3ddd0-6645-4e54-a426-27718b5b0712 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-10T10:21:57.884Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e9cf88, org.onap.sdc.toscaparser.api.parameters.Input@7e12c116, org.onap.sdc.toscaparser.api.parameters.Input@39091415, org.onap.sdc.toscaparser.api.parameters.Input@1b40442a, org.onap.sdc.toscaparser.api.parameters.Input@2ce25d45] 2021-11-10T10:21:57.886Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.886Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:57.886Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-10T10:21:57.887Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c 2021-11-10T10:21:57.887Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c matches Tosca VF Customization UUID: c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c 2021-11-10T10:21:57.887Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c 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-10T10:21:57.890Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.891Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:57.891Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c: {\"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-10T10:21:57.891Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c304d02 2021-11-10T10:21:57.892Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.892Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:21:57.892Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63f34130-9a3c-4b1e-9182-c5d73d8fa63a 2021-11-10T10:21:57.892Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63f34130-9a3c-4b1e-9182-c5d73d8fa63a 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-10T10:21:57.896Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.896Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria 2021-11-10T10:21:57.896Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria 2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is not matching search criteria 2021-11-10T10:21:57.898Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-10T10:21:57.898Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T10:21:57.898Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=07d09005-b354-4b32-ab74-1d92a45ac667 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-10T10:21:57.900Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.900Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria 2021-11-10T10:21:57.901Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:21:57.901Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.901Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria 2021-11-10T10:21:57.901Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c 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-10T10:21:57.903Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.903Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:57.904Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cacdefeb-7622-419c-b320-07541def9758: basic_onboard_VCBWxJ 2021-11-10T10:21:57.904Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.904Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:57.904Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:21:57.906Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:21:57.906Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_VCBWxJ 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-10T10:21:58.001Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VCBWxJ adc3ddd0-6645-4e54-a426-27718b5b0712 1 ASDC deployResourceStructure 2021-11-10T10:21:58.002Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json ASDC sendASDCNotification 2021-11-10T10:21:58.002Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json 2021-11-10T10:21:58.002Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:21:58.003Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:58.005Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:58.005Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539718002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:21:58.105Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:21:58.106Z||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-10T10:21:58.107Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:58.121Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:58.121Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:21:59.006Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-10T10:21:59.006Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml 2021-11-10T10:21:59.006Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:21:59.007Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:21:59.009Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:21:59.009Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539719005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:21:59.109Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:21:59.110Z||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-10T10:21:59.110Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:21:59.124Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:21:59.124Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:22:00.010Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-10T10:22:00.010Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env 2021-11-10T10:22:00.010Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:22:00.010Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:22:00.015Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:22:00.015Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539720009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-10T10:22:00.113Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-10T10:22:00.114Z||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-10T10:22:00.114Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:22:00.128Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:22:00.128Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:22:01.016Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar ASDC sendASDCNotification 2021-11-10T10:22:01.017Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar 2021-11-10T10:22:01.017Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:22:01.017Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:22:01.019Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:22:01.019Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539721016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:22:01.120Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:22:01.121Z||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-10T10:22:01.121Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:22:01.135Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:22:01.135Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:22:02.020Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4ec112c-28d0-4ae5-b517-b1aba1e6b128 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:22:02.032Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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-10T10:22:02.037Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:22:02.037Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T10:22:02.037Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T10:22:02.037Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:22:02.039Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-10T10:22:02.044Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T10:22:32.044Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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-10T10:22:32.053Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4ec112c-28d0-4ae5-b517-b1aba1e6b128 and serviceModelVersionId: cacdefeb-7622-419c-b320-07541def9758 2021-11-10T10:22:32.054Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a 2021-11-10T10:22:32.057Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0 2021-11-10T10:22:32.064Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T10:22:32.132Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|INFO|500||Invoke 2021-11-10T10:22:32.133Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e4ec112c-28d0-4ae5-b517-b1aba1e6b128], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44b1de2a-42ef-4a4b-b0b6-7a62f35b33e3], X-ECOMP-RequestID=[e4ec112c-28d0-4ae5-b517-b1aba1e6b128], X-TransactionId=[], X-ONAP-RequestID=[e4ec112c-28d0-4ae5-b517-b1aba1e6b128], Content-Type=[application/merge-patch+json]} 2021-11-10T10:22:32.164Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T10:22:32.364Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?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/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-10:22:32:173-56634], vertex-id=[200856], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:22:32 GMT], Content-Type=[application/json]} 2021-11-10T10:22:32.364Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-10T10:22:32.366Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|INFO|500||InvokeReturn 2021-11-10T10:22:32.368Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T10:22:32.368Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-10T10:22:32.373Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-10T10:22:32.374Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4ec112c-28d0-4ae5-b517-b1aba1e6b128 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T10:22:32.374Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T10:22:32.375Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:22:32.377Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:22:32.377Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539752374, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:22:32.477Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:22:32.478Z||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-10T10:22:32.478Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:22:32.493Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:22:32.494Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-10T10:22:44.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:22:44.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T10:22:44.030Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T10:22:44.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:22:44.033Z||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-10T10:22:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:22:44.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:22:44.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-10T10:22:44.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:22:44.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-10T10:22:53.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:23:44.032Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:23:44.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:23:44.042Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T10:23:44.044Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T10:23:44.042Z||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-10T10:23:44.045Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:23:44.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:23:44.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:23:44.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-10T10:23:44.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T10:23:44.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-10T10:23:44.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:23:44.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-10T10:23:44.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T10:23:44.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-10T10:23:44.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:23:44.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-10T10:23:44.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539704030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:23:44.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-10T10:23:44.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539711864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:23:44.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:23:44.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539714662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:23:44.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:23:44.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539715751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:23:44.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:23:44.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539716861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:23:44.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:23:44.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539718002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:23:44.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:23:44.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539719005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:23:44.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:23:44.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539720009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-10T10:23:44.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:23:44.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539721016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:23:44.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:23:44.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-10T10:23:44.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636539752374, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:23:44.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:23:53.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:24:44.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:24:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:24:44.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T10:24:44.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T10:24:44.032Z||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-10T10:24:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:24:53.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:24:53.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:25:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:25:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:25:44.038Z||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-10T10:25:44.039Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:25:44.038Z||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-10T10:25:44.039Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:25:53.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:25:53.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:26:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:26:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:26:44.032Z||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-10T10:26:44.032Z||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-10T10:26:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:26:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:26:53.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:26:53.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:27:44.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:27:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:27:44.033Z||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-10T10:27:44.033Z||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-10T10:27:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:27:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:27:53.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:27:53.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:28:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:28:44.030Z||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-10T10:28:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:28:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:28:44.032Z||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-10T10:28:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:28:53.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:28:53.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:29:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:29:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:29:44.032Z||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-10T10:29:44.031Z||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-10T10:29:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:29:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:29:53.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:29:53.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:30:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:30:44.030Z||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-10T10:30:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:30:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:30:44.032Z||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-10T10:30:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:30:53.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:30:53.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:31:44.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:31:44.032Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:31:44.034Z||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-10T10:31:44.034Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T10:31:44.035Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:31:44.035Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:31:53.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:31:53.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:32:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:32:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:32:44.038Z||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-10T10:32:44.038Z||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-10T10:32:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:32:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:32:53.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:32:53.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:33:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:33:44.030Z||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-10T10:33:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:33:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:33:44.032Z||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-10T10:33:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:33:53.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:33:53.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:34:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:34:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:34:44.034Z||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-10T10:34:44.035Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:34:44.034Z||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-10T10:34:44.035Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:34:53.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:34:53.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:35:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:35:44.030Z||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-10T10:35:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:35:44.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:35:44.033Z||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-10T10:35:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:35:53.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:35:53.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:36:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:36:44.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:36:44.039Z||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-10T10:36:44.040Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:36:44.039Z||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-10T10:36:44.041Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:36:53.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:36:53.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:37:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:37:44.030Z||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-10T10:37:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:37:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:37:44.032Z||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-10T10:37:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:37:53.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:37:53.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:38:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:38:44.031Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:38:44.033Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T10:38:44.033Z||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-10T10:38:44.033Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:38:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:38:53.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:38:53.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:39:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:39:44.030Z||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-10T10:39:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:39:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:39:44.032Z||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-10T10:39:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:39:53.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:39:53.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:40:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:40:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:40:44.031Z||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-10T10:40:44.032Z||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-10T10:40:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:40:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:40:44.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:40:44.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "ves-openapi-manager", "timestamp": 1636540827644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:40:44.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "ves-openapi-manager", "timestamp": 1636540827644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:40:44.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "cds", "timestamp": 1636540836103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:40:44.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "multicloud-k8s-id", "timestamp": 1636540836617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "cds", "timestamp": 1636540836103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "multicloud-k8s-id", "timestamp": 1636540836617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540837874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540837874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "cds", "timestamp": 1636540839992, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "clamp", "timestamp": 1636540840254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "cds", "timestamp": 1636540840998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:40:44.192Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0 2021-11-10T10:40:44.193Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:40:44.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540841030, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:40:44.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "clamp", "timestamp": 1636540840254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:40:44.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540842686, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:40:44.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540843690, "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-10T10:40:44.211Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0 2021-11-10T10:40:44.212Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:40:44.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:40:44.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:40:44.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7333fd83-6c04-4a96-b48a-29d4e896beb0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c640fc5b-a24e-4d16-b418-42da3fbb5171","serviceDescription":"service","serviceInvariantUUID":"caba620d-255b-41ac-ac48-46188603ff1e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ca8d499-b910-47bd-b2f1-46f5c4060dbd","resourceInvariantUUID":"523db790-31a2-48ab-8ddd-3427b7d4d150","resourceCustomizationUUID":"cd771453-d62a-46de-96c2-19c1fd1bede9","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"Y2YzZjBjMzg4NzRmMTQ1MzliZDY2MDllNjMxMGM2NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e13bd3ff-d5f7-423b-9ffc-864f878d453b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGI4YWRmMDY5OGQ2MTRmZjZjYTE5MjVkOGFkMDRiYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37db55ca-1491-42f6-b01c-55253a350ff4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T10:40:44.670Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:40:44.670Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:40:44.675Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:40:44.675Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636540844029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:40:44.775Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:40:44.777Z||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-10T10:40:44.777Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:40:44.791Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:40:44.791Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:40:45.675Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:40:45.676Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:40:45.679Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:40:45.679Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636540844029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:40:45.779Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:40:45.781Z||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-10T10:40:45.781Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:40:45.794Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:40:45.796Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:40:46.680Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c640fc5b-a24e-4d16-b418-42da3fbb5171", "serviceDescription": "service", "serviceInvariantUUID": "caba620d-255b-41ac-ac48-46188603ff1e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "cd771453-d62a-46de-96c2-19c1fd1bede9", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9ca8d499-b910-47bd-b2f1-46f5c4060dbd", "resourceInvariantUUID": "523db790-31a2-48ab-8ddd-3427b7d4d150", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "ZGI4YWRmMDY5OGQ2MTRmZjZjYTE5MjVkOGFkMDRiYzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37db55ca-1491-42f6-b01c-55253a350ff4" } ], "workloadContext": "Production" } 2021-11-10T10:40:46.681Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T10:40:46.681Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c640fc5b-a24e-4d16-b418-42da3fbb5171 ASDC 2021-11-10T10:40:46.682Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7333fd83-6c04-4a96-b48a-29d4e896beb0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c640fc5b-a24e-4d16-b418-42da3fbb5171 ServiceInvariantUUID:caba620d-255b-41ac-ac48-46188603ff1e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:37db55ca-1491-42f6-b01c-55253a350ff4 ArtifactChecksum:ZGI4YWRmMDY5OGQ2MTRmZjZjYTE5MjVkOGFkMDRiYzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:cd771453-d62a-46de-96c2-19c1fd1bede9 ResourceInvariantUUID:523db790-31a2-48ab-8ddd-3427b7d4d150 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9ca8d499-b910-47bd-b2f1-46f5c4060dbd ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-10T10:40:46.682Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c640fc5b-a24e-4d16-b418-42da3fbb5171 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-10T10:40:46.711Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:40:46.712Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:40:46.712Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:40:46.712Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37db55ca-1491-42f6-b01c-55253a350ff4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-10T10:40:46.712Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:40:46.713Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-10T10:40:47.223Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:40:47.225Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 37db55ca-1491-42f6-b01c-55253a350ff4 52481 2021-11-10T10:40:47.226Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-10T10:40:47.226Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-10T10:40:47.226Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:40:47.226Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:40:47.229Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:40:47.229Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636540847226, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:40:47.330Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:40:47.331Z||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-10T10:40:47.331Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:40:47.360Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:40:47.361Z||pool-37-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:40:48.229Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:40:48.230Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:40:48.231Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 37db55ca-1491-42f6-b01c-55253a350ff4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.231Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-10T10:40:48.231Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.231Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.372Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12802633228608322667/Definitions/service-BasicNetwork-template.yml 2021-11-10T10:40:48.959Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T10:40:48.960Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.963Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.963Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-10T10:40:48.963Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.966Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.966Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.966Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.966Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.967Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.967Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.967Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c640fc5b-a24e-4d16-b418-42da3fbb5171 Model Version:NULL Model InvariantUuid:caba620d-255b-41ac-ac48-46188603ff1e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:523db790-31a2-48ab-8ddd-3427b7d4d150 Model UUID:bc25d4fc-3ae3-4749-98be-7a070f3f4a0e Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:cd771453-d62a-46de-96c2-19c1fd1bede9 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-10T10:40:48.973Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 9ca8d499-b910-47bd-b2f1-46f5c4060dbd 2021-11-10T10:40:48.974Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||No resources found for Service: c640fc5b-a24e-4d16-b418-42da3fbb5171 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-10T10:40:48.982Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500|| 2021-11-10T10:40:48.983Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-10T10:40:48.984Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: c640fc5b-a24e-4d16-b418-42da3fbb5171 2021-11-10T10:40:48.985Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c640fc5b-a24e-4d16-b418-42da3fbb5171 2021-11-10T10:40:48.985Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-10T10:40:48.985Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-10T10:40:48.991Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45698dee, org.onap.sdc.toscaparser.api.parameters.Input@5e75bf13, org.onap.sdc.toscaparser.api.parameters.Input@27b7e765, org.onap.sdc.toscaparser.api.parameters.Input@56d88fec, org.onap.sdc.toscaparser.api.parameters.Input@5fd76e24] 2021-11-10T10:40:48.993Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.993Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.993Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.994Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.994Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c640fc5b-a24e-4d16-b418-42da3fbb5171: Generic NeutronNet 2021-11-10T10:40:48.995Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.995Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:48.995Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:48.995Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-11-10T10:40:49.030Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:49.030Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:49.031Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:49.031Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:49.031Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:40:49.031Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:40:49.032Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-10T10:40:49.086Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-10T10:40:49.087Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-10T10:40:49.087Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-10T10:40:49.087Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:40:49.087Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:40:49.089Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:40:49.090Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636540849087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:40:49.190Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:40:49.191Z||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-10T10:40:49.191Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:40:49.220Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:40:49.221Z||pool-38-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:40:50.090Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:40:50.101Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:40:50.104Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:40:50.104Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:40:50.104Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:41:20.104Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:41:20.118Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:41:20.121Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:41:20.121Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:41:20.121Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:41:44.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:41:44.040Z||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-10T10:41:44.040Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:41:44.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:41:44.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-10T10:41:44.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "policy-id", "timestamp": 1636540843339, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:41:44.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-10T10:41:50.122Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:41:50.146Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:41:50.149Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:41:50.149Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:41:50.150Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:42:20.150Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:42:20.160Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:42:20.162Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:42:20.162Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:42:20.162Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:42:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:42:44.032Z||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-10T10:42:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:42:44.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:42:44.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-10T10:42:44.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "dcae-sch", "timestamp": 1636540843579, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:42:44.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-10T10:42:50.163Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:42:50.174Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:42:50.177Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:42:50.177Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:42:50.177Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:43:20.178Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:43:20.216Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:43:20.224Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:43:20.224Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:43:20.225Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:43:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:43:44.034Z||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-10T10:43:44.035Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:43:44.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:43:44.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636540844029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "policy-id", "timestamp": 1636540843339, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:43:44.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "dcae-sch", "timestamp": 1636540843579, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "aai-ml", "timestamp": 1636540844852, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636540844029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "policy-id", "timestamp": 1636540846126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "aai-ml", "timestamp": 1636540844852, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "policy-id", "timestamp": 1636540847131, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636540847226, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "clamp", "timestamp": 1636540847279, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "aai-ml", "timestamp": 1636540847838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:43:44.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "policy-id", "timestamp": 1636540848134, "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-10T10:43:44.079Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0 2021-11-10T10:43:44.079Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:43:44.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636540849087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:43:44.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "clamp", "timestamp": 1636540849288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:43:44.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "clamp", "timestamp": 1636540850294, "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-10T10:43:44.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0 2021-11-10T10:43:44.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:43:44.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "aai-ml", "timestamp": 1636540852292, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:43:44.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "aai-ml", "timestamp": 1636540853296, "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-10T10:43:44.120Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0 2021-11-10T10:43:44.120Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:43:44.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "ves-openapi-manager", "timestamp": 1636540887643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540883338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "dcae-sch", "timestamp": 1636540883579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "ves-openapi-manager", "timestamp": 1636540887643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540883338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "dcae-sch", "timestamp": 1636540883579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "ves-openapi-manager", "timestamp": 1636540887643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540883338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T10:43:44.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "dcae-sch", "timestamp": 1636540883579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "ves-openapi-manager", "timestamp": 1636540887643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540883338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "dcae-sch", "timestamp": 1636540883579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "ves-openapi-manager", "timestamp": 1636540887643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540883338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "dcae-sch", "timestamp": 1636540883579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "cds", "timestamp": 1636540896103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "ves-openapi-manager", "timestamp": 1636540887643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540883338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "dcae-sch", "timestamp": 1636540883579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540896617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "cds", "timestamp": 1636540896103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "ves-openapi-manager", "timestamp": 1636540887643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540883338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "dcae-sch", "timestamp": 1636540883579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540896617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540897874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "cds", "timestamp": 1636540896103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540896617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T10:43:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540897874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "cds", "timestamp": 1636540896103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540899934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540896617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540897874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "cds", "timestamp": 1636540896103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540900255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540900970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540896617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540897874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "cds", "timestamp": 1636540896103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540900255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "policy-id", "timestamp": 1636540901973, "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-10T10:43:44.161Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba09000f-1b70-4b16-96e1-f854597fe481 2021-11-10T10:43:44.161Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba09000f-1b70-4b16-96e1-f854597fe481 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-10T10:43:44.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540896617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540897874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "cds", "timestamp": 1636540896103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:43:44.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540900255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540896617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:43:44.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540897874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:44.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "cds", "timestamp": 1636540903827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:43:44.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:43:44.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:43:44.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540900255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:43:44.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:43:50.225Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:43:50.236Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:43:50.239Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:43:50.241Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:43:50.241Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:43:50.241Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-10T10:43:50.245Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T10:44:20.246Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 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-10T10:44:20.250Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 and serviceModelVersionId: c640fc5b-a24e-4d16-b418-42da3fbb5171 2021-11-10T10:44:20.250Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : caba620d-255b-41ac-ac48-46188603ff1e 2021-11-10T10:44:20.252Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0 2021-11-10T10:44:20.258Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T10:44:20.331Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?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-10T10:44:20.333Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0|INFO|500||Invoke 2021-11-10T10:44:20.356Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T10:44:20.792Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0|INFO|500||InvokeReturn 2021-11-10T10:44:20.792Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-10:44:20:366-51698], vertex-id=[364568], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:44:20 GMT], Content-Type=[application/json]} 2021-11-10T10:44:20.793Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-10T10:44:20.794Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T10:44:20.794Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-10T10:44:20.804Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-10T10:44:20.805Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7333fd83-6c04-4a96-b48a-29d4e896beb0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T10:44:20.805Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T10:44:20.806Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:20.810Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:20.810Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541060805, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:44:20.910Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:20.912Z||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-10T10:44:20.912Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:20.932Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:20.933Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-10T10:44:21.823Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:44:21.823Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|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-10T10:44:21.823Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:44:26.802Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:26.804Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:44:26.804Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba09000f-1b70-4b16-96e1-f854597fe481","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6300d53b-9afb-4912-a62b-353b6a7247d1","serviceDescription":"service","serviceInvariantUUID":"2edc4004-d50b-4ead-a37d-0765a42f9e6b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1e9b841-2380-400a-baa7-85d5c4e231f9","resourceInvariantUUID":"33d12a07-a83c-4a18-a8aa-b64da19f5293","resourceCustomizationUUID":"bfdb9117-4e61-4d25-8be2-0a9f458a1a38","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":"MGQ0MGIyOGVlZTQzNzIwMGNkY2I2MGE2NTZhY2E4MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be2d4bef-6ce9-4878-9641-c68435206148","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":"MTk2Zjg3ZThmZTQxMjhjMTAyNDFmM2Q3ZDllYTFhMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20ffab9a-73a3-4cae-a878-f3e21b10e962","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":"b67a4849-88ec-4b99-83e4-998a12863c8e","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":"1732bec9-24cb-49ec-ba93-de4cd654d844","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":"a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8","artifactVersion":"2","generatedFromUUID":"b67a4849-88ec-4b99-83e4-998a12863c8e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmNmZDY1MDI1ZTQ1ZjMxYjg5MWQxMGJkZjZlYThhZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7463b5cf-2b1d-47f9-bc14-ed18e4953826","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzZiZDI4YTY2OTdkZmMwM2M2OWZkYTM5MDE2NjVjYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e08a98e8-79e1-4972-8aba-4e9c581b1d83","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T10:44:26.807Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:44:26.807Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:26.809Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:26.809Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:26.909Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:26.910Z||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-10T10:44:26.910Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:26.928Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:26.929Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:27.809Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:44:27.810Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:27.812Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:27.812Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:44:27.913Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:27.914Z||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-10T10:44:27.914Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:27.926Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:27.927Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:28.813Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:44:28.814Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:28.817Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:28.817Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T10:44:28.917Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:28.918Z||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-10T10:44:28.918Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:28.936Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:28.937Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:44:29.817Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:44:29.819Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:29.822Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:29.822Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:29.922Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:29.923Z||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-10T10:44:29.923Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:29.940Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:29.940Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:30.823Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:44:30.824Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:30.825Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:30.826Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T10:44:30.926Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:30.927Z||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-10T10:44:30.927Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:30.944Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:30.944Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:44:31.826Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:44:31.827Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:31.829Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:31.829Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:31.929Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:31.930Z||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-10T10:44:31.931Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:31.947Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:31.949Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:44:32.830Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:44:32.831Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:32.832Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:32.833Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:44:32.933Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:32.933Z||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-10T10:44:32.934Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:32.945Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:32.946Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:33.834Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "6300d53b-9afb-4912-a62b-353b6a7247d1", "serviceDescription": "service", "serviceInvariantUUID": "2edc4004-d50b-4ead-a37d-0765a42f9e6b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "bfdb9117-4e61-4d25-8be2-0a9f458a1a38", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b1e9b841-2380-400a-baa7-85d5c4e231f9", "resourceInvariantUUID": "33d12a07-a83c-4a18-a8aa-b64da19f5293", "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": "MTk2Zjg3ZThmZTQxMjhjMTAyNDFmM2Q3ZDllYTFhMmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "20ffab9a-73a3-4cae-a878-f3e21b10e962", "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": "b67a4849-88ec-4b99-83e4-998a12863c8e", "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": "a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8", "generatedFromUUID": "b67a4849-88ec-4b99-83e4-998a12863c8e" }, "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": "a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YzZiZDI4YTY2OTdkZmMwM2M2OWZkYTM5MDE2NjVjYmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e08a98e8-79e1-4972-8aba-4e9c581b1d83" } ], "workloadContext": "Production" } 2021-11-10T10:44:33.834Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T10:44:33.835Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6300d53b-9afb-4912-a62b-353b6a7247d1 ASDC 2021-11-10T10:44:33.837Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ba09000f-1b70-4b16-96e1-f854597fe481 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:6300d53b-9afb-4912-a62b-353b6a7247d1 ServiceInvariantUUID:2edc4004-d50b-4ead-a37d-0765a42f9e6b 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:e08a98e8-79e1-4972-8aba-4e9c581b1d83 ArtifactChecksum:YzZiZDI4YTY2OTdkZmMwM2M2OWZkYTM5MDE2NjVjYmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:bfdb9117-4e61-4d25-8be2-0a9f458a1a38 ResourceInvariantUUID:33d12a07-a83c-4a18-a8aa-b64da19f5293 ResourceName:basic_vm ResourceType:VF ResourceUUID:b1e9b841-2380-400a-baa7-85d5c4e231f9 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:20ffab9a-73a3-4cae-a878-f3e21b10e962 ArtifactChecksum:MTk2Zjg3ZThmZTQxMjhjMTAyNDFmM2Q3ZDllYTFhMmQ= 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:b67a4849-88ec-4b99-83e4-998a12863c8e 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:a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8 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:a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T10:44:33.837Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6300d53b-9afb-4912-a62b-353b6a7247d1 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-10T10:44:33.870Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:44:33.870Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:44:33.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:44:33.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e08a98e8-79e1-4972-8aba-4e9c581b1d83 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-10T10:44:33.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:44:33.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-10T10:44:33.965Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e08a98e8-79e1-4972-8aba-4e9c581b1d83 71032 2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:33.971Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:33.972Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541073969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:34.072Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:34.072Z||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-10T10:44:34.073Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:34.084Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:34.085Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:34.972Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:44:34.973Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:44:34.973Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e08a98e8-79e1-4972-8aba-4e9c581b1d83, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:34.974Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-10T10:44:34.974Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:34.974Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:35.272Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11913211012185283765/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-10T10:44:36.505Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T10:44:36.513Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e4f19e13-6b2a-44eb-bf5e-376fa7026c5d 2021-11-10T10:44:36.513Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.513Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:36.513Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.513Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:36.513Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.513Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:36.513Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:36.514Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:36.514Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:6300d53b-9afb-4912-a62b-353b6a7247d1 Model Version:NULL Model InvariantUuid:2edc4004-d50b-4ead-a37d-0765a42f9e6b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a4246518-52b2-48cb-8ea8-2c5faf6f712d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:33d12a07-a83c-4a18-a8aa-b64da19f5293 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bfdb9117-4e61-4d25-8be2-0a9f458a1a38 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:539b8015-be20-487b-b790-b8d8ebc0d3a0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:5d528b55-a3c5-46a8-969f-d5f88de5ddf4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e4f19e13-6b2a-44eb-bf5e-376fa7026c5d ModelInvariantUuid:65367d90-2cb9-4f3e-ad0e-957a6e749c48 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:4b02a70f-9db9-4d2e-9e66-bbc61424f354 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a3d8af6a-2781-41e3-ba14-79e28bc9800d ModelInvariantUuid:f74405aa-a2ce-4c37-8987-dd7ecb9b5744 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:40b9a9ea-eee7-4dc1-9cb0-8d8d83cf13b8 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-10T10:44:36.520Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b1e9b841-2380-400a-baa7-85d5c4e231f9 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-10T10:44:36.524Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||basic_vm 0 2021-11-10T10:44:36.524Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1e9b841-2380-400a-baa7-85d5c4e231f9 2021-11-10T10:44:36.525Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 20ffab9a-73a3-4cae-a878-f3e21b10e962 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-10T10:44:36.525Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:44:36.525Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-10T10:44:36.732Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:44:36.733Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 20ffab9a-73a3-4cae-a878-f3e21b10e962 787 2021-11-10T10:44:36.734Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-10T10:44:36.734Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-10T10:44:36.734Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:44:36.734Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:36.737Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:36.737Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541076734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:36.837Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:36.838Z||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-10T10:44:36.838Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:36.851Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:36.852Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:44:37.738Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "539b8015-be20-487b-b790-b8d8ebc0d3a0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d528b55-a3c5-46a8-969f-d5f88de5ddf4", "vfModuleModelCustomizationUUID": "4486d6eb-1a3c-4bb3-a8d9-c64ec223bccb", "isBase": true, "artifacts": [ "b67a4849-88ec-4b99-83e4-998a12863c8e", "a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8" ], "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-10T10:44:37.741Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d528b55-a3c5-46a8-969f-d5f88de5ddf4 VfModuleModelInvariantUUID:539b8015-be20-487b-b790-b8d8ebc0d3a0 VfModuleModelDescription:NULL Artifacts UUID List:{ b67a4849-88ec-4b99-83e4-998a12863c8e , a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8 } 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-10T10:44:37.744Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "539b8015-be20-487b-b790-b8d8ebc0d3a0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d528b55-a3c5-46a8-969f-d5f88de5ddf4", "vfModuleModelCustomizationUUID": "4486d6eb-1a3c-4bb3-a8d9-c64ec223bccb", "isBase": true, "artifacts": [ "b67a4849-88ec-4b99-83e4-998a12863c8e", "a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8" ], "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-10T10:44:37.745Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d528b55-a3c5-46a8-969f-d5f88de5ddf4 VfModuleModelInvariantUUID:539b8015-be20-487b-b790-b8d8ebc0d3a0 VfModuleModelDescription:NULL Artifacts UUID List:{ b67a4849-88ec-4b99-83e4-998a12863c8e , a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8 } 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-10T10:44:37.746Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b67a4849-88ec-4b99-83e4-998a12863c8e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-10T10:44:37.746Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:44:37.746Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-10T10:44:37.928Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:44:37.928Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b67a4849-88ec-4b99-83e4-998a12863c8e 5033 2021-11-10T10:44:37.929Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-10T10:44:37.929Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-10T10:44:37.929Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:44:37.929Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:37.931Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:37.931Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541077929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:38.031Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:38.032Z||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-10T10:44:38.032Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:38.047Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:38.047Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:38.932Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-10T10:44:38.932Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:44:38.933Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-10T10:44:39.418Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:44:39.419Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8 903 2021-11-10T10:44:39.419Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-10T10:44:39.419Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-10T10:44:39.419Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:44:39.419Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:39.422Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:39.422Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541079419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:39.522Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:39.523Z||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-10T10:44:39.523Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:39.537Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:39.538Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:40.423Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6300d53b-9afb-4912-a62b-353b6a7247d1 2021-11-10T10:44:40.423Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b1e9b841-2380-400a-baa7-85d5c4e231f9 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-10T10:44:40.440Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30a2016f, org.onap.sdc.toscaparser.api.parameters.Input@1534f0b9, org.onap.sdc.toscaparser.api.parameters.Input@40048a47, org.onap.sdc.toscaparser.api.parameters.Input@3cfd04a8, org.onap.sdc.toscaparser.api.parameters.Input@1cf4d321] 2021-11-10T10:44:40.441Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.442Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:40.442Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-10T10:44:40.443Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bfdb9117-4e61-4d25-8be2-0a9f458a1a38 2021-11-10T10:44:40.443Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bfdb9117-4e61-4d25-8be2-0a9f458a1a38 matches Tosca VF Customization UUID: bfdb9117-4e61-4d25-8be2-0a9f458a1a38 2021-11-10T10:44:40.443Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bfdb9117-4e61-4d25-8be2-0a9f458a1a38 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-10T10:44:40.446Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.447Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:40.447Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bfdb9117-4e61-4d25-8be2-0a9f458a1a38: {\"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-10T10:44:40.448Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e493da1 2021-11-10T10:44:40.448Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.448Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:44:40.449Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4486d6eb-1a3c-4bb3-a8d9-c64ec223bccb 2021-11-10T10:44:40.449Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4486d6eb-1a3c-4bb3-a8d9-c64ec223bccb 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-10T10:44:40.451Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.452Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T10:44:40.452Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:44:40.453Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.453Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T10:44:40.453Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:44:40.454Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.454Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-10T10:44:40.454Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-10T10:44:40.454Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T10:44:40.455Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e4f19e13-6b2a-44eb-bf5e-376fa7026c5d 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-10T10:44:40.457Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.457Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T10:44:40.458Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:44:40.458Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.458Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-10T10:44:40.459Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bfdb9117-4e61-4d25-8be2-0a9f458a1a38 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-10T10:44:40.461Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.461Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:40.461Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6300d53b-9afb-4912-a62b-353b6a7247d1: basic_vm 2021-11-10T10:44:40.462Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.462Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:40.463Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.463Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:40.463Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.463Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:40.463Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.464Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:40.464Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:44:40.464Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:44:40.465Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T10:44:40.544Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b1e9b841-2380-400a-baa7-85d5c4e231f9 1 ASDC deployResourceStructure 2021-11-10T10:44:40.545Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-10T10:44:40.545Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-10T10:44:40.545Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:44:40.545Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:40.547Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:40.547Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541080545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:44:40.647Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:40.648Z||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-10T10:44:40.648Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:40.673Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:40.674Z||pool-51-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:44:41.552Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-10T10:44:41.553Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-10T10:44:41.553Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:44:41.554Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:41.555Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:41.555Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541081552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:44:41.656Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:41.658Z||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-10T10:44:41.658Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:41.670Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:41.671Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:42.556Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-10T10:44:42.557Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-10T10:44:42.557Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:44:42.557Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:42.559Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:42.559Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541082556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-10T10:44:42.660Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T10:44:42.662Z||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-10T10:44:42.662Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:42.673Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:42.674Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:43.561Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-10T10:44:43.561Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-10T10:44:43.561Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:44:43.561Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:44:43.563Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:44:43.563Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541083560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:44:43.663Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:44:43.664Z||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-10T10:44:43.664Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:44:43.676Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:43.676Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:44:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:44:44.032Z||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-10T10:44:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:44:44.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:44:44.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540904348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540897874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:44:44.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "cds", "timestamp": 1636540904839, "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-10T10:44:44.064Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba09000f-1b70-4b16-96e1-f854597fe481 2021-11-10T10:44:44.064Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba09000f-1b70-4b16-96e1-f854597fe481 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-10T10:44:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540900255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540905452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540904851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540905644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540900255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540904851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540900255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:44:44.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540907026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540904851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540907966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:44:44.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540908040, "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-10T10:44:44.081Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba09000f-1b70-4b16-96e1-f854597fe481 2021-11-10T10:44:44.081Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba09000f-1b70-4b16-96e1-f854597fe481 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-10T10:44:44.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540904851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540908976, "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-10T10:44:44.094Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba09000f-1b70-4b16-96e1-f854597fe481 2021-11-10T10:44:44.094Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba09000f-1b70-4b16-96e1-f854597fe481 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-10T10:44:44.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "multicloud-k8s-id", "timestamp": 1636540909042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:44:44.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540904851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540904851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540904851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:44:44.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540912609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540913292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540915299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:44:44.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "clamp", "timestamp": 1636540916306, "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-10T10:44:44.110Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba09000f-1b70-4b16-96e1-f854597fe481 2021-11-10T10:44:44.110Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba09000f-1b70-4b16-96e1-f854597fe481 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-10T10:44:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540921722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:44:44.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "aai-ml", "timestamp": 1636540922726, "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-10T10:44:44.127Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba09000f-1b70-4b16-96e1-f854597fe481 2021-11-10T10:44:44.127Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba09000f-1b70-4b16-96e1-f854597fe481 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-10T10:44:44.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540941103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540936617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "dcae-sch", "timestamp": 1636540943579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540943339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540941103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540936617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:44:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "dcae-sch", "timestamp": 1636540943579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540943339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540941103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "dcae-sch", "timestamp": 1636540943579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540936617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540943339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540941103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "dcae-sch", "timestamp": 1636540943579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540936617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540943339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "ves-openapi-manager", "timestamp": 1636540947643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540941103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "dcae-sch", "timestamp": 1636540943579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540936617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540943339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "ves-openapi-manager", "timestamp": 1636540947643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540941103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "dcae-sch", "timestamp": 1636540943579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540936617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540943339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "ves-openapi-manager", "timestamp": 1636540947643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540941103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "dcae-sch", "timestamp": 1636540943579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540936617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540943339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "ves-openapi-manager", "timestamp": 1636540947643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540941103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:44:44.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "dcae-sch", "timestamp": 1636540943579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540936617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:44:44.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540943339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:44:44.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "ves-openapi-manager", "timestamp": 1636540947643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "ves-openapi-manager", "timestamp": 1636540947643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540953353, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540953365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540953411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "ves-openapi-manager", "timestamp": 1636540947643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540954432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540954416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "ves-openapi-manager", "timestamp": 1636540947643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "policy-id", "timestamp": 1636540955418, "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-10T10:44:44.170Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d286d643-5fc9-4081-80d3-8690d960d495 2021-11-10T10:44:44.170Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d286d643-5fc9-4081-80d3-8690d960d495 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-10T10:44:44.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540955519, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:44:44.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "cds", "timestamp": 1636540955596, "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=? 2021-11-10T10:44:44.184Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d286d643-5fc9-4081-80d3-8690d960d495 2021-11-10T10:44:44.184Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d286d643-5fc9-4081-80d3-8690d960d495 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-10T10:44:44.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540956527, "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-10T10:44:44.198Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d286d643-5fc9-4081-80d3-8690d960d495 2021-11-10T10:44:44.198Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d286d643-5fc9-4081-80d3-8690d960d495 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-10T10:44:44.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540956598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "multicloud-k8s-id", "timestamp": 1636540957530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540956598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540958536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540956598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540958536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540956598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540958536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540956598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540958536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540956598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540958536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540956598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:44:44.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:44:44.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:44:44.565Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba09000f-1b70-4b16-96e1-f854597fe481 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:44:44.577Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba09000f-1b70-4b16-96e1-f854597fe481 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-10T10:44:44.580Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:44:44.581Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-10T10:44:44.588Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T10:45:14.589Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba09000f-1b70-4b16-96e1-f854597fe481 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-10T10:45:14.606Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba09000f-1b70-4b16-96e1-f854597fe481 and serviceModelVersionId: 6300d53b-9afb-4912-a62b-353b6a7247d1 2021-11-10T10:45:14.606Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2edc4004-d50b-4ead-a37d-0765a42f9e6b 2021-11-10T10:45:14.608Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2edc4004-d50b-4ead-a37d-0765a42f9e6b/model-vers/model-ver/6300d53b-9afb-4912-a62b-353b6a7247d1?depth=0 2021-11-10T10:45:14.623Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T10:45:14.698Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edc4004-d50b-4ead-a37d-0765a42f9e6b/model-vers/model-ver/6300d53b-9afb-4912-a62b-353b6a7247d1?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-10T10:45:14.701Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edc4004-d50b-4ead-a37d-0765a42f9e6b/model-vers/model-ver/6300d53b-9afb-4912-a62b-353b6a7247d1?depth=0|INFO|500||Invoke 2021-11-10T10:45:14.723Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edc4004-d50b-4ead-a37d-0765a42f9e6b/model-vers/model-ver/6300d53b-9afb-4912-a62b-353b6a7247d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T10:45:14.821Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edc4004-d50b-4ead-a37d-0765a42f9e6b/model-vers/model-ver/6300d53b-9afb-4912-a62b-353b6a7247d1?depth=0|INFO|500||InvokeReturn 2021-11-10T10:45:14.822Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edc4004-d50b-4ead-a37d-0765a42f9e6b/model-vers/model-ver/6300d53b-9afb-4912-a62b-353b6a7247d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211110-10:45:14:732-23405], vertex-id=[225328], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:45:14 GMT], Content-Type=[application/json]} 2021-11-10T10:45:14.822Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-10T10:45:14.823Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T10:45:14.823Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-10T10:45:14.829Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-10T10:45:14.831Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba09000f-1b70-4b16-96e1-f854597fe481 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T10:45:14.831Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T10:45:14.832Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:14.835Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:14.836Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541114831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:45:14.936Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:14.937Z||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-10T10:45:14.938Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:14.952Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:14.953Z||pool-55-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-10T10:45:15.849Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:45:15.849Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d286d643-5fc9-4081-80d3-8690d960d495","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8c1aba3c-c851-4829-a9e4-43f862d7bdca","serviceDescription":"service","serviceInvariantUUID":"41a7e1d2-13bb-4683-8ebd-39cd72b2e5de","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8231e3bb-8299-4cd2-b62c-951c15bfb715","resourceInvariantUUID":"637d713a-7716-4b2c-8f03-8fa59459398b","resourceCustomizationUUID":"cb7ea09c-ee4b-456f-b5b1-0114b33ac260","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":"MzJiYjI0Njc4Y2U4OGU4YjExODJjMGJkZjU0OWEzYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0de61f0-21d0-42f8-91ec-c9af4598eb44","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":"YWNmZmRjNmY1NTk4MWVhYzU0NjA2N2QwNDI0NDRmODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"966d908e-5fc8-45b3-bf3b-5b23064e6690","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":"0f9b19c4-692f-423a-b715-639348129d91","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":"dc8fb677-e977-406a-8c5a-d7b171d575ee","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":"19853f14-a454-44f0-a68a-59d7650e471b","artifactVersion":"2","generatedFromUUID":"0f9b19c4-692f-423a-b715-639348129d91"},{"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":"NjhlOWJlMmNlMzhhYzJkMjFlYWMxZDdjZWMwM2M1OWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4c3c1a80-e901-434d-9c80-6523d92ff81f","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":"NzZiYmQ2YzdjNmUzYWNkMGJiOGE4ODVhYzIyZjIzNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bf596a8-ab75-4f0c-a942-710cdb39e069","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzBmNThiMTRmNTIzODhhZjJlY2M3ZGMyNDA4MmY5YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66cc3d0c-13d8-4e75-ab39-2a7d833ba948","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T10:45:15.850Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:45:15.851Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:15.852Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:15.852Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:15.953Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:45:15.954Z||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-10T10:45:15.954Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:15.967Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:15.968Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:16.854Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:45:16.854Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:16.856Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:16.856Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:45:16.956Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:16.957Z||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-10T10:45:16.958Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:16.970Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:16.971Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:45:17.857Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:45:17.858Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:17.862Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:17.862Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T10:45:17.962Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:17.963Z||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-10T10:45:17.963Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:17.976Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:17.976Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:45:18.862Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:45:18.863Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:18.865Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:18.865Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:18.965Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:18.967Z||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-10T10:45:18.967Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:18.983Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:18.984Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:19.869Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:45:19.869Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:19.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:19.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T10:45:19.971Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:19.972Z||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-10T10:45:19.972Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:19.986Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:19.988Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:45:20.872Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:45:20.872Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:20.875Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:20.875Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:20.976Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:20.977Z||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-10T10:45:20.977Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:20.992Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:20.993Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:45:21.875Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:45:21.876Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:21.878Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:21.878Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:21.978Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:21.980Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-10T10:45:21.980Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:21.993Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:21.994Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:45:22.879Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:45:22.880Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:22.882Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:22.883Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:22.983Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:45:22.984Z||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-10T10:45:22.984Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:22.996Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:22.998Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:23.884Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "8c1aba3c-c851-4829-a9e4-43f862d7bdca", "serviceDescription": "service", "serviceInvariantUUID": "41a7e1d2-13bb-4683-8ebd-39cd72b2e5de", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "cb7ea09c-ee4b-456f-b5b1-0114b33ac260", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8231e3bb-8299-4cd2-b62c-951c15bfb715", "resourceInvariantUUID": "637d713a-7716-4b2c-8f03-8fa59459398b", "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": "YWNmZmRjNmY1NTk4MWVhYzU0NjA2N2QwNDI0NDRmODg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "966d908e-5fc8-45b3-bf3b-5b23064e6690", "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": "0f9b19c4-692f-423a-b715-639348129d91", "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": "19853f14-a454-44f0-a68a-59d7650e471b", "generatedFromUUID": "0f9b19c4-692f-423a-b715-639348129d91" }, "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": "19853f14-a454-44f0-a68a-59d7650e471b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzBmNThiMTRmNTIzODhhZjJlY2M3ZGMyNDA4MmY5YTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "66cc3d0c-13d8-4e75-ab39-2a7d833ba948" } ], "workloadContext": "Production" } 2021-11-10T10:45:23.885Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T10:45:23.885Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c1aba3c-c851-4829-a9e4-43f862d7bdca ASDC 2021-11-10T10:45:23.887Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d286d643-5fc9-4081-80d3-8690d960d495 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:8c1aba3c-c851-4829-a9e4-43f862d7bdca ServiceInvariantUUID:41a7e1d2-13bb-4683-8ebd-39cd72b2e5de 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:66cc3d0c-13d8-4e75-ab39-2a7d833ba948 ArtifactChecksum:MzBmNThiMTRmNTIzODhhZjJlY2M3ZGMyNDA4MmY5YTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:cb7ea09c-ee4b-456f-b5b1-0114b33ac260 ResourceInvariantUUID:637d713a-7716-4b2c-8f03-8fa59459398b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:8231e3bb-8299-4cd2-b62c-951c15bfb715 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:966d908e-5fc8-45b3-bf3b-5b23064e6690 ArtifactChecksum:YWNmZmRjNmY1NTk4MWVhYzU0NjA2N2QwNDI0NDRmODg= 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:0f9b19c4-692f-423a-b715-639348129d91 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:19853f14-a454-44f0-a68a-59d7650e471b 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:19853f14-a454-44f0-a68a-59d7650e471b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T10:45:23.888Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c1aba3c-c851-4829-a9e4-43f862d7bdca 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-10T10:45:23.926Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:45:23.927Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:45:23.927Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:45:23.928Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 66cc3d0c-13d8-4e75-ab39-2a7d833ba948 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-10T10:45:23.928Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:45:23.928Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-10T10:45:24.007Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:45:24.011Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 66cc3d0c-13d8-4e75-ab39-2a7d833ba948 78791 2021-11-10T10:45:24.011Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-10T10:45:24.012Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-10T10:45:24.012Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:45:24.012Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:24.014Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:24.014Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541124011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:24.114Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:24.116Z||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-10T10:45:24.116Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:24.127Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:24.128Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:25.015Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:45:25.016Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:45:25.016Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 66cc3d0c-13d8-4e75-ab39-2a7d833ba948, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:25.017Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-11-10T10:45:25.017Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:25.017Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:25.181Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12470515287157568127/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-10T10:45:26.332Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T10:45:26.333Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:45:26.333Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.333Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-10T10:45:26.334Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.334Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.334Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.334Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.334Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.335Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.335Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.335Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.335Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-11-10T10:45:26.335Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:45:26.336Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.336Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:26.336Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T10:45:26.337Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:45:26.337Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:45:26.337Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.337Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:26.338Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T10:45:26.338Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:45:26.338Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:45:26.338Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.339Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:26.339Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.339Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-10T10:45:26.339Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-10T10:45:26.340Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-10T10:45:26.340Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-10T10:45:26.340Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T10:45:26.340Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T10:45:26.341Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.341Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:45:26.341Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.341Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T10:45:26.341Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:45:26.342Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.342Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T10:45:26.342Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:45:26.342Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.342Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T10:45:26.343Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:45:26.343Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.343Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-10T10:45:26.343Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-10T10:45:26.343Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T10:45:26.344Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e5e522c4-9f95-48f5-b121-35a0f66c1400 2021-11-10T10:45:26.344Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.344Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:26.344Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.344Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:26.345Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.345Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:26.345Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:26.345Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:26.345Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:8c1aba3c-c851-4829-a9e4-43f862d7bdca Model Version:NULL Model InvariantUuid:41a7e1d2-13bb-4683-8ebd-39cd72b2e5de Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:4fa2fb0a-bb42-4f51-936a-34dc870c70db Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:637d713a-7716-4b2c-8f03-8fa59459398b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cb7ea09c-ee4b-456f-b5b1-0114b33ac260 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:47cd0de0-2869-480e-aa7d-38b94400047c ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2dfb0dba-7dbd-4b2c-8694-d8140c5f00a4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e5e522c4-9f95-48f5-b121-35a0f66c1400 ModelInvariantUuid:246a4c39-89c5-42a7-91ff-a521916de362 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:58783f80-c5ac-4298-9811-6997a211cff9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:709eb7f9-da33-4b76-9e6f-e9d941c79100 ModelInvariantUuid:e6fe51b1-0e7d-4cf5-9dc7-a85efd95d0c5 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:15c31518-c60a-455a-9958-8be21b9bac66 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-10T10:45:26.353Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8231e3bb-8299-4cd2-b62c-951c15bfb715 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-10T10:45:26.356Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2021-11-10T10:45:26.357Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8231e3bb-8299-4cd2-b62c-951c15bfb715 2021-11-10T10:45:26.357Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 966d908e-5fc8-45b3-bf3b-5b23064e6690 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-10T10:45:26.358Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:45:26.358Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-10T10:45:26.730Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:45:26.730Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 966d908e-5fc8-45b3-bf3b-5b23064e6690 792 2021-11-10T10:45:26.731Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-11-10T10:45:26.731Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-10T10:45:26.731Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:45:26.732Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:26.734Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:26.734Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541126731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:26.834Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:26.835Z||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-10T10:45:26.835Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:26.851Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:26.852Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:45:27.735Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "47cd0de0-2869-480e-aa7d-38b94400047c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2dfb0dba-7dbd-4b2c-8694-d8140c5f00a4", "vfModuleModelCustomizationUUID": "796042be-2407-42eb-876b-31ca22a2b04e", "isBase": true, "artifacts": [ "0f9b19c4-692f-423a-b715-639348129d91", "19853f14-a454-44f0-a68a-59d7650e471b" ], "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-10T10:45:27.739Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2dfb0dba-7dbd-4b2c-8694-d8140c5f00a4 VfModuleModelInvariantUUID:47cd0de0-2869-480e-aa7d-38b94400047c VfModuleModelDescription:NULL Artifacts UUID List:{ 0f9b19c4-692f-423a-b715-639348129d91 , 19853f14-a454-44f0-a68a-59d7650e471b } 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-10T10:45:27.740Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "47cd0de0-2869-480e-aa7d-38b94400047c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2dfb0dba-7dbd-4b2c-8694-d8140c5f00a4", "vfModuleModelCustomizationUUID": "796042be-2407-42eb-876b-31ca22a2b04e", "isBase": true, "artifacts": [ "0f9b19c4-692f-423a-b715-639348129d91", "19853f14-a454-44f0-a68a-59d7650e471b" ], "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-10T10:45:27.741Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2dfb0dba-7dbd-4b2c-8694-d8140c5f00a4 VfModuleModelInvariantUUID:47cd0de0-2869-480e-aa7d-38b94400047c VfModuleModelDescription:NULL Artifacts UUID List:{ 0f9b19c4-692f-423a-b715-639348129d91 , 19853f14-a454-44f0-a68a-59d7650e471b } 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-10T10:45:27.741Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0f9b19c4-692f-423a-b715-639348129d91 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-10T10:45:27.741Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:45:27.742Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-10T10:45:28.420Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:45:28.421Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0f9b19c4-692f-423a-b715-639348129d91 5033 2021-11-10T10:45:28.421Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-10T10:45:28.422Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-10T10:45:28.422Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:45:28.422Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:28.424Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:28.424Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541128421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:28.524Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:28.525Z||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-10T10:45:28.525Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:28.537Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:28.537Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:29.425Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 19853f14-a454-44f0-a68a-59d7650e471b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-10T10:45:29.426Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:45:29.426Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-10T10:45:29.928Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:45:29.928Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 19853f14-a454-44f0-a68a-59d7650e471b 903 2021-11-10T10:45:29.929Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-10T10:45:29.929Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-10T10:45:29.929Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:45:29.930Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:29.931Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:29.932Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541129929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:30.032Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:30.033Z||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-10T10:45:30.033Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:30.050Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:30.051Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:30.932Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8c1aba3c-c851-4829-a9e4-43f862d7bdca 2021-11-10T10:45:30.933Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8231e3bb-8299-4cd2-b62c-951c15bfb715 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-10T10:45:30.949Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@dd1660f, org.onap.sdc.toscaparser.api.parameters.Input@5ff0878b, org.onap.sdc.toscaparser.api.parameters.Input@49b126b1, org.onap.sdc.toscaparser.api.parameters.Input@3a92a465, org.onap.sdc.toscaparser.api.parameters.Input@3cf54c26] 2021-11-10T10:45:30.950Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.951Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:30.951Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-10T10:45:30.951Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cb7ea09c-ee4b-456f-b5b1-0114b33ac260 2021-11-10T10:45:30.951Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb7ea09c-ee4b-456f-b5b1-0114b33ac260 matches Tosca VF Customization UUID: cb7ea09c-ee4b-456f-b5b1-0114b33ac260 2021-11-10T10:45:30.951Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cb7ea09c-ee4b-456f-b5b1-0114b33ac260 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-10T10:45:30.953Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.953Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:30.954Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cb7ea09c-ee4b-456f-b5b1-0114b33ac260: {\"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-10T10:45:30.954Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8b85712 2021-11-10T10:45:30.954Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.954Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:45:30.955Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 796042be-2407-42eb-876b-31ca22a2b04e 2021-11-10T10:45:30.955Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 796042be-2407-42eb-876b-31ca22a2b04e 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-10T10:45:30.957Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.957Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T10:45:30.957Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:45:30.957Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.958Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T10:45:30.958Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:45:30.958Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.958Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-11-10T10:45:30.958Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-10T10:45:30.959Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-10T10:45:30.959Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e5e522c4-9f95-48f5-b121-35a0f66c1400 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-10T10:45:30.961Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.961Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T10:45:30.961Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:45:30.961Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.962Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-11-10T10:45:30.962Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cb7ea09c-ee4b-456f-b5b1-0114b33ac260 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-10T10:45:30.963Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.964Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:30.964Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8c1aba3c-c851-4829-a9e4-43f862d7bdca: basic_vm_macro 2021-11-10T10:45:30.964Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.964Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:30.964Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.965Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:30.965Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.965Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:30.965Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.965Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:30.966Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:45:30.966Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:45:30.966Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T10:45:31.044Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8231e3bb-8299-4cd2-b62c-951c15bfb715 1 ASDC deployResourceStructure 2021-11-10T10:45:31.045Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-11-10T10:45:31.045Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-11-10T10:45:31.045Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:45:31.046Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:31.048Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:31.048Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541131045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:45:31.148Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:31.149Z||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-10T10:45:31.149Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:31.161Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:31.162Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:32.049Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-10T10:45:32.050Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-11-10T10:45:32.050Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:45:32.051Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:32.053Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:32.053Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541132049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:45:32.153Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:32.156Z||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-10T10:45:32.156Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:32.168Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:32.168Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:33.054Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-10T10:45:33.055Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-11-10T10:45:33.055Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:45:33.055Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:33.057Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:33.057Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541133054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-10T10:45:33.157Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:33.158Z||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-10T10:45:33.158Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:33.173Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:33.174Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:34.059Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-11-10T10:45:34.059Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-11-10T10:45:34.060Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:45:34.060Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:45:34.063Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:45:34.063Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541134059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:45:34.163Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:45:34.164Z||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-10T10:45:34.164Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:45:34.177Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:34.177Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:45:35.064Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d286d643-5fc9-4081-80d3-8690d960d495 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:45:35.076Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d286d643-5fc9-4081-80d3-8690d960d495 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-10T10:45:35.083Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:45:35.083Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:45:35.083Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:45:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:45:44.032Z||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-10T10:45:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:45:44.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:45:44.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540963338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540958536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "dcae-sch", "timestamp": 1636540963578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540956598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540963338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540958536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-10T10:45:44.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "dcae-sch", "timestamp": 1636540963578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540956598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:44.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:44.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540963338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540958536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "dcae-sch", "timestamp": 1636540963578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540967021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540963338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540967092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540958536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:44.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "dcae-sch", "timestamp": 1636540963578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:44.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "cds", "timestamp": 1636540968027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T10:45:44.089Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 669d96b3-944e-47fc-83ee-951f123270b5 2021-11-10T10:45:44.089Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669d96b3-944e-47fc-83ee-951f123270b5 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-10T10:45:44.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540963338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-10T10:45:44.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "dcae-sch", "timestamp": 1636540963578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "ves-openapi-manager", "timestamp": 1636540967643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540968798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540963338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "dcae-sch", "timestamp": 1636540963578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "ves-openapi-manager", "timestamp": 1636540967643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540969753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:45:44.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540963338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "dcae-sch", "timestamp": 1636540963578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "ves-openapi-manager", "timestamp": 1636540967643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540970332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540970757, "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-10T10:45:44.107Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d286d643-5fc9-4081-80d3-8690d960d495 2021-11-10T10:45:44.107Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d286d643-5fc9-4081-80d3-8690d960d495 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-10T10:45:44.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540963338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "dcae-sch", "timestamp": 1636540963578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "ves-openapi-manager", "timestamp": 1636540967643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540971430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540963338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:44.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "dcae-sch", "timestamp": 1636540963578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "ves-openapi-manager", "timestamp": 1636540967643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540972488, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:44.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540973094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "ves-openapi-manager", "timestamp": 1636540967643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540973374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540973500, "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-10T10:45:44.127Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 669d96b3-944e-47fc-83ee-951f123270b5 2021-11-10T10:45:44.127Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669d96b3-944e-47fc-83ee-951f123270b5 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-10T10:45:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540973628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540974099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:45:44.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "ves-openapi-manager", "timestamp": 1636540967643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "multicloud-k8s-id", "timestamp": 1636540974505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:45:44.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "policy-id", "timestamp": 1636540975103, "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-10T10:45:44.148Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 669d96b3-944e-47fc-83ee-951f123270b5 2021-11-10T10:45:44.148Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669d96b3-944e-47fc-83ee-951f123270b5 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-10T10:45:44.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "ves-openapi-manager", "timestamp": 1636540967643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "ves-openapi-manager", "timestamp": 1636540967643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540977312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "clamp", "timestamp": 1636540978316, "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-10T10:45:44.159Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d286d643-5fc9-4081-80d3-8690d960d495 2021-11-10T10:45:44.159Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d286d643-5fc9-4081-80d3-8690d960d495 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-10T10:45:44.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540957874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:44.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540981090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:45:44.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540982694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:45:44.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540983269, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:45:44.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "aai-ml", "timestamp": 1636540983698, "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-10T10:45:44.177Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d286d643-5fc9-4081-80d3-8690d960d495 2021-11-10T10:45:44.178Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d286d643-5fc9-4081-80d3-8690d960d495 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-10T10:45:44.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636540984272, "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-10T10:45:44.189Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 669d96b3-944e-47fc-83ee-951f123270b5 2021-11-10T10:45:44.189Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669d96b3-944e-47fc-83ee-951f123270b5 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-10T10:45:44.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540960254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:44.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:45:44.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540964852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:45:44.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:45:44.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636540993811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540994309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:45:44.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540996319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:45:44.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "clamp", "timestamp": 1636540997323, "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-10T10:45:44.207Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 669d96b3-944e-47fc-83ee-951f123270b5 2021-11-10T10:45:44.207Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669d96b3-944e-47fc-83ee-951f123270b5 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-10T10:45:44.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636541002794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:45:44.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:45:44.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:45:44.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "aai-ml", "timestamp": 1636541003797, "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-10T10:45:44.221Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 669d96b3-944e-47fc-83ee-951f123270b5 2021-11-10T10:45:44.221Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 669d96b3-944e-47fc-83ee-951f123270b5 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-10T10:46:05.083Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d286d643-5fc9-4081-80d3-8690d960d495 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:46:05.096Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d286d643-5fc9-4081-80d3-8690d960d495 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-10T10:46:05.099Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:46:05.099Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T10:46:05.099Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T10:46:05.099Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T10:46:05.099Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:46:05.099Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:46:05.100Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:46:05.100Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:46:05.100Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:46:05.100Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:46:05.100Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-10T10:46:05.106Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T10:46:35.107Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d286d643-5fc9-4081-80d3-8690d960d495 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-10T10:46:35.120Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d286d643-5fc9-4081-80d3-8690d960d495 and serviceModelVersionId: 8c1aba3c-c851-4829-a9e4-43f862d7bdca 2021-11-10T10:46:35.121Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41a7e1d2-13bb-4683-8ebd-39cd72b2e5de 2021-11-10T10:46:35.122Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41a7e1d2-13bb-4683-8ebd-39cd72b2e5de/model-vers/model-ver/8c1aba3c-c851-4829-a9e4-43f862d7bdca?depth=0 2021-11-10T10:46:35.129Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T10:46:35.184Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a7e1d2-13bb-4683-8ebd-39cd72b2e5de/model-vers/model-ver/8c1aba3c-c851-4829-a9e4-43f862d7bdca?depth=0|INFO|500||Invoke 2021-11-10T10:46:35.184Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a7e1d2-13bb-4683-8ebd-39cd72b2e5de/model-vers/model-ver/8c1aba3c-c851-4829-a9e4-43f862d7bdca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a7e1d2-13bb-4683-8ebd-39cd72b2e5de/model-vers/model-ver/8c1aba3c-c851-4829-a9e4-43f862d7bdca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d286d643-5fc9-4081-80d3-8690d960d495], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5fbf3f82-b3bc-43f1-8506-2c7c0a08541b], X-ECOMP-RequestID=[d286d643-5fc9-4081-80d3-8690d960d495], X-TransactionId=[], X-ONAP-RequestID=[d286d643-5fc9-4081-80d3-8690d960d495], Content-Type=[application/merge-patch+json]} 2021-11-10T10:46:35.205Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a7e1d2-13bb-4683-8ebd-39cd72b2e5de/model-vers/model-ver/8c1aba3c-c851-4829-a9e4-43f862d7bdca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T10:46:35.340Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a7e1d2-13bb-4683-8ebd-39cd72b2e5de/model-vers/model-ver/8c1aba3c-c851-4829-a9e4-43f862d7bdca?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/41a7e1d2-13bb-4683-8ebd-39cd72b2e5de/model-vers/model-ver/8c1aba3c-c851-4829-a9e4-43f862d7bdca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211110-10:46:35:212-55397], vertex-id=[233480], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:46:35 GMT], Content-Type=[application/json]} 2021-11-10T10:46:35.341Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a7e1d2-13bb-4683-8ebd-39cd72b2e5de/model-vers/model-ver/8c1aba3c-c851-4829-a9e4-43f862d7bdca?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-10T10:46:35.342Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a7e1d2-13bb-4683-8ebd-39cd72b2e5de/model-vers/model-ver/8c1aba3c-c851-4829-a9e4-43f862d7bdca?depth=0|INFO|500||InvokeReturn 2021-11-10T10:46:35.342Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T10:46:35.342Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-10T10:46:35.350Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-10T10:46:35.351Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d286d643-5fc9-4081-80d3-8690d960d495 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T10:46:35.351Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T10:46:35.352Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:35.356Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:35.357Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541195351, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:46:35.457Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:35.458Z||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-10T10:46:35.458Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:35.482Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:35.482Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-10T10:46:36.377Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:46:36.378Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"669d96b3-944e-47fc-83ee-951f123270b5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6","serviceDescription":"service","serviceInvariantUUID":"eec8b2e9-87a6-4d25-b16b-e35a2a3c5120","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0d6d832c-8311-4d27-8230-dcfd33d9d0a3","resourceInvariantUUID":"b1e2c942-b597-4edb-9011-a7e0c11e8dba","resourceCustomizationUUID":"9891ca6c-f0a7-435e-93bf-c3d89d6913e7","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":"NGMyOWU2ZmUxZTIzNjlhMGI5Yjc2OTYzYmExNDAzYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72d6c85f-89d2-4531-9e97-c44522ad3d80","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":"9cfece00-32d2-448f-ada3-d6021b4087e9","artifactVersion":"2","generatedFromUUID":"bbefb538-9d08-458c-b6a5-afae266022db"},{"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":"bbefb538-9d08-458c-b6a5-afae266022db","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":"ZTRjZGI1NGJhMzUyMjdhMjkzZThiZWRkOGVkYzI1M2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"67434753-6e77-4a05-a758-cf2dd2e355cb","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":"3fc8f72a-dda3-465b-bf95-921370c4b4d9","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":"494c5308-4422-4389-9128-0df20c3e7bcf","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":"508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f","artifactVersion":"2","generatedFromUUID":"3fc8f72a-dda3-465b-bf95-921370c4b4d9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWU3ZGI3N2I3OGNmMzRjZTZmOWFmMjg1YzJmNWU3MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3aedad72-1ac6-4777-b980-3415d6842dc0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTQyZDg3ZWVlYzMyMmE5NjBiOTZhOTU2ZDI1NWI5NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd26ab9c-0570-4408-aaeb-67686a84513c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T10:46:36.378Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:46:36.379Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:36.382Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:36.382Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:46:36.483Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T10:46:36.484Z||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-10T10:46:36.485Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:36.498Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:36.498Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:37.383Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:46:37.386Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:37.388Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:37.388Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-10T10:46:37.490Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-10T10:46:37.491Z||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-10T10:46:37.491Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:37.504Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:37.505Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:38.389Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:46:38.390Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:38.392Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:38.392Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-10T10:46:38.492Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:38.493Z||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-10T10:46:38.493Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:38.512Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:38.513Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:46:39.394Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:46:39.396Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:39.398Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:39.398Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:46:39.498Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:39.499Z||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-10T10:46:39.499Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:39.519Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:39.520Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:40.400Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:46:40.402Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:40.405Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:40.405Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-10T10:46:40.505Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:40.508Z||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-10T10:46:40.509Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:40.522Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:40.523Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:41.406Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:46:41.407Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:41.409Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:41.409Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:46:41.509Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:41.510Z||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-10T10:46:41.511Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:41.532Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:41.533Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:42.412Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:46:42.413Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:42.415Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:42.416Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-10T10:46:42.516Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:46:42.517Z||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-10T10:46:42.517Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:42.533Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:42.534Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:43.417Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:46:43.419Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:43.423Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:43.423Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:46:43.523Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:46:43.525Z||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-10T10:46:43.525Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:43.537Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:43.538Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:46:44.034Z||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-10T10:46:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:46:44.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:44.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541060805, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:46:44.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:46:44.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:46:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:46:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:46:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:46:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T10:46:44.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:46:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:46:44.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:46:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T10:46:44.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:46:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:46:44.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:46:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:46:44.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:46:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541073969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:44.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:46:44.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541076734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:44.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:46:44.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541077929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:44.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:46:44.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541079419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:44.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:46:44.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541080545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:46:44.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:46:44.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541081552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:46:44.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:46:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541082556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-10T10:46:44.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:46:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:46:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541083560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:46:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:46:44.424Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:46:44.424Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:44.427Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:44.427Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:46:44.527Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:44.528Z||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-10T10:46:44.528Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:44.543Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:44.544Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:45.429Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6", "serviceDescription": "service", "serviceInvariantUUID": "eec8b2e9-87a6-4d25-b16b-e35a2a3c5120", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "9891ca6c-f0a7-435e-93bf-c3d89d6913e7", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0d6d832c-8311-4d27-8230-dcfd33d9d0a3", "resourceInvariantUUID": "b1e2c942-b597-4edb-9011-a7e0c11e8dba", "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": "9cfece00-32d2-448f-ada3-d6021b4087e9", "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": "bbefb538-9d08-458c-b6a5-afae266022db", "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": "ZTRjZGI1NGJhMzUyMjdhMjkzZThiZWRkOGVkYzI1M2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "67434753-6e77-4a05-a758-cf2dd2e355cb", "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": "3fc8f72a-dda3-465b-bf95-921370c4b4d9", "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": "508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f", "generatedFromUUID": "3fc8f72a-dda3-465b-bf95-921370c4b4d9" }, "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": "508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTQyZDg3ZWVlYzMyMmE5NjBiOTZhOTU2ZDI1NWI5NDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dd26ab9c-0570-4408-aaeb-67686a84513c" } ], "workloadContext": "Production" } 2021-11-10T10:46:45.430Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T10:46:45.430Z|d286d643-5fc9-4081-80d3-8690d960d495|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6 ASDC 2021-11-10T10:46:45.431Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:669d96b3-944e-47fc-83ee-951f123270b5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6 ServiceInvariantUUID:eec8b2e9-87a6-4d25-b16b-e35a2a3c5120 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:dd26ab9c-0570-4408-aaeb-67686a84513c ArtifactChecksum:OTQyZDg3ZWVlYzMyMmE5NjBiOTZhOTU2ZDI1NWI5NDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:9891ca6c-f0a7-435e-93bf-c3d89d6913e7 ResourceInvariantUUID:b1e2c942-b597-4edb-9011-a7e0c11e8dba ResourceName:basic_cnf ResourceType:VF ResourceUUID:0d6d832c-8311-4d27-8230-dcfd33d9d0a3 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:9cfece00-32d2-448f-ada3-d6021b4087e9 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:bbefb538-9d08-458c-b6a5-afae266022db 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:67434753-6e77-4a05-a758-cf2dd2e355cb ArtifactChecksum:ZTRjZGI1NGJhMzUyMjdhMjkzZThiZWRkOGVkYzI1M2U= 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:3fc8f72a-dda3-465b-bf95-921370c4b4d9 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:508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f 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:508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T10:46:45.431Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6 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-10T10:46:45.465Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:46:45.466Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:46:45.466Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:46:45.466Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dd26ab9c-0570-4408-aaeb-67686a84513c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-10T10:46:45.466Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:46:45.467Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-10T10:46:45.627Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:46:45.632Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dd26ab9c-0570-4408-aaeb-67686a84513c 68935 2021-11-10T10:46:45.633Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-10T10:46:45.633Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-10T10:46:45.633Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:46:45.633Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:45.635Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:45.635Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541205633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:45.738Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T10:46:45.738Z||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-10T10:46:45.739Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:45.756Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:45.757Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:46.636Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:46:46.637Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:46:46.638Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: dd26ab9c-0570-4408-aaeb-67686a84513c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-10T10:46:46.638Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-10T10:46:46.639Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-10T10:46:46.639Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-10T10:46:46.785Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2874968527911056941/Definitions/service-BasicCnf-template.yml 2021-11-10T10:46:47.970Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T10:46:47.971Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:46:47.971Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-10T10:46:47.971Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-10T10:46:47.971Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-10T10:46:47.971Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-10T10:46:47.971Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-10T10:46:47.972Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-10T10:46:47.972Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:46:47.972Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.972Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:47.973Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-10T10:46:47.973Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:46:47.973Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:46:47.974Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.974Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:47.974Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-10T10:46:47.974Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:46:47.974Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:46:47.975Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.975Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:47.975Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.975Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-10T10:46:47.975Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-10T10:46:47.976Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-10T10:46:47.976Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T10:46:47.976Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.976Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:46:47.976Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.977Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-10T10:46:47.977Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:46:47.977Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.978Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-10T10:46:47.978Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:46:47.978Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.978Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-10T10:46:47.978Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:46:47.979Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.979Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-10T10:46:47.979Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-10T10:46:47.979Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1e4585ad-e361-40ee-823e-89eeadb7d9cd 2021-11-10T10:46:47.980Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.980Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:47.980Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.980Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:47.981Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.981Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:47.981Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:47.982Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:47.982Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6 Model Version:NULL Model InvariantUuid:eec8b2e9-87a6-4d25-b16b-e35a2a3c5120 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:d34718d9-aebb-46ca-8974-5fe8c020345c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b1e2c942-b597-4edb-9011-a7e0c11e8dba Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9891ca6c-f0a7-435e-93bf-c3d89d6913e7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:08b69b53-0f02-4fb0-8ed8-bb7cdd381ecc ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e63f6b16-c84c-4db8-9b2a-f29eb9738b48 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1e4585ad-e361-40ee-823e-89eeadb7d9cd ModelInvariantUuid:477eb5fb-6336-443b-9a1f-4d4f8b21938d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:8fd6c264-0bba-4c7e-ace4-982d394085dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:16f1205b-af52-4407-90be-a613d3376899 ModelInvariantUuid:ed3a0d12-a2e4-484e-90f9-4bb67b6257c6 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:cc1fae64-57d6-42e8-9c3e-3dc7c96d6a05 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-10T10:46:47.995Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0d6d832c-8311-4d27-8230-dcfd33d9d0a3 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-10T10:46:48.000Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-11-10T10:46:48.000Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0d6d832c-8311-4d27-8230-dcfd33d9d0a3 2021-11-10T10:46:48.000Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9cfece00-32d2-448f-ada3-d6021b4087e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-10T10:46:48.001Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:46:48.001Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-10T10:46:48.623Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:46:48.624Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9cfece00-32d2-448f-ada3-d6021b4087e9 12 2021-11-10T10:46:48.625Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-10T10:46:48.625Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-10T10:46:48.625Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:46:48.625Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:48.628Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:48.628Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541208624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:48.729Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T10:46:48.730Z||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-10T10:46:48.730Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:48.749Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:48.749Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:49.629Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bbefb538-9d08-458c-b6a5-afae266022db from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-10T10:46:49.630Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:46:49.630Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-10T10:46:50.013Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:46:50.014Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz bbefb538-9d08-458c-b6a5-afae266022db 2688 2021-11-10T10:46:50.015Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-10T10:46:50.015Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-10T10:46:50.015Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:46:50.016Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:50.018Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:50.018Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541210015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:50.118Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:50.119Z||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-10T10:46:50.119Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:50.131Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:50.131Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:51.020Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 67434753-6e77-4a05-a758-cf2dd2e355cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-10T10:46:51.021Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:46:51.021Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-10T10:46:51.068Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:46:51.070Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 67434753-6e77-4a05-a758-cf2dd2e355cb 828 2021-11-10T10:46:51.071Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-10T10:46:51.072Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-10T10:46:51.072Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:46:51.073Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:51.075Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:51.075Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541211071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:51.175Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:51.176Z||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-10T10:46:51.176Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:51.188Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:51.189Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:46:52.075Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "08b69b53-0f02-4fb0-8ed8-bb7cdd381ecc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e63f6b16-c84c-4db8-9b2a-f29eb9738b48", "vfModuleModelCustomizationUUID": "7f70c000-680d-454f-9b05-ce91c43be0aa", "isBase": true, "artifacts": [ "bbefb538-9d08-458c-b6a5-afae266022db", "3fc8f72a-dda3-465b-bf95-921370c4b4d9", "508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f" ], "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-10T10:46:52.080Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e63f6b16-c84c-4db8-9b2a-f29eb9738b48 VfModuleModelInvariantUUID:08b69b53-0f02-4fb0-8ed8-bb7cdd381ecc VfModuleModelDescription:NULL Artifacts UUID List:{ bbefb538-9d08-458c-b6a5-afae266022db , 3fc8f72a-dda3-465b-bf95-921370c4b4d9 , 508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f } 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-10T10:46:52.082Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "08b69b53-0f02-4fb0-8ed8-bb7cdd381ecc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e63f6b16-c84c-4db8-9b2a-f29eb9738b48", "vfModuleModelCustomizationUUID": "7f70c000-680d-454f-9b05-ce91c43be0aa", "isBase": true, "artifacts": [ "bbefb538-9d08-458c-b6a5-afae266022db", "3fc8f72a-dda3-465b-bf95-921370c4b4d9", "508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f" ], "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-10T10:46:52.082Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e63f6b16-c84c-4db8-9b2a-f29eb9738b48 VfModuleModelInvariantUUID:08b69b53-0f02-4fb0-8ed8-bb7cdd381ecc VfModuleModelDescription:NULL Artifacts UUID List:{ bbefb538-9d08-458c-b6a5-afae266022db , 3fc8f72a-dda3-465b-bf95-921370c4b4d9 , 508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f } 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-10T10:46:52.082Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3fc8f72a-dda3-465b-bf95-921370c4b4d9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-10T10:46:52.082Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:46:52.082Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-10T10:46:52.131Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:46:52.131Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3fc8f72a-dda3-465b-bf95-921370c4b4d9 1164 2021-11-10T10:46:52.131Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-10T10:46:52.132Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-10T10:46:52.132Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:46:52.132Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:52.134Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:52.134Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541212131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:52.234Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:52.236Z||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-10T10:46:52.236Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:52.249Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:52.250Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:53.135Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-10T10:46:53.135Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:46:53.135Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-10T10:46:53.180Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:46:53.180Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 508ba8d0-2b93-4f2d-823c-ac8edc0d4f8f 200 2021-11-10T10:46:53.180Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-10T10:46:53.180Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-10T10:46:53.180Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:46:53.181Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:53.182Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:53.182Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541213180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:46:53.283Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T10:46:53.284Z||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-10T10:46:53.284Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:53.300Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:53.301Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:54.183Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6 2021-11-10T10:46:54.183Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0d6d832c-8311-4d27-8230-dcfd33d9d0a3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-11-10T10:46:54.197Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-10T10:46:54.205Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@681c2071, org.onap.sdc.toscaparser.api.parameters.Input@6e9dee20, org.onap.sdc.toscaparser.api.parameters.Input@27e796c4, org.onap.sdc.toscaparser.api.parameters.Input@1865b5c9, org.onap.sdc.toscaparser.api.parameters.Input@11f3011c] 2021-11-10T10:46:54.207Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.207Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:54.207Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-10T10:46:54.207Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9891ca6c-f0a7-435e-93bf-c3d89d6913e7 2021-11-10T10:46:54.207Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9891ca6c-f0a7-435e-93bf-c3d89d6913e7 matches Tosca VF Customization UUID: 9891ca6c-f0a7-435e-93bf-c3d89d6913e7 2021-11-10T10:46:54.207Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9891ca6c-f0a7-435e-93bf-c3d89d6913e7 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-10T10:46:54.210Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.210Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:54.210Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9891ca6c-f0a7-435e-93bf-c3d89d6913e7: {\"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-10T10:46:54.211Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3eaac3c3 2021-11-10T10:46:54.211Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.211Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:46:54.211Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f70c000-680d-454f-9b05-ce91c43be0aa 2021-11-10T10:46:54.211Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f70c000-680d-454f-9b05-ce91c43be0aa 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-10T10:46:54.214Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.214Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-10T10:46:54.214Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:46:54.214Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.215Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-10T10:46:54.215Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:46:54.215Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.215Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-10T10:46:54.216Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-10T10:46:54.216Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1e4585ad-e361-40ee-823e-89eeadb7d9cd 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-10T10:46:54.218Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.218Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-10T10:46:54.218Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:46:54.219Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.219Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-10T10:46:54.219Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9891ca6c-f0a7-435e-93bf-c3d89d6913e7 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-10T10:46:54.221Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.224Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:54.224Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6: basic_cnf 2021-11-10T10:46:54.224Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.225Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:54.226Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.226Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:54.226Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.226Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:54.227Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.227Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:54.227Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:46:54.227Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:46:54.227Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T10:46:54.310Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0d6d832c-8311-4d27-8230-dcfd33d9d0a3 1 ASDC deployResourceStructure 2021-11-10T10:46:54.311Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-10T10:46:54.311Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-11-10T10:46:54.311Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-10T10:46:54.317Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:54.319Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:54.319Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541214311, "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-10T10:46:54.419Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:54.420Z||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-10T10:46:54.420Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:54.431Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:54.432Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:55.320Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-10T10:46:55.320Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-11-10T10:46:55.320Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-10T10:46:55.321Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:55.322Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:55.322Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541215319, "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-10T10:46:55.422Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:55.424Z||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-10T10:46:55.424Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:55.461Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:55.462Z||pool-89-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:46:56.323Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-10T10:46:56.323Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-10T10:46:56.324Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:46:56.324Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:56.326Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:56.326Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541216323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:46:56.426Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:56.427Z||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-10T10:46:56.427Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:56.441Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:56.442Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:57.327Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-10T10:46:57.327Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-10T10:46:57.327Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:46:57.327Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:57.329Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:57.329Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541217326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:46:57.430Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:57.431Z||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-10T10:46:57.431Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:57.455Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:57.456Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:58.330Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-10T10:46:58.331Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-10T10:46:58.331Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:46:58.331Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:58.333Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:58.333Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541218330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-10T10:46:58.434Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:46:58.435Z||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-10T10:46:58.435Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:58.449Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:58.450Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:46:59.334Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-10T10:46:59.335Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-10T10:46:59.335Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:46:59.335Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:46:59.337Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:46:59.337Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541219334, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:46:59.438Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-10T10:46:59.439Z||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-10T10:46:59.439Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:46:59.454Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:46:59.455Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:00.338Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 669d96b3-944e-47fc-83ee-951f123270b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:47:00.349Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 669d96b3-944e-47fc-83ee-951f123270b5 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-10T10:47:00.352Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:47:00.353Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T10:47:00.353Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T10:47:00.353Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T10:47:00.353Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:47:00.353Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:47:00.354Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:47:00.354Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:47:00.354Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:47:00.354Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:47:00.354Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-10T10:47:00.359Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T10:47:30.359Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 669d96b3-944e-47fc-83ee-951f123270b5 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-10T10:47:30.366Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 669d96b3-944e-47fc-83ee-951f123270b5 and serviceModelVersionId: 4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6 2021-11-10T10:47:30.366Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eec8b2e9-87a6-4d25-b16b-e35a2a3c5120 2021-11-10T10:47:30.367Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eec8b2e9-87a6-4d25-b16b-e35a2a3c5120/model-vers/model-ver/4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6?depth=0 2021-11-10T10:47:30.371Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T10:47:30.421Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eec8b2e9-87a6-4d25-b16b-e35a2a3c5120/model-vers/model-ver/4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6?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-10T10:47:30.423Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eec8b2e9-87a6-4d25-b16b-e35a2a3c5120/model-vers/model-ver/4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6?depth=0|INFO|500||Invoke 2021-11-10T10:47:30.441Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eec8b2e9-87a6-4d25-b16b-e35a2a3c5120/model-vers/model-ver/4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T10:47:30.743Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eec8b2e9-87a6-4d25-b16b-e35a2a3c5120/model-vers/model-ver/4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6?depth=0|INFO|500||InvokeReturn 2021-11-10T10:47:30.745Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eec8b2e9-87a6-4d25-b16b-e35a2a3c5120/model-vers/model-ver/4a89d8cd-3ff4-47a9-90e3-80a8b8dfc2a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211110-10:47:30:448-48152], vertex-id=[245808], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:47:30 GMT], Content-Type=[application/json]} 2021-11-10T10:47:30.745Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-10T10:47:30.745Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T10:47:30.746Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-10T10:47:30.751Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-10T10:47:30.752Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 669d96b3-944e-47fc-83ee-951f123270b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T10:47:30.752Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T10:47:30.753Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:30.754Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:30.754Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541250752, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:47:30.854Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:47:30.855Z||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-10T10:47:30.855Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:30.868Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:30.870Z||pool-94-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-10T10:47:31.766Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:47:31.767Z|669d96b3-944e-47fc-83ee-951f123270b5|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-10T10:47:31.768Z|669d96b3-944e-47fc-83ee-951f123270b5|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:47:36.372Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:36.373Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:47:36.373Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e8900d9-8bd2-486f-99ab-d63d8360b904","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d4e1874f-bef6-411f-aa58-d659af6b67bc","serviceDescription":"service","serviceInvariantUUID":"0c711b14-f6b5-4696-9a4e-59c51bc7403f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a944ab1-fe67-4d12-bb17-8a2cd336c823","resourceInvariantUUID":"463fcd15-6f99-48a9-811d-e92c77780968","resourceCustomizationUUID":"97ea5068-7734-40f0-8255-9f51cf79b6bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bd6642fd-5184-4f52-88a7-cccace62e607","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"M2ZlNzNkYzQyOWVhMzhiNDdkOWM1ZTEzNWRkMmE4ZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57595db7-d216-4d2f-9307-bed79414cfd2","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MTEyMzdhMTBhMzc4YTViYzcwNzRkMjEwZDRjMDNmNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"197b9df0-83b7-4936-b7e1-078233fe2359","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b4609a63-00de-483e-b093-afb988493f35","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7e0ffbdb-55d6-41ab-84f8-41329c38c612","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"73ad249e-ec29-44ba-8476-2bb1382e3090","artifactVersion":"2","generatedFromUUID":"b4609a63-00de-483e-b093-afb988493f35"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmJlOTNmYTY3YzMyN2JkY2QwNWRkNzUwM2Q1MTY0YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9398bfa-4ec1-4221-b8f5-cb6b1675272b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmM0NjNiNGY1ZDQ1NzJiY2RhYjBjNDAxZjZkYjc5Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0e96663-ce78-4949-bf9d-f5d475b89745","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T10:47:36.376Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:47:36.376Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:36.379Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:36.379Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:47:36.478Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-10T10:47:36.479Z||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-10T10:47:36.479Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:36.493Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:36.494Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:47:37.380Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:47:37.382Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:37.384Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:37.384Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:47:37.484Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:47:37.485Z||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-10T10:47:37.485Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:37.500Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:37.501Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:38.384Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:47:38.385Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:38.387Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:38.387Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:47:38.487Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:47:38.488Z||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-10T10:47:38.488Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:38.500Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:38.501Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:39.388Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:47:39.389Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:39.391Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:39.391Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T10:47:39.491Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:47:39.492Z||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-10T10:47:39.492Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:39.505Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:39.506Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:40.391Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:47:40.392Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:40.394Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:40.394Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:47:40.494Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:47:40.495Z||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-10T10:47:40.495Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:40.513Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:40.514Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:47:41.394Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:47:41.395Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:41.397Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:41.397Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T10:47:41.497Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:47:41.498Z||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-10T10:47:41.498Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:41.511Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:41.511Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:42.397Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:47:42.398Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:42.401Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:42.401Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:47:42.500Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:47:42.501Z||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-10T10:47:42.502Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:42.515Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:42.516Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:43.401Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:47:43.402Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:43.403Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:43.403Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:47:43.503Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:47:43.504Z||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-10T10:47:43.504Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:43.519Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:43.520Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:47:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:47:44.032Z||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-10T10:47:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:47:44.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:44.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541114831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:47:44.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:47:44.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:47:44.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:47:44.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:47:44.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:47:44.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-10T10:47:44.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:47:44.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:47:44.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:47:44.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-10T10:47:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:47:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-10T10:47:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:47:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:47:44.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:47:44.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:47:44.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:47:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541124011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:47:44.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:47:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541126731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:47:44.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:47:44.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541128421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541129929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541131045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541132049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:47:44.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:47:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541133054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-10T10:47:44.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:47:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:47:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541134059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:47:44.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:47:44.404Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "d4e1874f-bef6-411f-aa58-d659af6b67bc", "serviceDescription": "service", "serviceInvariantUUID": "0c711b14-f6b5-4696-9a4e-59c51bc7403f", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "97ea5068-7734-40f0-8255-9f51cf79b6bd", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6a944ab1-fe67-4d12-bb17-8a2cd336c823", "resourceInvariantUUID": "463fcd15-6f99-48a9-811d-e92c77780968", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "MTEyMzdhMTBhMzc4YTViYzcwNzRkMjEwZDRjMDNmNDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "197b9df0-83b7-4936-b7e1-078233fe2359", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b4609a63-00de-483e-b093-afb988493f35", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "73ad249e-ec29-44ba-8476-2bb1382e3090", "generatedFromUUID": "b4609a63-00de-483e-b093-afb988493f35" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "73ad249e-ec29-44ba-8476-2bb1382e3090", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YmM0NjNiNGY1ZDQ1NzJiY2RhYjBjNDAxZjZkYjc5Nzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0e96663-ce78-4949-bf9d-f5d475b89745" } ], "workloadContext": "Production" } 2021-11-10T10:47:44.405Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T10:47:44.405Z|669d96b3-944e-47fc-83ee-951f123270b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d4e1874f-bef6-411f-aa58-d659af6b67bc ASDC 2021-11-10T10:47:44.406Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1e8900d9-8bd2-486f-99ab-d63d8360b904 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:d4e1874f-bef6-411f-aa58-d659af6b67bc ServiceInvariantUUID:0c711b14-f6b5-4696-9a4e-59c51bc7403f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:f0e96663-ce78-4949-bf9d-f5d475b89745 ArtifactChecksum:YmM0NjNiNGY1ZDQ1NzJiY2RhYjBjNDAxZjZkYjc5Nzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:97ea5068-7734-40f0-8255-9f51cf79b6bd ResourceInvariantUUID:463fcd15-6f99-48a9-811d-e92c77780968 ResourceName:basicclamp ResourceType:VF ResourceUUID:6a944ab1-fe67-4d12-bb17-8a2cd336c823 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:197b9df0-83b7-4936-b7e1-078233fe2359 ArtifactChecksum:MTEyMzdhMTBhMzc4YTViYzcwNzRkMjEwZDRjMDNmNDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:b4609a63-00de-483e-b093-afb988493f35 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:73ad249e-ec29-44ba-8476-2bb1382e3090 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:73ad249e-ec29-44ba-8476-2bb1382e3090 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-10T10:47:44.406Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4e1874f-bef6-411f-aa58-d659af6b67bc 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-10T10:47:44.437Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:47:44.438Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:47:44.438Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:47:44.438Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f0e96663-ce78-4949-bf9d-f5d475b89745 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-10T10:47:44.438Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:47:44.439Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-10T10:47:44.523Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:47:44.526Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f0e96663-ce78-4949-bf9d-f5d475b89745 73664 2021-11-10T10:47:44.526Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-10T10:47:44.526Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-10T10:47:44.526Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:47:44.527Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:44.528Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:44.528Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541264526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:47:44.628Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:47:44.630Z||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-10T10:47:44.630Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:44.641Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:44.642Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:45.529Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:47:45.530Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-10T10:47:45.530Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f0e96663-ce78-4949-bf9d-f5d475b89745, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:45.530Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-10T10:47:45.531Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:45.531Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:45.640Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16189983223569691379/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-10T10:47:46.731Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T10:47:46.732Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:47:46.732Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.732Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-10T10:47:46.732Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.732Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.733Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.733Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.733Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.733Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.733Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.733Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.734Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-10T10:47:46.734Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-10T10:47:46.734Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.734Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:46.734Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T10:47:46.734Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:47:46.735Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:47:46.735Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.735Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:46.735Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T10:47:46.736Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-10T10:47:46.736Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:47:46.736Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.736Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:46.736Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.737Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-10T10:47:46.737Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-10T10:47:46.737Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-10T10:47:46.737Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-10T10:47:46.737Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T10:47:46.738Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-10T10:47:46.738Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.738Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:47:46.738Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.739Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T10:47:46.739Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:47:46.739Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.739Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T10:47:46.739Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:47:46.740Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.740Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T10:47:46.740Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:47:46.740Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.741Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-10T10:47:46.741Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-10T10:47:46.741Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T10:47:46.741Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5aa8a9cc-0d48-4600-af65-8b10476cc93d 2021-11-10T10:47:46.742Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.742Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:46.742Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.742Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:46.742Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.743Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:46.743Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:46.743Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:46.743Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:d4e1874f-bef6-411f-aa58-d659af6b67bc Model Version:NULL Model InvariantUuid:0c711b14-f6b5-4696-9a4e-59c51bc7403f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:ffd45426-7505-47ce-9c4f-efc15cf0cf49 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:463fcd15-6f99-48a9-811d-e92c77780968 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:97ea5068-7734-40f0-8255-9f51cf79b6bd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7324036b-45a0-44a9-9bf9-79d8eb9b503c ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:1bfcc19e-9607-4a20-a06f-3609f21acbf8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5aa8a9cc-0d48-4600-af65-8b10476cc93d ModelInvariantUuid:3ebf30f3-edeb-47e0-8cab-0863d898d137 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:663ce34c-0559-4214-bdfa-95c39d57a73d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4547e1b9-6faa-49e8-a048-be15c74cc64e ModelInvariantUuid:a6b4f0c3-3fe5-458e-9e71-902180c7e2f0 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:3f9791de-4140-47c6-8a38-500e2b2502d8 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-10T10:47:46.749Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a944ab1-fe67-4d12-bb17-8a2cd336c823 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-10T10:47:46.751Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-11-10T10:47:46.752Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a944ab1-fe67-4d12-bb17-8a2cd336c823 2021-11-10T10:47:46.752Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 197b9df0-83b7-4936-b7e1-078233fe2359 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-10T10:47:46.752Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:47:46.752Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-10T10:47:47.129Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:47:47.130Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 197b9df0-83b7-4936-b7e1-078233fe2359 790 2021-11-10T10:47:47.130Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-10T10:47:47.130Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-10T10:47:47.131Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:47:47.131Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:47.133Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:47.133Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541267130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:47:47.233Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:47:47.234Z||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-10T10:47:47.234Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:47.252Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:47.252Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:48.134Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7324036b-45a0-44a9-9bf9-79d8eb9b503c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1bfcc19e-9607-4a20-a06f-3609f21acbf8", "vfModuleModelCustomizationUUID": "20ed4a99-e3bd-4c09-a832-ff4677542095", "isBase": true, "artifacts": [ "b4609a63-00de-483e-b093-afb988493f35", "73ad249e-ec29-44ba-8476-2bb1382e3090" ], "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-10T10:47:48.137Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1bfcc19e-9607-4a20-a06f-3609f21acbf8 VfModuleModelInvariantUUID:7324036b-45a0-44a9-9bf9-79d8eb9b503c VfModuleModelDescription:NULL Artifacts UUID List:{ b4609a63-00de-483e-b093-afb988493f35 , 73ad249e-ec29-44ba-8476-2bb1382e3090 } 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-10T10:47:48.138Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7324036b-45a0-44a9-9bf9-79d8eb9b503c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1bfcc19e-9607-4a20-a06f-3609f21acbf8", "vfModuleModelCustomizationUUID": "20ed4a99-e3bd-4c09-a832-ff4677542095", "isBase": true, "artifacts": [ "b4609a63-00de-483e-b093-afb988493f35", "73ad249e-ec29-44ba-8476-2bb1382e3090" ], "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-10T10:47:48.138Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1bfcc19e-9607-4a20-a06f-3609f21acbf8 VfModuleModelInvariantUUID:7324036b-45a0-44a9-9bf9-79d8eb9b503c VfModuleModelDescription:NULL Artifacts UUID List:{ b4609a63-00de-483e-b093-afb988493f35 , 73ad249e-ec29-44ba-8476-2bb1382e3090 } 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-10T10:47:48.138Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b4609a63-00de-483e-b093-afb988493f35 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-10T10:47:48.139Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:47:48.139Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-10T10:47:48.634Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:47:48.635Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b4609a63-00de-483e-b093-afb988493f35 5033 2021-11-10T10:47:48.635Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-10T10:47:48.635Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-10T10:47:48.635Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:47:48.636Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:48.638Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:48.638Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541268635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:47:48.738Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:47:48.739Z||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-10T10:47:48.739Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:48.751Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:48.752Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:49.639Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 73ad249e-ec29-44ba-8476-2bb1382e3090 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-10T10:47:49.639Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-10T10:47:49.639Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-10T10:47:50.039Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-10T10:47:50.040Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 73ad249e-ec29-44ba-8476-2bb1382e3090 909 2021-11-10T10:47:50.040Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-10T10:47:50.040Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-10T10:47:50.040Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:47:50.040Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:50.042Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:50.042Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541270040, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:47:50.142Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:47:50.143Z||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-10T10:47:50.143Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:50.154Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:50.155Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:51.043Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d4e1874f-bef6-411f-aa58-d659af6b67bc 2021-11-10T10:47:51.043Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6a944ab1-fe67-4d12-bb17-8a2cd336c823 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-10T10:47:51.054Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ebb6dfc, org.onap.sdc.toscaparser.api.parameters.Input@42989020, org.onap.sdc.toscaparser.api.parameters.Input@2d95976b, org.onap.sdc.toscaparser.api.parameters.Input@4ff64a1b, org.onap.sdc.toscaparser.api.parameters.Input@6a870a94] 2021-11-10T10:47:51.056Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.056Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:51.056Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-10T10:47:51.057Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 97ea5068-7734-40f0-8255-9f51cf79b6bd 2021-11-10T10:47:51.057Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97ea5068-7734-40f0-8255-9f51cf79b6bd matches Tosca VF Customization UUID: 97ea5068-7734-40f0-8255-9f51cf79b6bd 2021-11-10T10:47:51.057Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 97ea5068-7734-40f0-8255-9f51cf79b6bd 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-10T10:47:51.059Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.059Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:51.059Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 97ea5068-7734-40f0-8255-9f51cf79b6bd: {\"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-10T10:47:51.060Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@106c5b7c 2021-11-10T10:47:51.060Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.060Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-10T10:47:51.060Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 20ed4a99-e3bd-4c09-a832-ff4677542095 2021-11-10T10:47:51.060Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 20ed4a99-e3bd-4c09-a832-ff4677542095 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-10T10:47:51.066Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.066Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T10:47:51.066Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:47:51.066Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.066Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T10:47:51.067Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:47:51.067Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.067Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-10T10:47:51.067Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-10T10:47:51.067Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-10T10:47:51.068Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5aa8a9cc-0d48-4600-af65-8b10476cc93d 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-10T10:47:51.069Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.070Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T10:47:51.070Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-10T10:47:51.070Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.070Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-10T10:47:51.070Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=97ea5068-7734-40f0-8255-9f51cf79b6bd 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-10T10:47:51.072Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.072Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:51.072Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d4e1874f-bef6-411f-aa58-d659af6b67bc: basicclamp 2021-11-10T10:47:51.072Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.072Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:51.073Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.073Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:51.073Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.073Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:51.073Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.073Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:51.074Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:47:51.074Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:47:51.074Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T10:47:51.153Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6a944ab1-fe67-4d12-bb17-8a2cd336c823 1 ASDC deployResourceStructure 2021-11-10T10:47:51.154Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-10T10:47:51.154Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-10T10:47:51.154Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:47:51.154Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:51.156Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:51.156Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541271154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:47:51.256Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:47:51.257Z||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-10T10:47:51.257Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:51.270Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:51.270Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:52.158Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-10T10:47:52.158Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-10T10:47:52.158Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:47:52.158Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:52.160Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:52.160Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541272158, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:47:52.260Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:47:52.261Z||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-10T10:47:52.261Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:52.278Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:52.278Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:47:53.161Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-10T10:47:53.161Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-10T10:47:53.161Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:47:53.162Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:53.164Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:53.164Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541273161, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-10T10:47:53.263Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:47:53.264Z||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-10T10:47:53.264Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:53.276Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:53.278Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:47:54.165Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-10T10:47:54.166Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-10T10:47:54.166Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:47:54.166Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:47:54.168Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:47:54.168Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541274165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:47:54.268Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:47:54.269Z||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-10T10:47:54.269Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:47:54.282Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:47:54.283Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:47:55.169Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:47:55.178Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:47:55.180Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:47:55.181Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:47:55.181Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:48:25.183Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:48:25.205Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:48:25.210Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:48:25.210Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:48:25.210Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:48:44.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:48:44.038Z||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-10T10:48:44.039Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:48:44.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:48:44.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:48:44.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d286d643-5fc9-4081-80d3-8690d960d495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541195351, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:48:44.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:48:44.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:48:44.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:48:44.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:48:44.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:48:44.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-10T10:48:44.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:48:44.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:48:44.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-10T10:48:44.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:48:44.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:48:44.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:48:44.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:48:44.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:48:44.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-10T10:48:44.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:48:44.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:48:44.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:48:44.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:48:44.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:48:44.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-10T10:48:44.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:48:44.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:48:44.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:48:44.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:48:55.211Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:48:55.229Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:48:55.231Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:48:55.231Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:48:55.231Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:49:25.231Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:49:25.241Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:49:25.243Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:49:25.244Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-10T10:49:25.244Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-10T10:49:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:49:44.032Z||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-10T10:49:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:49:44.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:49:44.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541061823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:49:44.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541205633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541208624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541210015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541211071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541212131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541213180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541214311, "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-10T10:49:44.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541215319, "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-10T10:49:44.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541216323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541217326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541218330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541219334, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "ves-openapi-manager", "timestamp": 1636541227643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541230255, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541226103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541227874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541230255, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541226103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "ves-openapi-manager", "timestamp": 1636541227643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541227874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541234851, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541230255, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541226103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "ves-openapi-manager", "timestamp": 1636541227643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541227874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541234851, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541226103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541230255, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "ves-openapi-manager", "timestamp": 1636541227643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541227874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541236617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541234851, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541226103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "ves-openapi-manager", "timestamp": 1636541227643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541230255, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541227874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541236617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541234851, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541226103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541230255, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "ves-openapi-manager", "timestamp": 1636541227643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541227874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541236617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541234851, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541226103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541230255, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "ves-openapi-manager", "timestamp": 1636541227643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541227874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541236617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541234851, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541226103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:49:44.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541230255, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "ves-openapi-manager", "timestamp": 1636541227643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541227874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541236617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541234851, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541241917, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541241914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541236617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T10:49:44.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541234851, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:49:44.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541242537, "artifactURL": "/sdc/v1/catalog/services/d4e1874f-bef6-411f-aa58-d659af6b67bc/resourceInstances/basicclamp0/artifacts/bd6642fd-5184-4f52-88a7-cccace62e607", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "cds", "timestamp": 1636541242922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-10T10:49:44.090Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e8900d9-8bd2-486f-99ab-d63d8360b904 2021-11-10T10:49:44.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:49:44.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541236617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541243621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541243860, "artifactURL": "/sdc/v1/catalog/services/d4e1874f-bef6-411f-aa58-d659af6b67bc/resourceInstances/basicclamp0/artifacts/bd6642fd-5184-4f52-88a7-cccace62e607", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541243338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541244284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541236617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:49:44.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "dcae-sch", "timestamp": 1636541244866, "artifactURL": "/sdc/v1/catalog/services/d4e1874f-bef6-411f-aa58-d659af6b67bc/resourceInstances/basicclamp0/artifacts/bd6642fd-5184-4f52-88a7-cccace62e607", "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-10T10:49:44.111Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 1e8900d9-8bd2-486f-99ab-d63d8360b904 2021-11-10T10:49:44.111Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:49:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541243338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541245289, "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-10T10:49:44.124Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e8900d9-8bd2-486f-99ab-d63d8360b904 2021-11-10T10:49:44.124Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:49:44.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541245375, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541243338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541246626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541243338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541243338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541248129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541243338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541249142, "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-10T10:49:44.140Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e8900d9-8bd2-486f-99ab-d63d8360b904 2021-11-10T10:49:44.140Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:49:44.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541243338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "multicloud-k8s-id", "timestamp": 1636541250144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "669d96b3-944e-47fc-83ee-951f123270b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541250752, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541243338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541251470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541251691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541252012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541252474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "aai-ml", "timestamp": 1636541252695, "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-10T10:49:44.153Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e8900d9-8bd2-486f-99ab-d63d8360b904 2021-11-10T10:49:44.153Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:49:44.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541253021, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541253752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "policy-id", "timestamp": 1636541254026, "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-10T10:49:44.164Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e8900d9-8bd2-486f-99ab-d63d8360b904 2021-11-10T10:49:44.164Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:49:44.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541254755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:49:44.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:49:44.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "clamp", "timestamp": 1636541255759, "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-10T10:49:44.176Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e8900d9-8bd2-486f-99ab-d63d8360b904 2021-11-10T10:49:44.177Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:49:44.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-10T10:49:44.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-10T10:49:44.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-10T10:49:44.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:49:44.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:44.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:49:44.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541251766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:49:44.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-11-10T10:49:55.244Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:49:55.257Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:49:55.260Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:49:55.260Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T10:49:55.261Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T10:49:55.261Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T10:49:55.261Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:49:55.261Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:49:55.261Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:49:55.261Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:49:55.261Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:49:55.261Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:49:55.261Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:49:55.262Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-10T10:49:55.266Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T10:50:25.267Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 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-10T10:50:25.284Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e8900d9-8bd2-486f-99ab-d63d8360b904 and serviceModelVersionId: d4e1874f-bef6-411f-aa58-d659af6b67bc 2021-11-10T10:50:25.284Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c711b14-f6b5-4696-9a4e-59c51bc7403f 2021-11-10T10:50:25.286Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c711b14-f6b5-4696-9a4e-59c51bc7403f/model-vers/model-ver/d4e1874f-bef6-411f-aa58-d659af6b67bc?depth=0 2021-11-10T10:50:25.296Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T10:50:25.358Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c711b14-f6b5-4696-9a4e-59c51bc7403f/model-vers/model-ver/d4e1874f-bef6-411f-aa58-d659af6b67bc?depth=0|INFO|500||Invoke 2021-11-10T10:50:25.359Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c711b14-f6b5-4696-9a4e-59c51bc7403f/model-vers/model-ver/d4e1874f-bef6-411f-aa58-d659af6b67bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c711b14-f6b5-4696-9a4e-59c51bc7403f/model-vers/model-ver/d4e1874f-bef6-411f-aa58-d659af6b67bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e8900d9-8bd2-486f-99ab-d63d8360b904], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd5658f7-5de6-4d4b-b5a1-2eb9ed48da6f], X-ECOMP-RequestID=[1e8900d9-8bd2-486f-99ab-d63d8360b904], X-TransactionId=[], X-ONAP-RequestID=[1e8900d9-8bd2-486f-99ab-d63d8360b904], Content-Type=[application/merge-patch+json]} 2021-11-10T10:50:25.383Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c711b14-f6b5-4696-9a4e-59c51bc7403f/model-vers/model-ver/d4e1874f-bef6-411f-aa58-d659af6b67bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T10:50:25.477Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c711b14-f6b5-4696-9a4e-59c51bc7403f/model-vers/model-ver/d4e1874f-bef6-411f-aa58-d659af6b67bc?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/0c711b14-f6b5-4696-9a4e-59c51bc7403f/model-vers/model-ver/d4e1874f-bef6-411f-aa58-d659af6b67bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211110-10:50:25:389-40664], vertex-id=[241752], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:50:25 GMT], Content-Type=[application/json]} 2021-11-10T10:50:25.478Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c711b14-f6b5-4696-9a4e-59c51bc7403f/model-vers/model-ver/d4e1874f-bef6-411f-aa58-d659af6b67bc?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-10T10:50:25.479Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c711b14-f6b5-4696-9a4e-59c51bc7403f/model-vers/model-ver/d4e1874f-bef6-411f-aa58-d659af6b67bc?depth=0|INFO|500||InvokeReturn 2021-11-10T10:50:25.479Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T10:50:25.480Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-10T10:50:25.485Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-10T10:50:25.486Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e8900d9-8bd2-486f-99ab-d63d8360b904 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T10:50:25.486Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T10:50:25.486Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:50:25.489Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:50:25.489Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541425486, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:50:25.589Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:50:25.590Z||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-10T10:50:25.590Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:50:25.606Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:50:25.611Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 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-10T10:50:26.502Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:50:26.504Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T10:50:26.504Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:50:37.229Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:50:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:50:37.230Z||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-10T10:50:37.230Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:50:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:50:44.032Z||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-10T10:50:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:50:44.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:50:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:50:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541264526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:50:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:50:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:50:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541267130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-10T10:50:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:50:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:50:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541268635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:50:44.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:50:44.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:50:44.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541270040, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-10T10:50:44.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:50:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:50:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541271154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-10T10:50:44.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:50:44.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:50:44.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541272158, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:50:44.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:50:44.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:50:44.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541273161, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-10T10:50:44.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:50:44.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-10T10:50:44.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541274165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:50:44.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:50:46.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:50:46.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:50:46.778Z||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-10T10:50:46.778Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:50:56.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:50:56.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:50:56.353Z||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-10T10:50:56.353Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:51:05.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:51:05.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:51:05.893Z||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-10T10:51:05.893Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:51:15.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:51:15.439Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:51:15.439Z||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-10T10:51:15.440Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:51:24.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:51:24.988Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:51:24.989Z||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-10T10:51:24.989Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:51:34.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:51:34.526Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:51:34.527Z||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-10T10:51:34.527Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:51:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:51:44.032Z||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-10T10:51:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:51:44.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:51:44.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:51:44.075Z||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-10T10:51:44.075Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:51:44.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:51:44.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-10T10:51:44.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e8900d9-8bd2-486f-99ab-d63d8360b904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541425486, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:51:44.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:51:53.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:52:44.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:52:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:52:44.032Z||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-10T10:52:44.033Z||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-10T10:52:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:52:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:52:53.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:52:53.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:53:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:53:44.035Z||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-10T10:53:44.035Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T10:53:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:53:44.036Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:53:44.676Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:44.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:44.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8848b19-ae29-4f21-b870-874b2b77cf33","serviceName":"Demo_pNF_bc36t7H8OExf3KSsPpOY","serviceVersion":"1.0","serviceUUID":"7700748f-929b-4756-9122-061d4a4b3c71","serviceDescription":"catalog service description","serviceInvariantUUID":"4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9","resources":[{"resourceInstanceName":"pNF 22004ae4-d056 0","resourceName":"pNF 22004ae4-d056","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"10d414cb-55cb-490f-9b1d-63a5941f29d5","resourceInvariantUUID":"26d0d39e-547f-40cc-bb20-a4b76f540096","resourceCustomizationUUID":"4f3075a1-b6b3-44bb-912d-a09f39fbd9ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml","artifactChecksum":"ZTJiMTRmMWFjZDAxNDdkYjM0ZDQ3MzI0YWI0YWE2MmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c85f57ed-db1f-4004-96db-49a3ed71fc8b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar","artifactChecksum":"OGVhNDBjZjcyYmFlNjdhYjA2MGQwYmNkMmQwOWM0YTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce10c176-22d6-4bb9-80f4-c4b11e3b4486","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e154a624-67a5-482d-9051-f86c3e915749","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml","artifactChecksum":"MGE2NWFhM2YzZDQzZWIyY2Q5NjIzNTVjMmNjNWM2YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5605952d-61f7-4c70-81f1-cca87b016325","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f151ff5d-a6d4-404c-8cf6-8e06535fb65e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85388c7e-73a9-4ec2-9951-082bb85fe711","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBc36t7h8oexf3kssppoy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml","artifactChecksum":"NDgxOWQ1OTExNmRiOTExZmQ3ZTY1ZGZiYTBmMmM5OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5d906f4-b979-4bbc-8b59-bdee7506f266","artifactVersion":"1"},{"artifactName":"service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar","artifactChecksum":"YzE0OTQwNzIwMTljNDgyNGY5MjY1ZmNmZGNjOWE3YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"615c965a-9d6e-485e-ad99-ccbfb61453eb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-10T10:53:44.678Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.679Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541571103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.681Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.681Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.681Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541567645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.681Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.681Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.681Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541567645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.681Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541571103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541571103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541567645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.682Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "multicloud-k8s-id", "timestamp": 1636541576617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.683Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.683Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.683Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541571103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.683Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.683Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.683Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541567645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.683Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "multicloud-k8s-id", "timestamp": 1636541576617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541571103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541567645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.684Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "multicloud-k8s-id", "timestamp": 1636541576617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.685Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.685Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.685Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541571103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.685Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.685Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.685Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541567645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-10T10:53:44.685Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.685Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.685Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "multicloud-k8s-id", "timestamp": 1636541576617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541571103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541567645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "multicloud-k8s-id", "timestamp": 1636541576617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.686Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.687Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.687Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541571103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:53:44.687Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.687Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.687Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541567645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.687Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.687Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.687Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "multicloud-k8s-id", "timestamp": 1636541576617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.687Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.688Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.688Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "multicloud-k8s-id", "timestamp": 1636541576617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.688Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.688Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.688Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541583443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:53:44.688Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.688Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.688Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541583470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541583338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "dcae-sch", "timestamp": 1636541583578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "multicloud-k8s-id", "timestamp": 1636541576617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:53:44.689Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.690Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.690Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "cds", "timestamp": 1636541584454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-11-10T10:53:44.692Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:53:44.693Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:44.697Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:44.698Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:53:44.749Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8848b19-ae29-4f21-b870-874b2b77cf33 2021-11-10T10:53:44.750Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8848b19-ae29-4f21-b870-874b2b77cf33 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-10T10:53:44.789Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.790Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541584634, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-10T10:53:44.790Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.790Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.790Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541583338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.790Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.790Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.791Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "dcae-sch", "timestamp": 1636541583578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.791Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.791Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.791Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "ves-openapi-manager", "timestamp": 1636541585638, "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-10T10:53:44.797Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:53:44.799Z||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-10T10:53:44.799Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:44.808Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c8848b19-ae29-4f21-b870-874b2b77cf33 2021-11-10T10:53:44.809Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8848b19-ae29-4f21-b870-874b2b77cf33 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=? 2021-11-10T10:53:44.812Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:44.813Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-10T10:53:44.831Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.831Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541583338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.832Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.832Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.832Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "dcae-sch", "timestamp": 1636541583578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.832Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.832Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.832Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541583338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.833Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.833Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.833Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "dcae-sch", "timestamp": 1636541583578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.833Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.833Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.833Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541583338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.833Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.833Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.834Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "dcae-sch", "timestamp": 1636541583578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.834Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.834Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.834Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541587874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.834Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.834Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.834Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541583338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "dcae-sch", "timestamp": 1636541583578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541587874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541583338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.835Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "dcae-sch", "timestamp": 1636541583578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.836Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.836Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.836Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541587874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.837Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.837Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541590254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541583338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "dcae-sch", "timestamp": 1636541583578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541587874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.838Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541590254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541592096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541587874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541590254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.839Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.840Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541593102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:53:44.840Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.840Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.840Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541587874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.840Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.840Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.840Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541590254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.840Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.840Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.841Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "policy-id", "timestamp": 1636541594104, "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-10T10:53:44.853Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8848b19-ae29-4f21-b870-874b2b77cf33 2021-11-10T10:53:44.853Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8848b19-ae29-4f21-b870-874b2b77cf33 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-10T10:53:44.873Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541587874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541590254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541594852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.874Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541587874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541590254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541594852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541596674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541590254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.875Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541594852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541590254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541594852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541598661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:53:44.876Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.877Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.877Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541594852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.877Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.877Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.877Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636541599664, "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-10T10:53:44.890Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8848b19-ae29-4f21-b870-874b2b77cf33 2021-11-10T10:53:44.891Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8848b19-ae29-4f21-b870-874b2b77cf33 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-10T10:53:44.919Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.919Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541594852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.919Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.920Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.920Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541594852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:44.920Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.920Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.920Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541594852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:53:44.920Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:53:44.920Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.921Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541603612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:53:44.921Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.921Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.921Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541608157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:53:44.921Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.921Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.921Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541609175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:53:44.921Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.922Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.922Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541609854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:53:44.922Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:53:44.922Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.922Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "clamp", "timestamp": 1636541610179, "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-10T10:53:44.927Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8848b19-ae29-4f21-b870-874b2b77cf33 2021-11-10T10:53:44.927Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8848b19-ae29-4f21-b870-874b2b77cf33 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-10T10:53:44.936Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:53:44.936Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "aai-ml", "timestamp": 1636541610861, "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-10T10:53:44.941Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8848b19-ae29-4f21-b870-874b2b77cf33 2021-11-10T10:53:44.941Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8848b19-ae29-4f21-b870-874b2b77cf33 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-10T10:53:45.698Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:53:45.699Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:45.701Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:45.702Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:45.801Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:53:45.804Z||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-10T10:53:45.804Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:45.816Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:45.817Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:53:46.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:53:46.703Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:46.705Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:46.705Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:46.805Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:53:46.805Z||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-10T10:53:46.806Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:46.818Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:46.818Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:53:47.706Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:53:47.706Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:47.708Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:47.708Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:47.808Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:53:47.809Z||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-10T10:53:47.809Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:47.821Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:47.821Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:53:48.709Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:53:48.710Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:48.712Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:48.713Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:48.812Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:53:48.813Z||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-10T10:53:48.814Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:48.844Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:48.845Z||pool-116-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:53:49.713Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:53:49.714Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:49.716Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:49.716Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:49.816Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:53:49.817Z||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-10T10:53:49.817Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:49.829Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:49.829Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:53:50.717Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:53:50.717Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:50.720Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:50.720Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:53:50.819Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:53:50.821Z||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-10T10:53:50.821Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:50.835Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:50.835Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:53:51.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-10T10:53:51.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:51.723Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:51.723Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:53:51.823Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-10T10:53:51.823Z||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-10T10:53:51.824Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:51.835Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:51.835Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:53:52.724Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "serviceName": "Demo_pNF_bc36t7H8OExf3KSsPpOY", "serviceVersion": "1.0", "serviceUUID": "7700748f-929b-4756-9122-061d4a4b3c71", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9", "resources": [ { "resourceInstanceName": "pNF 22004ae4-d056 0", "resourceCustomizationUUID": "4f3075a1-b6b3-44bb-912d-a09f39fbd9ba", "resourceName": "pNF 22004ae4-d056", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "10d414cb-55cb-490f-9b1d-63a5941f29d5", "resourceInvariantUUID": "26d0d39e-547f-40cc-bb20-a4b76f540096", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "artifactChecksum": "YzE0OTQwNzIwMTljNDgyNGY5MjY1ZmNmZGNjOWE3YTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "615c965a-9d6e-485e-ad99-ccbfb61453eb" } ], "workloadContext": "Production" } 2021-11-10T10:53:52.724Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-10T10:53:52.724Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7700748f-929b-4756-9122-061d4a4b3c71 ASDC 2021-11-10T10:53:52.725Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c8848b19-ae29-4f21-b870-874b2b77cf33 ServiceName:Demo_pNF_bc36t7H8OExf3KSsPpOY ServiceVersion:1.0 ServiceUUID:7700748f-929b-4756-9122-061d4a4b3c71 ServiceInvariantUUID:4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar ArtifactUUID:615c965a-9d6e-485e-ad99-ccbfb61453eb ArtifactChecksum:YzE0OTQwNzIwMTljNDgyNGY5MjY1ZmNmZGNjOWE3YTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 22004ae4-d056 0 ResourceCustomizationUUID:4f3075a1-b6b3-44bb-912d-a09f39fbd9ba ResourceInvariantUUID:26d0d39e-547f-40cc-bb20-a4b76f540096 ResourceName:pNF 22004ae4-d056 ResourceType:PNF ResourceUUID:10d414cb-55cb-490f-9b1d-63a5941f29d5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-10T10:53:52.725Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7700748f-929b-4756-9122-061d4a4b3c71 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-10T10:53:52.763Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:53:52.764Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-10T10:53:52.764Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-10T10:53:52.764Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 615c965a-9d6e-485e-ad99-ccbfb61453eb from URL: /sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:52.764Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-10T10:53:52.764Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:52.851Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-10T10:53:52.855Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 615c965a-9d6e-485e-ad99-ccbfb61453eb 82626 2021-11-10T10:53:52.855Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar ASDC sendASDCNotification 2021-11-10T10:53:52.856Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:52.856Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-10T10:53:52.856Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:52.859Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:52.859Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541632855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:53:52.958Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-10T10:53:52.958Z||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-10T10:53:52.959Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:52.970Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:52.970Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-10T10:53:53.860Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-10T10:53:53.860Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-10T10:53:53.861Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 615c965a-9d6e-485e-ad99-ccbfb61453eb, URL: /sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar to file: /app/ASDC/1/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:53.862Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:53.862Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:53.862Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:53.998Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4981597757232942635/Definitions/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml 2021-11-10T10:53:54.863Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-10T10:53:54.864Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-10T10:53:54.865Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:54.865Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-10T10:53:54.865Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||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-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:54.865Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:54.865Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||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-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:54.865Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:54.865Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 22004ae4-d056 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-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:54.865Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:54.865Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:54.866Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-10T10:53:54.866Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:53:54.866Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bc36t7H8OExf3KSsPpOY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:53:54.866Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Node template pNF 22004ae4-d056 0 is matching search criteria 2021-11-10T10:53:54.866Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-10T10:53:54.866Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 22004ae4-d056 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:53:54.867Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:53:54.867Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bc36t7H8OExf3KSsPpOY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:53:54.867Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Node template pNF 22004ae4-d056 0 is matching search criteria 2021-11-10T10:53:54.867Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-10T10:53:54.867Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 22004ae4-d056 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-10T10:53:54.867Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:53:54.868Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bc36t7H8OExf3KSsPpOY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:53:54.868Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:53:54.868Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bc36t7H8OExf3KSsPpOY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:53:54.868Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:53:54.868Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bc36t7H8OExf3KSsPpOY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:53:54.868Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:53:54.868Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bc36t7H8OExf3KSsPpOY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:53:54.868Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:53:54.869Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bc36t7H8OExf3KSsPpOY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:53:54.869Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_bc36t7H8OExf3KSsPpOY Description:catalog service description Model UUID:7700748f-929b-4756-9122-061d4a4b3c71 Model Version:NULL Model InvariantUuid:4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9 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-10T10:53:54.874Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 10d414cb-55cb-490f-9b1d-63a5941f29d5 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-10T10:53:54.879Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||pNF 22004ae4-d056 0 2021-11-10T10:53:54.879Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 10d414cb-55cb-490f-9b1d-63a5941f29d5 2021-11-10T10:53:54.879Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7700748f-929b-4756-9122-061d4a4b3c71 2021-11-10T10:53:54.879Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7700748f-929b-4756-9122-061d4a4b3c71 2021-11-10T10:53:54.879Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 22004ae4-d056 0 10d414cb-55cb-490f-9b1d-63a5941f29d5 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-10T10:53:54.884Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d8d4d7c, org.onap.sdc.toscaparser.api.parameters.Input@72fbb2a5, org.onap.sdc.toscaparser.api.parameters.Input@447ca080, org.onap.sdc.toscaparser.api.parameters.Input@ad57ee6, org.onap.sdc.toscaparser.api.parameters.Input@1d24346d] 2021-11-10T10:53:54.885Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:53:54.885Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bc36t7H8OExf3KSsPpOY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:53:54.885Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7700748f-929b-4756-9122-061d4a4b3c71: pNF 22004ae4-d056 2021-11-10T10:53:54.885Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||Processing PNF resource: 10d414cb-55cb-490f-9b1d-63a5941f29d5 2021-11-10T10:53:54.885Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-10T10:53:54.885Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bc36t7H8OExf3KSsPpOY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-10T10:53:54.886Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||Resource customization UUID: 4f3075a1-b6b3-44bb-912d-a09f39fbd9ba is the same as notified resource customizationUUID: 4f3075a1-b6b3-44bb-912d-a09f39fbd9ba 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-10T10:53:54.934Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 22004ae4-d056 10d414cb-55cb-490f-9b1d-63a5941f29d5 0 ASDC deployResourceStructure 2021-11-10T10:53:54.934Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar ASDC sendASDCNotification 2021-11-10T10:53:54.934Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar 2021-11-10T10:53:54.934Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-10T10:53:54.935Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:53:54.937Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:53:54.937Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541634934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:53:55.037Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:53:55.037Z||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-10T10:53:55.037Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:53:55.051Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:53:55.052Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-10T10:53:55.942Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8848b19-ae29-4f21-b870-874b2b77cf33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T10:53:55.954Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8848b19-ae29-4f21-b870-874b2b77cf33 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-10T10:53:55.957Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-10T10:53:55.957Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-10T10:53:55.957Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-10T10:53:55.957Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-10T10:53:55.957Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:53:55.957Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:53:55.957Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:53:55.958Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:53:55.958Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:53:55.958Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:53:55.958Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-10T10:53:55.958Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T10:53:55.963Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-10T10:54:25.964Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8848b19-ae29-4f21-b870-874b2b77cf33 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-10T10:54:25.983Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8848b19-ae29-4f21-b870-874b2b77cf33 and serviceModelVersionId: 7700748f-929b-4756-9122-061d4a4b3c71 2021-11-10T10:54:25.983Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9 2021-11-10T10:54:25.984Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9/model-vers/model-ver/7700748f-929b-4756-9122-061d4a4b3c71?depth=0 2021-11-10T10:54:25.990Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-10T10:54:26.040Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9/model-vers/model-ver/7700748f-929b-4756-9122-061d4a4b3c71?depth=0|INFO|500||Invoke 2021-11-10T10:54:26.041Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9/model-vers/model-ver/7700748f-929b-4756-9122-061d4a4b3c71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9/model-vers/model-ver/7700748f-929b-4756-9122-061d4a4b3c71?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8848b19-ae29-4f21-b870-874b2b77cf33], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6035df46-4e6f-47f3-8b9d-33ab399208ff], X-ECOMP-RequestID=[c8848b19-ae29-4f21-b870-874b2b77cf33], X-TransactionId=[], X-ONAP-RequestID=[c8848b19-ae29-4f21-b870-874b2b77cf33], Content-Type=[application/merge-patch+json]} 2021-11-10T10:54:26.066Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9/model-vers/model-ver/7700748f-929b-4756-9122-061d4a4b3c71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-10T10:54:26.425Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9/model-vers/model-ver/7700748f-929b-4756-9122-061d4a4b3c71?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/4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9/model-vers/model-ver/7700748f-929b-4756-9122-061d4a4b3c71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-10:54:26:091-1826], vertex-id=[213160], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:54:26 GMT], Content-Type=[application/json]} 2021-11-10T10:54:26.426Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9/model-vers/model-ver/7700748f-929b-4756-9122-061d4a4b3c71?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-10T10:54:26.426Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d84356e-3f16-4f4f-bf4b-1d656c5ce4a9/model-vers/model-ver/7700748f-929b-4756-9122-061d4a4b3c71?depth=0|INFO|500||InvokeReturn 2021-11-10T10:54:26.427Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-10T10:54:26.427Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T10:54:26.432Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T10:54:26.432Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8848b19-ae29-4f21-b870-874b2b77cf33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-10T10:54:26.432Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-10T10:54:26.432Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-10T10:54:26.434Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-10T10:54:26.434Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541666432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:54:26.534Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-10T10:54:26.535Z||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-10T10:54:26.535Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ... 2021-11-10T10:54:26.562Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:54:26.563Z||pool-122-thread-1|||||INFO|500||cambria reply ok (29 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-10T10:54:44.029Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:54:44.030Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T10:54:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:54:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:54:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T10:54:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:54:44.158Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:54:44.159Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-10T10:54:44.159Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:54:44.160Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-10T10:54:53.584Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:55:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:55:44.031Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:55:44.034Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T10:55:44.034Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T10:55:44.035Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:55:44.035Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:55:44.563Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:55:44.564Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.564Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-10T10:55:44.567Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-10T10:55:44.567Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.567Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-10T10:55:44.567Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-10T10:55:44.567Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.568Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-10T10:55:44.568Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-10T10:55:44.568Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.568Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:55:44.568Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-10T10:55:44.568Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.568Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/resourceInstances/pnf22004ae4d0560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-10T10:55:44.569Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-10T10:55:44.569Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.569Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-template.yml", "status": "NOT_NOTIFIED" } 2021-11-10T10:55:44.569Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-10T10:55:44.569Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.569Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541624030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "NOTIFIED" } 2021-11-10T10:55:44.569Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-10T10:55:44.569Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.570Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541632855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-10T10:55:44.570Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:55:44.570Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.570Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541634934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBc36t7h8oexf3kssppoy/1.0/artifacts/service-DemoPnfBc36t7h8oexf3kssppoy-csar.csar", "status": "DEPLOY_OK" } 2021-11-10T10:55:44.570Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:55:44.570Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-10T10:55:44.570Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8848b19-ae29-4f21-b870-874b2b77cf33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636541666432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-10T10:55:44.570Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-10T10:55:53.588Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:56:44.029Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:56:44.030Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T10:56:44.030Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:56:44.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:56:44.032Z||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-10T10:56:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:56:53.581Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:56:53.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:57:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:57:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:57:44.035Z||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-10T10:57:44.035Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T10:57:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:57:44.036Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:57:53.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:57:53.658Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:58:44.033Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:58:44.033Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:58:44.040Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T10:58:44.040Z||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-10T10:58:44.041Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T10:58:44.041Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:58:53.594Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:58:53.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:59:44.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:59:44.030Z||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-10T10:59:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:59:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T10:59:44.032Z||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-10T10:59:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T10:59:53.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T10:59:53.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:00:44.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:00:44.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:00:44.031Z||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-10T11:00:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:00:44.032Z||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-10T11:00:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:00:53.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:00:53.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:01:44.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:01:44.033Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:01:44.037Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:01:44.037Z||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-10T11:01:44.038Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:01:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:01:53.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:01:53.592Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:02:44.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:02:44.030Z||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-10T11:02:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:02:44.032Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:02:44.032Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T11:02:44.032Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:02:53.578Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:02:53.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:03:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:03:44.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:03:44.032Z||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-10T11:03:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:03:44.032Z||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-10T11:03:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:03:53.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:03:53.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:04:44.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:04:44.030Z||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-10T11:04:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:04:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:04:44.031Z||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-10T11:04:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:04:53.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:04:53.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:05:44.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:05:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:05:44.031Z||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-10T11:05:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:05:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:05:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:05:53.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:05:53.591Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:06:44.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:06:44.030Z||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-10T11:06:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:06:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:06:44.031Z||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-10T11:06:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:06:53.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:06:53.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:07:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:07:44.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:07:44.030Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:07:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:07:44.032Z||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-10T11:07:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:07:53.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:07:53.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:08:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:08:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:08:44.036Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:08:44.037Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:08:44.036Z||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-10T11:08:44.037Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:08:53.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:08:53.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:09:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:09:44.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:09:44.030Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:09:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:09:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:09:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:09:53.579Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:09:53.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:10:44.031Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:10:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:10:44.039Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T11:10:44.041Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:10:44.039Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:10:44.041Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:10:53.616Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:10:53.618Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:11:44.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:11:44.030Z||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-10T11:11:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:11:44.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:11:44.033Z||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-10T11:11:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:11:53.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:11:53.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:12:44.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:12:44.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:12:44.038Z||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-10T11:12:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:12:44.038Z||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-10T11:12:44.039Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:12:53.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:12:53.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:13:44.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:13:44.030Z||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-10T11:13:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:13:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:13:44.032Z||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-10T11:13:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:13:53.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:13:53.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:14:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:14:44.034Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:14:44.046Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:14:44.049Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:14:44.046Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T11:14:44.049Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:14:53.607Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:14:53.610Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:15:44.030Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:15:44.030Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:15:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:15:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:15:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T11:15:44.032Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:15:53.579Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:15:53.579Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:16:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:16:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:16:44.036Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:16:44.036Z||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-10T11:16:44.037Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:16:44.037Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:16:53.587Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:16:53.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:17:44.029Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:17:44.030Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:17:44.030Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:17:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:17:44.031Z||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-10T11:17:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:17:53.580Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:17:53.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:18:44.029Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:18:44.032Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:18:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:18:44.033Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:18:44.033Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T11:18:44.033Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:18:53.578Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:18:53.582Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:19:44.029Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:19:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:19:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:19:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:19:44.032Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T11:19:44.032Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:19:53.576Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:19:53.578Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:20:44.029Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:20:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:20:44.033Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T11:20:44.033Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:20:44.034Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:20:44.034Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:20:53.579Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:20:53.582Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:21:44.029Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:21:44.030Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:21:44.030Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:21:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:21:44.031Z||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-10T11:21:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:21:53.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:21:53.581Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:22:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:22:44.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:22:44.037Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:22:44.037Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:22:44.037Z||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-10T11:22:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:22:53.597Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:22:53.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:23:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:23:44.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:23:44.030Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:23:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:23:44.032Z||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-10T11:23:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:23:53.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:23:53.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:24:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:24:44.033Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:24:44.037Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:24:44.037Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T11:24:44.037Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:24:44.037Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:24:53.589Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:24:53.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:25:44.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:25:44.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:25:44.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:25:44.033Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:25:44.032Z||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-10T11:25:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:25:53.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:25:53.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:26:44.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:26:44.032Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:26:44.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:26:44.032Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:26:44.032Z||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-10T11:26:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:26:53.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:26:53.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:27:44.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:27:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:27:44.032Z||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-10T11:27:44.032Z||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-10T11:27:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:27:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:27:53.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:27:53.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:28:44.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:28:44.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:28:44.037Z||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-10T11:28:44.037Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:28:44.037Z||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-10T11:28:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:28:53.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:28:53.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:29:44.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:29:44.030Z||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-10T11:29:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:29:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:29:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:29:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:29:53.579Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:29:53.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:30:44.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:30:44.030Z||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-10T11:30:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:30:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:30:44.031Z||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-10T11:30:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:30:53.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:30:53.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:31:44.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:31:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:31:44.031Z||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-10T11:31:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:31:44.032Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T11:31:44.032Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:31:53.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:31:53.595Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:32:44.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:32:44.030Z||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-10T11:32:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:32:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:32:44.031Z||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-10T11:32:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:32:53.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:32:53.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:33:44.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:33:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:33:44.032Z||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-10T11:33:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:33:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:33:44.033Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:33:53.582Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:33:53.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:34:44.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:34:44.031Z||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-10T11:34:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:34:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:34:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:34:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:34:53.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:34:53.581Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:35:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:35:44.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:35:44.033Z||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-10T11:35:44.033Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:35:44.033Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:35:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:35:53.582Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:35:53.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:36:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:36:44.030Z||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-10T11:36:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:36:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:36:44.032Z||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-10T11:36:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:36:53.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:36:53.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:37:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:37:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:37:44.031Z||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-10T11:37:44.031Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:37:44.032Z||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-10T11:37:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:37:53.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:37:53.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:38:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:38:44.030Z||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-10T11:38:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:38:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:38:44.032Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T11:38:44.032Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:38:53.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:38:53.623Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:39:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:39:44.032Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:39:44.033Z||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-10T11:39:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:39:44.033Z||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-10T11:39:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:39:53.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:39:53.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:40:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:40:44.030Z||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-10T11:40:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:40:44.031Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:40:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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-10T11:40:44.032Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:40:53.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:40:53.585Z|1e8900d9-8bd2-486f-99ab-d63d8360b904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:41:44.032Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:41:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:41:44.035Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T11:41:44.035Z||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-10T11:41:44.036Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:41:44.037Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:41:53.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:41:53.603Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:42:44.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:42:44.030Z||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-10T11:42:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:42:44.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:42:44.033Z||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-10T11:42:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:42:53.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:42:53.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:43:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:43:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:43:44.034Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T11:43:44.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:43:44.034Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:43:44.034Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:43:53.590Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:43:53.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:44:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:44:44.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:44:44.030Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:44:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:44:44.032Z||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-10T11:44:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:44:53.699Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:44:53.736Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:45:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:45:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:45:44.036Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-10T11:45:44.036Z||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-10T11:45:44.036Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ... 2021-11-10T11:45:44.037Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:45:53.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:45:53.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:46:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:46:44.030Z||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-10T11:46:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:46:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:46:44.032Z||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-10T11:46:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:46:53.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:46:53.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:47:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:47:44.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:47:44.037Z||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-10T11:47:44.037Z||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-10T11:47:44.037Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:47:44.037Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:47:53.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:47:53.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:48:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:48:44.030Z||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-10T11:48:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:48:44.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:48:44.031Z||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-10T11:48:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:48:53.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:48:53.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:49:44.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:49:44.033Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:49:44.040Z||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-10T11:49:44.041Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:49:44.040Z||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-10T11:49:44.042Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:49:53.669Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:49:53.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:50:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:50:44.030Z||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-10T11:50:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:50:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:50:44.031Z||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-10T11:50:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:50:53.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:50:53.652Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:51:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:51:44.030Z||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-10T11:51:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:51:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:51:44.032Z||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-10T11:51:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:51:53.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:51:53.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:52:44.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:52:44.038Z||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-10T11:52:44.038Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:52:44.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:52:44.040Z||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-10T11:52:44.040Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:52:53.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:52:53.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:53:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:53:44.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:53:44.032Z||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-10T11:53:44.032Z||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-10T11:53:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:53:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:53:53.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:53:53.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:54:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:54:44.030Z||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-10T11:54:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:54:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:54:44.031Z||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-10T11:54:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:54:53.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:54:53.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:55:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:55:44.031Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:55:44.038Z||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-10T11:55:44.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T11:55:44.039Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:55:44.039Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:55:53.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:55:53.590Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:56:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:56:44.030Z||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-10T11:56:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:56:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:56:44.032Z||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-10T11:56:44.033Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:56:53.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:56:53.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:57:44.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:57:44.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:57:44.038Z||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-10T11:57:44.038Z||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-10T11:57:44.039Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:57:44.039Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:57:53.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:57:53.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:58:13.309Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-10T11:58:44.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:58:44.030Z||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-10T11:58:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:58:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:58:44.031Z||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-10T11:58:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:58:53.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:58:53.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:59:44.034Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:59:44.034Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T11:59:44.040Z||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-10T11:59:44.040Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T11:59:44.041Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T11:59:44.041Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T11:59:53.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T11:59:53.594Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T12:00:44.029Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T12:00:44.030Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T12:00:44.030Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T12:00:44.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T12:00:44.031Z||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-10T12:00:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T12:00:53.573Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T12:00:53.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T12:01:44.029Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T12:01:44.030Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T12:01:44.030Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T12:01:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T12:01:44.031Z||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-10T12:01:44.032Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T12:01:53.574Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T12:01:53.578Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T12:02:44.030Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T12:02:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T12:02:44.033Z||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-10T12:02:44.033Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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-10T12:02:44.034Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ... 2021-11-10T12:02:44.034Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T12:02:53.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T12:02:53.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T12:03:44.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T12:03:44.030Z||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-10T12:03:44.030Z||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 D2inFgAyX6pF09mO) ... 2021-11-10T12:03:44.031Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-10T12:03:44.032Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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-10T12:03:44.032Z|c8848b19-ae29-4f21-b870-874b2b77cf33|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 D2inFgAyX6pF09mO) ... 2021-11-10T12:03:53.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-10T12:03:53.591Z|c8848b19-ae29-4f21-b870-874b2b77cf33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK