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-10-26T02:27:01.928Z||main|||||INFO|500||The following profiles are active: basic 2021-10-26T02:27:14.209Z||main|||||INFO|500||Starting service [Tomcat] 2021-10-26T02:27:14.210Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-10-26T02:27:14.334Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-10-26T02:27:16.997Z||main|||||INFO|500||catdb-pool - Starting... 2021-10-26T02:27:17.217Z||main|||||INFO|500||catdb-pool - Start completed. 2021-10-26T02:27:17.621Z||main|||||INFO|500||reqdb-pool - Starting... 2021-10-26T02:27:17.629Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-10-26T02:27:17.723Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-10-26T02:27:17.933Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-10-26T02:27:18.355Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-10-26T02:27:19.305Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-26T02:27:21.551Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-26T02:27:21.607Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-10-26T02:27:22.092Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-26T02:27:22.370Z||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-10-26T02:27:23.767Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-26T02:27:24.900Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-10-26T02:27:24.918Z||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$$61085ef.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-10-26T02:27:24.919Z||main|||||WARN|500||The sdc end point is not alive 2021-10-26T02:27:28.084Z||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-10-26T02:27:31.353Z||main|||||WARN|500||--- 2021-10-26T02:27:31.354Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-10-26T02:27:31.354Z||main|||||WARN|500||--- 2021-10-26T02:27:31.793Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-10-26T02:27:37.102Z||main|||||INFO|500||Started Application in 40.499 seconds (JVM running for 41.882) 2021-10-26T02:27:37.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-26T02:27:37.121Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-26T02:27:37.167Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-26T02:27:37.199Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-26T02:27:37.269Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a53dc29f-53ad-4ad7-a747-d294fd161348 url= /sdc/v1/artifactTypes 2021-10-26T02:27:37.270Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-26T02:27:37.617Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-10-26T02:27:37.643Z||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-10-26T02:27:37.668Z||scheduling-1|||||DEBUG|500||create keys 2021-10-26T02:27:37.678Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-10-26T02:27:37.747Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:27:37.777Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 64c3e925-4923-486d-8a6e-eeb3ed69a689 url= /sdc/v1/registerForDistribution 2021-10-26T02:27:38.084Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 64c3e925-4923-486d-8a6e-eeb3ed69a689 url= /sdc/v1/registerForDistribution 2021-10-26T02:27:38.085Z||scheduling-1|||||INFO|500||start DistributionClient 2021-10-26T02:27:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:27:38.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:27:38.099Z||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-10-26T02:27:38.099Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:27:38.099Z||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-10-26T02:27:38.100Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:27:38.100Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-10-26T02:27:49.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:27:49.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:28:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:28:38.093Z||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-10-26T02:28:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:28:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:28:38.095Z||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-10-26T02:28:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:28:47.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:28:47.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:29:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:29:38.092Z||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-10-26T02:29:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:29:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:29:38.095Z||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-10-26T02:29:38.096Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:29:47.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:29:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:30:38.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:30:38.092Z||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-10-26T02:30:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:30:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:30:38.094Z||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-10-26T02:30:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:30:47.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:30:47.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:31:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:31:38.092Z||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-10-26T02:31:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:31:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:31:38.095Z||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-10-26T02:31:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:31:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:31:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:32:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:32:38.092Z||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-10-26T02:32:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:32:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:32:38.107Z||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-10-26T02:32:38.108Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:32:47.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:32:47.649Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:33:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:33:38.093Z||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-10-26T02:33:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:33:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:33:38.094Z||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-10-26T02:33:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:33:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:33:47.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:34:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:34:38.092Z||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-10-26T02:34:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:34:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:34:38.094Z||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-10-26T02:34:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:34:47.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:34:47.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:35:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:35:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:35:38.093Z||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-10-26T02:35:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:35:38.094Z||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-10-26T02:35:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:35:47.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:35:47.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:36:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:36:38.092Z||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-10-26T02:36:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:36:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:36:38.094Z||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-10-26T02:36:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:36:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:36:47.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:37:28.145Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-10-26T02:37:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:37:38.093Z||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-10-26T02:37:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:37:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:37:38.094Z||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-10-26T02:37:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:37:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:37:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:38:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:38:38.093Z||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-10-26T02:38:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:38:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:38:38.094Z||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-10-26T02:38:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:38:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:38:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:39:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:39:38.093Z||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-10-26T02:39:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:39:38.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:39:38.095Z||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-10-26T02:39:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:39:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:39:47.661Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:40:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:40:38.092Z||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-10-26T02:40:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:40:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:40:38.094Z||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-10-26T02:40:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:40:47.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:40:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:41:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:41:38.092Z||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-10-26T02:41:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:41:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:41:38.094Z||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-10-26T02:41:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:41:47.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:41:47.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:42:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:42:38.092Z||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-10-26T02:42:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:42:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:42:38.094Z||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-10-26T02:42:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:42:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:42:47.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:43:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:43:38.093Z||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-10-26T02:43:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:43:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:43:38.094Z||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-10-26T02:43:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:43:47.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:43:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:44:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:44:38.092Z||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-10-26T02:44:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:44:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:44:38.094Z||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-10-26T02:44:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:44:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:44:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:45:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:45:38.092Z||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-10-26T02:45:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:45:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:45:38.094Z||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-10-26T02:45:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:45:47.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:45:47.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:46:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:46:38.093Z||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-10-26T02:46:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:46:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:46:38.094Z||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-10-26T02:46:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:46:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:46:47.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:47:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:47:38.093Z||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-10-26T02:47:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:47:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:47:38.094Z||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-10-26T02:47:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:47:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:47:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:48:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:48:38.093Z||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-10-26T02:48:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:48:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:48:38.094Z||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-10-26T02:48:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:48:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:48:47.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:49:38.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:49:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:49:38.095Z||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-10-26T02:49:38.095Z||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-10-26T02:49:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:49:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:49:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:49:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:50:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:50:38.092Z||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-10-26T02:50:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:50:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:50:38.094Z||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-10-26T02:50:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:50:47.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:50:47.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:51:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:51:38.092Z||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-10-26T02:51:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:51:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:51:38.094Z||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-10-26T02:51:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:51:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:51:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:52:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:52:38.092Z||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-10-26T02:52:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:52:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:52:38.094Z||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-10-26T02:52:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:52:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:52:47.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:53:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:53:38.092Z||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-10-26T02:53:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:53:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:53:38.094Z||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-10-26T02:53:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:53:47.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:53:47.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:54:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:54:38.092Z||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-10-26T02:54:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:54:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:54:38.094Z||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-10-26T02:54:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:54:47.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:54:47.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:55:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:55:38.092Z||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-10-26T02:55:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:55:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:55:38.094Z||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-10-26T02:55:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:55:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:55:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:56:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:56:38.092Z||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-10-26T02:56:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:56:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:56:38.094Z||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-10-26T02:56:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:56:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:56:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:57:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:57:38.092Z||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-10-26T02:57:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:57:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:57:38.094Z||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-10-26T02:57:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:57:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:57:47.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:58:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:58:38.093Z||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-10-26T02:58:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:58:38.094Z||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-10-26T02:58:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:58:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:58:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:58:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:59:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:59:38.092Z||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-10-26T02:59:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:59:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T02:59:38.094Z||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-10-26T02:59:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T02:59:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T02:59:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:00:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:00:38.092Z||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-10-26T03:00:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:00:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:00:38.094Z||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-10-26T03:00:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:00:47.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:00:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:01:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:01:38.092Z||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-10-26T03:01:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:01:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:01:38.094Z||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-10-26T03:01:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:01:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:01:47.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:02:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:02:38.092Z||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-10-26T03:02:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:02:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:02:38.094Z||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-10-26T03:02:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:02:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:02:47.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:03:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:03:38.092Z||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-10-26T03:03:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:03:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:03:38.094Z||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-10-26T03:03:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:03:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:03:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:04:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:04:38.092Z||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-10-26T03:04:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:04:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:04:38.094Z||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-10-26T03:04:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:04:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:04:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:05:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:05:38.092Z||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-10-26T03:05:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:05:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:05:38.094Z||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-10-26T03:05:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:05:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:05:47.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:06:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:06:38.092Z||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-10-26T03:06:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:06:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:06:38.094Z||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-10-26T03:06:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:06:47.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:06:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:07:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:07:38.092Z||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-10-26T03:07:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:07:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:07:38.094Z||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-10-26T03:07:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:07:47.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:07:47.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:08:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:08:38.092Z||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-10-26T03:08:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:08:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:08:38.094Z||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-10-26T03:08:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:08:47.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:08:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:09:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:09:38.092Z||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-10-26T03:09:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:09:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:09:38.094Z||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-10-26T03:09:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:09:47.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:09:47.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:10:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:10:38.092Z||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-10-26T03:10:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:10:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:10:38.094Z||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-10-26T03:10:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:10:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:10:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:11:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:11:38.092Z||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-10-26T03:11:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:11:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:11:38.094Z||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-10-26T03:11:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:11:47.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:11:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:12:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:12:38.092Z||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-10-26T03:12:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:12:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:12:38.094Z||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-10-26T03:12:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:12:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:12:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:13:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:13:38.092Z||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-10-26T03:13:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:13:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:13:38.095Z||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-10-26T03:13:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:13:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:13:47.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:14:38.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:14:38.093Z||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-10-26T03:14:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:14:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:14:38.094Z||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-10-26T03:14:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:14:47.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:14:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:15:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:15:38.092Z||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-10-26T03:15:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:15:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:15:38.094Z||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-10-26T03:15:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:15:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:15:47.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:16:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:16:38.092Z||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-10-26T03:16:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:16:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:16:38.093Z||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-10-26T03:16:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:16:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:16:47.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:17:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:17:38.092Z||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-10-26T03:17:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:17:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:17:38.094Z||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-10-26T03:17:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:17:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:17:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:18:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:18:38.092Z||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-10-26T03:18:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:18:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:18:38.094Z||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-10-26T03:18:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:18:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:18:47.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:19:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:19:38.092Z||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-10-26T03:19:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:19:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:19:38.094Z||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-10-26T03:19:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:19:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:19:47.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:20:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:20:38.092Z||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-10-26T03:20:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:20:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:20:38.094Z||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-10-26T03:20:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:20:47.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:20:47.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:21:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:21:38.092Z||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-10-26T03:21:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:21:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:21:38.093Z||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-10-26T03:21:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:21:47.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:21:47.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:22:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:22:38.092Z||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-10-26T03:22:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:22:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:22:38.094Z||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-10-26T03:22:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:22:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:22:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:23:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:23:38.092Z||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-10-26T03:23:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:23:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:23:38.094Z||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-10-26T03:23:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:23:47.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:23:47.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:24:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:24:38.092Z||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-10-26T03:24:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:24:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:24:38.094Z||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-10-26T03:24:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:24:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:24:47.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:25:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:25:38.092Z||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-10-26T03:25:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:25:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:25:38.094Z||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-10-26T03:25:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:25:47.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:25:47.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:26:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:26:38.092Z||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-10-26T03:26:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:26:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:26:38.094Z||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-10-26T03:26:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:26:47.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:26:47.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:27:38.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:27:38.092Z||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-10-26T03:27:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:27:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:27:38.094Z||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-10-26T03:27:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:27:47.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:27:47.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:28:38.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:28:38.092Z||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-10-26T03:28:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:28:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:28:38.094Z||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-10-26T03:28:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:28:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:28:48.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:29:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:29:38.092Z||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-10-26T03:29:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:29:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:29:38.094Z||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-10-26T03:29:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:29:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:29:47.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:30:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:30:38.092Z||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-10-26T03:30:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:30:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:30:38.094Z||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-10-26T03:30:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:30:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:30:47.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:31:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:31:38.092Z||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-10-26T03:31:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:31:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:31:38.094Z||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-10-26T03:31:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:31:47.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:31:47.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:32:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:32:38.092Z||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-10-26T03:32:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:32:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:32:38.094Z||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-10-26T03:32:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:32:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:32:47.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:33:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:33:38.092Z||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-10-26T03:33:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:33:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:33:38.094Z||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-10-26T03:33:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:33:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:33:47.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:34:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:34:38.092Z||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-10-26T03:34:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:34:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:34:38.093Z||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-10-26T03:34:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:34:47.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:34:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:35:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:35:38.092Z||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-10-26T03:35:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:35:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:35:38.093Z||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-10-26T03:35:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:35:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:35:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:36:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:36:38.092Z||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-10-26T03:36:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:36:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:36:38.094Z||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-10-26T03:36:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:36:47.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:36:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:37:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:37:38.092Z||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-10-26T03:37:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:37:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:37:38.094Z||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-10-26T03:37:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:37:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:37:47.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:38:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:38:38.092Z||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-10-26T03:38:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:38:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:38:38.093Z||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-10-26T03:38:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:38:47.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:38:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:39:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:39:38.092Z||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-10-26T03:39:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:39:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:39:38.094Z||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-10-26T03:39:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:39:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:39:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:40:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:40:38.092Z||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-10-26T03:40:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:40:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:40:38.094Z||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-10-26T03:40:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:40:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:40:47.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:41:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:41:38.092Z||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-10-26T03:41:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:41:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:41:38.095Z||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-10-26T03:41:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:41:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:41:47.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:42:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:42:38.092Z||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-10-26T03:42:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:42:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:42:38.094Z||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-10-26T03:42:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:42:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:42:47.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:43:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:43:38.092Z||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-10-26T03:43:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:43:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:43:38.094Z||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-10-26T03:43:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:43:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:43:47.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:44:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:44:38.092Z||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-10-26T03:44:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:44:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:44:38.093Z||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-10-26T03:44:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:44:47.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:44:47.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:45:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:45:38.092Z||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-10-26T03:45:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:45:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:45:38.094Z||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-10-26T03:45:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:45:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:45:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:46:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:46:38.092Z||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-10-26T03:46:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:46:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:46:38.094Z||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-10-26T03:46:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:46:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:46:47.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:47:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:47:38.092Z||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-10-26T03:47:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:47:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:47:38.094Z||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-10-26T03:47:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:47:47.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:47:47.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:48:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:48:38.092Z||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-10-26T03:48:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:48:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:48:38.094Z||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-10-26T03:48:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:48:47.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:48:47.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:49:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:49:38.092Z||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-10-26T03:49:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:49:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:49:38.093Z||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-10-26T03:49:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:49:47.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:49:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:50:38.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:50:38.092Z||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-10-26T03:50:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:50:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:50:38.094Z||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-10-26T03:50:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:50:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:50:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:51:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:51:38.092Z||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-10-26T03:51:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:51:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:51:38.094Z||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-10-26T03:51:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:51:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:51:47.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:52:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:52:38.092Z||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-10-26T03:52:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:52:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:52:38.094Z||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-10-26T03:52:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:52:47.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:52:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:53:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:53:38.092Z||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-10-26T03:53:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:53:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:53:38.094Z||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-10-26T03:53:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:53:47.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:53:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:54:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:54:38.092Z||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-10-26T03:54:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:54:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:54:38.094Z||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-10-26T03:54:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:54:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:54:47.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:55:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:55:38.092Z||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-10-26T03:55:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:55:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:55:38.093Z||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-10-26T03:55:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:55:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:55:47.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:56:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:56:38.092Z||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-10-26T03:56:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:56:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:56:38.094Z||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-10-26T03:56:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:56:47.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:56:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:57:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:57:38.092Z||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-10-26T03:57:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:57:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:57:38.093Z||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-10-26T03:57:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:57:47.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:57:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:58:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:58:38.092Z||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-10-26T03:58:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:58:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:58:38.093Z||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-10-26T03:58:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:58:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:58:47.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:59:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:59:38.092Z||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-10-26T03:59:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:59:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T03:59:38.094Z||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-10-26T03:59:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T03:59:47.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T03:59:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:00:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:00:38.092Z||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-10-26T04:00:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:00:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:00:38.093Z||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-10-26T04:00:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:00:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:00:47.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:01:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:01:38.092Z||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-10-26T04:01:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:01:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:01:38.094Z||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-10-26T04:01:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:01:47.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:01:47.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:02:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:02:38.092Z||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-10-26T04:02:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:02:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:02:38.093Z||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-10-26T04:02:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:02:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:02:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:03:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:03:38.092Z||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-10-26T04:03:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:03:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:03:38.094Z||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-10-26T04:03:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:03:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:03:47.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:04:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:04:38.092Z||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-10-26T04:04:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:04:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:04:38.094Z||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-10-26T04:04:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:04:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:04:47.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:05:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:05:38.092Z||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-10-26T04:05:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:05:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:05:38.094Z||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-10-26T04:05:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:05:47.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:05:47.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:06:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:06:38.092Z||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-10-26T04:06:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:06:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:06:38.094Z||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-10-26T04:06:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:06:47.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:06:47.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:07:38.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:07:38.092Z||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-10-26T04:07:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:07:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:07:38.093Z||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-10-26T04:07:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:07:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:07:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:08:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:08:38.092Z||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-10-26T04:08:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:08:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:08:38.094Z||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-10-26T04:08:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:08:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:08:47.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:09:38.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:09:38.092Z||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-10-26T04:09:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:09:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:09:38.094Z||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-10-26T04:09:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:09:47.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:09:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:10:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:10:38.092Z||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-10-26T04:10:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:10:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:10:38.094Z||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-10-26T04:10:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:10:47.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:10:47.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:11:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:11:38.092Z||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-10-26T04:11:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:11:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:11:38.093Z||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-10-26T04:11:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:11:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:11:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:12:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:12:38.092Z||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-10-26T04:12:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:12:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:12:38.094Z||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-10-26T04:12:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:12:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:12:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:13:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:13:38.092Z||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-10-26T04:13:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:13:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:13:38.093Z||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-10-26T04:13:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:13:47.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:13:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:14:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:14:38.092Z||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-10-26T04:14:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:14:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:14:38.094Z||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-10-26T04:14:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:14:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:14:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:15:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:15:38.092Z||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-10-26T04:15:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:15:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:15:38.094Z||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-10-26T04:15:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:15:47.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:15:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:16:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:16:38.092Z||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-10-26T04:16:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:16:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:16:38.094Z||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-10-26T04:16:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:16:47.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:16:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:17:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:17:38.092Z||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-10-26T04:17:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:17:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:17:38.094Z||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-10-26T04:17:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:17:47.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:17:47.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:18:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:18:38.092Z||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-10-26T04:18:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:18:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:18:38.093Z||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-10-26T04:18:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:18:47.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:18:47.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:19:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:19:38.092Z||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-10-26T04:19:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:19:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:19:38.093Z||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-10-26T04:19:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:19:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:19:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:20:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:20:38.092Z||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-10-26T04:20:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:20:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:20:38.094Z||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-10-26T04:20:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:20:47.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:20:47.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:21:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:21:38.092Z||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-10-26T04:21:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:21:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:21:38.094Z||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-10-26T04:21:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:21:47.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:21:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:22:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:22:38.092Z||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-10-26T04:22:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:22:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:22:38.093Z||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-10-26T04:22:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:22:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:22:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:23:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:23:38.092Z||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-10-26T04:23:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:23:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:23:38.094Z||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-10-26T04:23:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:23:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:23:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:24:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:24:38.092Z||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-10-26T04:24:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:24:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:24:38.094Z||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-10-26T04:24:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:24:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:24:47.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:25:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:25:38.092Z||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-10-26T04:25:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:25:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:25:38.093Z||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-10-26T04:25:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:25:47.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:25:47.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:26:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:26:38.092Z||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-10-26T04:26:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:26:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:26:38.094Z||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-10-26T04:26:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:26:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:26:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:27:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:27:38.092Z||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-10-26T04:27:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:27:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:27:38.094Z||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-10-26T04:27:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:27:47.652Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:27:47.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:28:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:28:38.092Z||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-10-26T04:28:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:28:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:28:38.094Z||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-10-26T04:28:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:28:47.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:28:47.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:29:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:29:38.092Z||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-10-26T04:29:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:29:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:29:38.093Z||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-10-26T04:29:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:29:47.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:29:47.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:30:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:30:38.092Z||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-10-26T04:30:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:30:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:30:38.094Z||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-10-26T04:30:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:30:47.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:30:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:31:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:31:38.092Z||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-10-26T04:31:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:31:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:31:38.094Z||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-10-26T04:31:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:31:47.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:31:47.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:32:38.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:32:38.092Z||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-10-26T04:32:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:32:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:32:38.094Z||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-10-26T04:32:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:32:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:32:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:33:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:33:38.092Z||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-10-26T04:33:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:33:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:33:38.094Z||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-10-26T04:33:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:33:47.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:33:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:34:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:34:38.092Z||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-10-26T04:34:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:34:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:34:38.094Z||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-10-26T04:34:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:34:47.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:34:47.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:35:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:35:38.092Z||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-10-26T04:35:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:35:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:35:38.094Z||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-10-26T04:35:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:35:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:35:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:36:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:36:38.092Z||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-10-26T04:36:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:36:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:36:38.094Z||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-10-26T04:36:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:36:47.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:36:47.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:37:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:37:38.092Z||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-10-26T04:37:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:37:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:37:38.094Z||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-10-26T04:37:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:37:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:37:47.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:38:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:38:38.092Z||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-10-26T04:38:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:38:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:38:38.094Z||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-10-26T04:38:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:38:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:38:47.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:39:38.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:39:38.092Z||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-10-26T04:39:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:39:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:39:38.093Z||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-10-26T04:39:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:39:47.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:39:47.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:40:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:40:38.092Z||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-10-26T04:40:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:40:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:40:38.093Z||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-10-26T04:40:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:40:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:40:47.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:41:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:41:38.092Z||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-10-26T04:41:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:41:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:41:38.094Z||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-10-26T04:41:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:41:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:41:47.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:42:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:42:38.092Z||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-10-26T04:42:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:42:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:42:38.093Z||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-10-26T04:42:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:42:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:42:47.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:43:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:43:38.092Z||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-10-26T04:43:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:43:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:43:38.094Z||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-10-26T04:43:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:43:47.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:43:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:44:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:44:38.092Z||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-10-26T04:44:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:44:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:44:38.094Z||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-10-26T04:44:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:44:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:44:47.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:45:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:45:38.092Z||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-10-26T04:45:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:45:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:45:38.094Z||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-10-26T04:45:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:45:47.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:45:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:46:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:46:38.092Z||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-10-26T04:46:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:46:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:46:38.094Z||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-10-26T04:46:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:46:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:46:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:47:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:47:38.092Z||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-10-26T04:47:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:47:38.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:47:38.094Z||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-10-26T04:47:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:47:47.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:47:47.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:48:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:48:38.092Z||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-10-26T04:48:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:48:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:48:38.094Z||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-10-26T04:48:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:48:47.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:48:47.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:49:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:49:38.092Z||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-10-26T04:49:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:49:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:49:38.094Z||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-10-26T04:49:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:49:47.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:49:47.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:50:38.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:50:38.092Z||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-10-26T04:50:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:50:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:50:38.093Z||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-10-26T04:50:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:50:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:50:47.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:51:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:51:38.092Z||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-10-26T04:51:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:51:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:51:38.094Z||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-10-26T04:51:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:51:47.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:51:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:52:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:52:38.092Z||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-10-26T04:52:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:52:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:52:38.094Z||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-10-26T04:52:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:52:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:52:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:53:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:53:38.092Z||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-10-26T04:53:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:53:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:53:38.094Z||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-10-26T04:53:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:53:47.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:53:47.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:54:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:54:38.092Z||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-10-26T04:54:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:54:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:54:38.093Z||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-10-26T04:54:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:54:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:54:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:55:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:55:38.092Z||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-10-26T04:55:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:55:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:55:38.094Z||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-10-26T04:55:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:55:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:55:47.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:56:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:56:38.092Z||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-10-26T04:56:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:56:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:56:38.093Z||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-10-26T04:56:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:56:47.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:56:47.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:57:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:57:38.092Z||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-10-26T04:57:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:57:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:57:38.094Z||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-10-26T04:57:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:57:47.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:57:47.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:58:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:58:38.092Z||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-10-26T04:58:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:58:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:58:38.094Z||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-10-26T04:58:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:58:47.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:58:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:59:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:59:38.092Z||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-10-26T04:59:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:59:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T04:59:38.094Z||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-10-26T04:59:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T04:59:47.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T04:59:47.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:00:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:00:38.092Z||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-10-26T05:00:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:00:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:00:38.094Z||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-10-26T05:00:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:00:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:00:47.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:01:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:01:38.092Z||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-10-26T05:01:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:01:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:01:38.094Z||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-10-26T05:01:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:01:47.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:01:47.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:02:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:02:38.092Z||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-10-26T05:02:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:02:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:02:38.094Z||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-10-26T05:02:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:02:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:02:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:03:38.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:03:38.092Z||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-10-26T05:03:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:03:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:03:38.093Z||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-10-26T05:03:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:03:47.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:03:47.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:04:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:04:38.092Z||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-10-26T05:04:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:04:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:04:38.093Z||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-10-26T05:04:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:04:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:04:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:05:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:05:38.092Z||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-10-26T05:05:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:05:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:05:38.094Z||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-10-26T05:05:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:05:47.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:05:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:06:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:06:38.092Z||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-10-26T05:06:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:06:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:06:38.093Z||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-10-26T05:06:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:06:47.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:06:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:07:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:07:38.092Z||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-10-26T05:07:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:07:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:07:38.093Z||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-10-26T05:07:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:07:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:07:47.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:08:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:08:38.092Z||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-10-26T05:08:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:08:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:08:38.094Z||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-10-26T05:08:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:08:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:08:47.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:09:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:09:38.092Z||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-10-26T05:09:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:09:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:09:38.094Z||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-10-26T05:09:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:09:47.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:09:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:10:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:10:38.092Z||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-10-26T05:10:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:10:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:10:38.093Z||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-10-26T05:10:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:10:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:10:47.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:11:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:11:38.092Z||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-10-26T05:11:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:11:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:11:38.093Z||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-10-26T05:11:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:11:47.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:11:47.652Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:12:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:12:38.092Z||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-10-26T05:12:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:12:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:12:38.093Z||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-10-26T05:12:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:12:47.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:12:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:13:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:13:38.092Z||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-10-26T05:13:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:13:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:13:38.094Z||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-10-26T05:13:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:13:47.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:13:47.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:14:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:14:38.092Z||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-10-26T05:14:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:14:38.094Z||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-10-26T05:14:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:14:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:14:47.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:14:47.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:15:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:15:38.092Z||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-10-26T05:15:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:15:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:15:38.094Z||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-10-26T05:15:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:15:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:15:47.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:16:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:16:38.092Z||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-10-26T05:16:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:16:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:16:38.094Z||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-10-26T05:16:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:16:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:16:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:17:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:17:38.092Z||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-10-26T05:17:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:17:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:17:38.094Z||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-10-26T05:17:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:17:47.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:17:47.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:18:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:18:38.092Z||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-10-26T05:18:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:18:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:18:38.094Z||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-10-26T05:18:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:18:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:18:47.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:19:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:19:38.092Z||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-10-26T05:19:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:19:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:19:38.094Z||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-10-26T05:19:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:19:47.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:19:47.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:20:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:20:38.092Z||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-10-26T05:20:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:20:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:20:38.094Z||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-10-26T05:20:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:20:47.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:20:47.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:21:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:21:38.092Z||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-10-26T05:21:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:21:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:21:38.093Z||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-10-26T05:21:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:21:47.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:21:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:22:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:22:38.092Z||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-10-26T05:22:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:22:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:22:38.094Z||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-10-26T05:22:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:22:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:22:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:23:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:23:38.092Z||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-10-26T05:23:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:23:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:23:38.093Z||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-10-26T05:23:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:23:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:23:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:24:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:24:38.092Z||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-10-26T05:24:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:24:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:24:38.094Z||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-10-26T05:24:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:24:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:24:47.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:25:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:25:38.092Z||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-10-26T05:25:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:25:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:25:38.093Z||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-10-26T05:25:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:25:47.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:25:47.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:26:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:26:38.092Z||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-10-26T05:26:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:26:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:26:38.094Z||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-10-26T05:26:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:26:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:26:47.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:27:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:27:38.092Z||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-10-26T05:27:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:27:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:27:38.094Z||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-10-26T05:27:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:27:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:27:47.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:28:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:28:38.092Z||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-10-26T05:28:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:28:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:28:38.093Z||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-10-26T05:28:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:28:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:28:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:29:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:29:38.092Z||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-10-26T05:29:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:29:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:29:38.094Z||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-10-26T05:29:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:29:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:29:47.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:30:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:30:38.092Z||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-10-26T05:30:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:30:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:30:38.093Z||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-10-26T05:30:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:30:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:30:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:31:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:31:38.092Z||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-10-26T05:31:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:31:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:31:38.094Z||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-10-26T05:31:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:31:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:31:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:32:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:32:38.092Z||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-10-26T05:32:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:32:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:32:38.093Z||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-10-26T05:32:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:32:47.643Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:32:47.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:33:38.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:33:38.092Z||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-10-26T05:33:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:33:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:33:38.094Z||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-10-26T05:33:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:33:47.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:33:47.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:34:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:34:38.092Z||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-10-26T05:34:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:34:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:34:38.094Z||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-10-26T05:34:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:34:47.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:34:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:35:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:35:38.092Z||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-10-26T05:35:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:35:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:35:38.094Z||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-10-26T05:35:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:35:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:35:47.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:36:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:36:38.092Z||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-10-26T05:36:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:36:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:36:38.093Z||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-10-26T05:36:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:36:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:36:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:37:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:37:38.092Z||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-10-26T05:37:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:37:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:37:38.094Z||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-10-26T05:37:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:37:47.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:37:47.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:38:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:38:38.092Z||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-10-26T05:38:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:38:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:38:38.093Z||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-10-26T05:38:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:38:47.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:38:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:39:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:39:38.092Z||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-10-26T05:39:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:39:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:39:38.093Z||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-10-26T05:39:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:39:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:39:47.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:40:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:40:38.092Z||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-10-26T05:40:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:40:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:40:38.093Z||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-10-26T05:40:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:40:47.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:40:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:41:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:41:38.092Z||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-10-26T05:41:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:41:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:41:38.093Z||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-10-26T05:41:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:41:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:41:47.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:42:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:42:38.092Z||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-10-26T05:42:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:42:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:42:38.094Z||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-10-26T05:42:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:42:47.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:42:47.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:43:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:43:38.092Z||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-10-26T05:43:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:43:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:43:38.093Z||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-10-26T05:43:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:43:47.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:43:47.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:44:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:44:38.092Z||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-10-26T05:44:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:44:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:44:38.093Z||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-10-26T05:44:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:44:47.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:44:47.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:45:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:45:38.092Z||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-10-26T05:45:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:45:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:45:38.093Z||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-10-26T05:45:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:45:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:45:47.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:46:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:46:38.092Z||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-10-26T05:46:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:46:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:46:38.094Z||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-10-26T05:46:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:46:47.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:46:47.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:47:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:47:38.092Z||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-10-26T05:47:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:47:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:47:38.094Z||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-10-26T05:47:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:47:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:47:47.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:48:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:48:38.092Z||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-10-26T05:48:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:48:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:48:38.094Z||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-10-26T05:48:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:48:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:48:47.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:49:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:49:38.092Z||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-10-26T05:49:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:49:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:49:38.093Z||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-10-26T05:49:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:49:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:49:47.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:50:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:50:38.092Z||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-10-26T05:50:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:50:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:50:38.093Z||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-10-26T05:50:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:50:47.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:50:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:51:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:51:38.092Z||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-10-26T05:51:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:51:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:51:38.094Z||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-10-26T05:51:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:51:47.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:51:47.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:52:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:52:38.092Z||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-10-26T05:52:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:52:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:52:38.093Z||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-10-26T05:52:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:52:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:52:47.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:53:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:53:38.092Z||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-10-26T05:53:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:53:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:53:38.093Z||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-10-26T05:53:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:53:47.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:53:47.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:54:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:54:38.092Z||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-10-26T05:54:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:54:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:54:38.094Z||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-10-26T05:54:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:54:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:54:47.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:55:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:55:38.092Z||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-10-26T05:55:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:55:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:55:38.093Z||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-10-26T05:55:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:55:47.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:55:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:56:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:56:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:56:38.093Z||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-10-26T05:56:38.094Z||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-10-26T05:56:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:56:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:56:47.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:56:47.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:57:38.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:57:38.092Z||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-10-26T05:57:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:57:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:57:38.094Z||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-10-26T05:57:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:57:47.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:57:47.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:58:38.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:58:38.092Z||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-10-26T05:58:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:58:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:58:38.094Z||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-10-26T05:58:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:58:47.864Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:58:47.865Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:59:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:59:38.094Z||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-10-26T05:59:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:59:38.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T05:59:38.094Z||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-10-26T05:59:38.095Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T05:59:47.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T05:59:47.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:38.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:00:38.092Z||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-10-26T06:00:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:00:38.093Z||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-10-26T06:00:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:38.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:38.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228008105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "cds", "timestamp": 1635228014935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228007295, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "dcae-sch", "timestamp": 1635228008368, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "ves-openapi-manager", "timestamp": 1635228007794, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228013859, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "cds", "timestamp": 1635228014935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228008105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOTIFIED" } 2021-10-26T06:00:38.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "dcae-sch", "timestamp": 1635228008368, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228007295, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "ves-openapi-manager", "timestamp": 1635228007794, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.717Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228013859, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOTIFIED" } 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "cds", "timestamp": 1635228014935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228008105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228007295, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-26T06:00:38.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "dcae-sch", "timestamp": 1635228008368, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"eaae3016-7293-4094-b356-ad3ae0cc3399","serviceName":"vFW 2021-10-26 05-57-50","serviceVersion":"1.0","serviceUUID":"25d94864-d8a1-45b5-877b-112fcbe1c107","serviceDescription":"catalog service description","serviceInvariantUUID":"5e9343f7-0555-46cc-931e-fea25e841fb2","resources":[{"resourceInstanceName":"vFW e9381033-28d6 0","resourceName":"vFW e9381033-28d6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47f3e5dd-4b5a-4ab0-8936-79e7374c9029","resourceInvariantUUID":"254a76b5-cf6b-49ab-82e8-47f4f0eb7d02","resourceCustomizationUUID":"3e11e739-78dc-4e05-bbbf-dd6294be9d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml","artifactChecksum":"ZjkwODBlN2QyZDA4MTllMGRlYTFhNDEyMzhmMDExOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c3cabe5-32a3-4cda-8271-20544365845d","artifactVersion":"1"},{"artifactName":"vfwe938103328d60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json","artifactChecksum":"N2VkMzM4N2Q2OTI0NTNhYWU2OWVlZGY1OGMzYzc0MzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97db561e-c801-498a-80f1-59bca87ef6bf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f20c636f-f128-4d61-a8cd-266bfba4cadc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml","artifactChecksum":"MTY2ODM5MTNlZmM5ZjI1MGFiYWJjOWE2ZTBkMTM4MzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecd08d9b-b717-48b9-9534-18748ea43ec4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee18d9d5-6c96-4e18-aa83-3f79b6edf330","artifactVersion":"2","generatedFromUUID":"f20c636f-f128-4d61-a8cd-266bfba4cadc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211026055750-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml","artifactChecksum":"YjUyZjI3MmJmOTY1NDg4MTBmMDFkOTI0MjE5ZjI1ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"035fcf9c-dbbb-4d81-bff4-e315483e21af","artifactVersion":"1"},{"artifactName":"service-Vfw20211026055750-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar","artifactChecksum":"OTg4ZGVhNDI3YzYwMDg4NDczODMwODk2YjFmODcxN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2603269c-52c3-4189-a9f6-87a836b7ed73","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-26T06:00:38.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "ves-openapi-manager", "timestamp": 1635228007794, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228013859, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-26T06:00:38.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "cds", "timestamp": 1635228014935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228008105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228007295, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "dcae-sch", "timestamp": 1635228008368, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "ves-openapi-manager", "timestamp": 1635228007794, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228013859, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "cds", "timestamp": 1635228014935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "dcae-sch", "timestamp": 1635228008368, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228008105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228007295, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "ves-openapi-manager", "timestamp": 1635228007794, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228013859, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228021206, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228008105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "cds", "timestamp": 1635228014935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228007295, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.726Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "dcae-sch", "timestamp": 1635228008368, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "ves-openapi-manager", "timestamp": 1635228007794, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228013859, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228021206, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "cds", "timestamp": 1635228014935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:00:38.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228008105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:00:38.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228007295, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:00:38.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "dcae-sch", "timestamp": 1635228008368, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "ves-openapi-manager", "timestamp": 1635228007794, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228013859, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:00:38.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228021206, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "cds", "timestamp": 1635228024762, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228024757, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228024839, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228021206, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "cds", "timestamp": 1635228025778, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-10-26T06:00:38.732Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:38.742Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:38.743Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-26T06:00:38.842Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-10-26T06:00:38.846Z||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-10-26T06:00:38.846Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-26T06:00:38.857Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:38.857Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-26T06:00:38.917Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399 2021-10-26T06:00:38.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:00:38.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228025776, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:00:38.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228021206, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:38.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228026071, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:38.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:38.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "policy-id", "timestamp": 1635228026781, "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-10-26T06:00:38.979Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399 2021-10-26T06:00:38.979Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:00:38.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:38.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228021206, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:39.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228027264, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:39.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228027207, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:39.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:39.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228021206, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:00:39.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:39.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228028635, "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-10-26T06:00:39.030Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399 2021-10-26T06:00:39.030Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:00:39.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228027207, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:39.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228029121, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:39.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "multicloud-k8s-id", "timestamp": 1635228029639, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228027207, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228027207, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228027207, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:39.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228027207, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228027207, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228034594, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228035150, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:39.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:00:39.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:00:39.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228035600, "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-10-26T06:00:39.053Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399 2021-10-26T06:00:39.053Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:00:39.749Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:00:39.749Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:39.751Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:39.751Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOTIFIED" } 2021-10-26T06:00:39.852Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:39.853Z||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-10-26T06:00:39.853Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:39.864Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:39.865Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:00:40.752Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:00:40.753Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:40.755Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:40.755Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-26T06:00:40.856Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:00:40.856Z||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-10-26T06:00:40.856Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:40.866Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:40.867Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:41.756Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:00:41.757Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:41.759Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:41.760Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:41.859Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:00:41.860Z||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-10-26T06:00:41.860Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:41.870Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:41.871Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:42.760Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:00:42.761Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:42.763Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:42.763Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-26T06:00:42.863Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:42.864Z||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-10-26T06:00:42.864Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:42.876Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:42.876Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:00:43.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:00:43.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:43.766Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:43.767Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:00:43.867Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:43.868Z||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-10-26T06:00:43.868Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:43.879Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:43.879Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:44.767Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:00:44.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:44.770Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:44.770Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:00:44.870Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:44.871Z||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-10-26T06:00:44.871Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:44.884Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:44.884Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:00:45.772Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "serviceName": "vFW 2021-10-26 05-57-50", "serviceVersion": "1.0", "serviceUUID": "25d94864-d8a1-45b5-877b-112fcbe1c107", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5e9343f7-0555-46cc-931e-fea25e841fb2", "resources": [ { "resourceInstanceName": "vFW e9381033-28d6 0", "resourceCustomizationUUID": "3e11e739-78dc-4e05-bbbf-dd6294be9d52", "resourceName": "vFW e9381033-28d6", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "47f3e5dd-4b5a-4ab0-8936-79e7374c9029", "resourceInvariantUUID": "254a76b5-cf6b-49ab-82e8-47f4f0eb7d02", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe938103328d60_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "artifactChecksum": "N2VkMzM4N2Q2OTI0NTNhYWU2OWVlZGY1OGMzYzc0MzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "97db561e-c801-498a-80f1-59bca87ef6bf", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f20c636f-f128-4d61-a8cd-266bfba4cadc", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee18d9d5-6c96-4e18-aa83-3f79b6edf330", "generatedFromUUID": "f20c636f-f128-4d61-a8cd-266bfba4cadc" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee18d9d5-6c96-4e18-aa83-3f79b6edf330", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211026055750-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "artifactChecksum": "OTg4ZGVhNDI3YzYwMDg4NDczODMwODk2YjFmODcxN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2603269c-52c3-4189-a9f6-87a836b7ed73" } ], "workloadContext": "Production" } 2021-10-26T06:00:45.773Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-26T06:00:45.773Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 25d94864-d8a1-45b5-877b-112fcbe1c107 ASDC 2021-10-26T06:00:45.908Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:eaae3016-7293-4094-b356-ad3ae0cc3399 ServiceName:vFW 2021-10-26 05-57-50 ServiceVersion:1.0 ServiceUUID:25d94864-d8a1-45b5-877b-112fcbe1c107 ServiceInvariantUUID:5e9343f7-0555-46cc-931e-fea25e841fb2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211026055750-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar ArtifactUUID:2603269c-52c3-4189-a9f6-87a836b7ed73 ArtifactChecksum:OTg4ZGVhNDI3YzYwMDg4NDczODMwODk2YjFmODcxN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e9381033-28d6 0 ResourceCustomizationUUID:3e11e739-78dc-4e05-bbbf-dd6294be9d52 ResourceInvariantUUID:254a76b5-cf6b-49ab-82e8-47f4f0eb7d02 ResourceName:vFW e9381033-28d6 ResourceType:VF ResourceUUID:47f3e5dd-4b5a-4ab0-8936-79e7374c9029 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe938103328d60_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json ArtifactUUID:97db561e-c801-498a-80f1-59bca87ef6bf ArtifactChecksum:N2VkMzM4N2Q2OTI0NTNhYWU2OWVlZGY1OGMzYzc0MzU= 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/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml ArtifactUUID:f20c636f-f128-4d61-a8cd-266bfba4cadc 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/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env ArtifactUUID:ee18d9d5-6c96-4e18-aa83-3f79b6edf330 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/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env ArtifactUUID:ee18d9d5-6c96-4e18-aa83-3f79b6edf330 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-26T06:00:45.909Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25d94864-d8a1-45b5-877b-112fcbe1c107 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-10-26T06:00:45.987Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:00:45.988Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:00:45.989Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:00:45.989Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2603269c-52c3-4189-a9f6-87a836b7ed73 from URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:45.989Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:00:45.991Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:46.164Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:00:46.182Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar 2603269c-52c3-4189-a9f6-87a836b7ed73 98791 2021-10-26T06:00:46.183Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar ASDC sendASDCNotification 2021-10-26T06:00:46.183Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:46.184Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:00:46.185Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:46.186Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:46.186Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228046182, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:46.287Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:46.287Z||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-10-26T06:00:46.287Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:46.299Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:46.299Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:47.187Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:00:47.188Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:00:47.188Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2603269c-52c3-4189-a9f6-87a836b7ed73, URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar to file: /app/ASDC/1/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:47.189Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211026055750-csar.csar 2021-10-26T06:00:47.247Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:47.247Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:47.689Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16754609665003358625/Definitions/service-Vfw20211026055750-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-10-26T06:00:50.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-26T06:00:50.610Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e9381033-28d6 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-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.611Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-Vfw20211026055750-csar.csar 2021-10-26T06:00:50.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:00:50.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:50.633Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:50.633Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:00:50.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:00:50.636Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.636Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:50.636Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:50.637Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:00:50.637Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:00:50.637Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.637Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:50.642Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.642Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria 2021-10-26T06:00:50.642Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-26T06:00:50.643Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-26T06:00:50.644Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-26T06:00:50.644Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.650Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-26T06:00:50.651Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.652Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:00:50.653Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.653Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:50.653Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:50.654Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria 2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-26T06:00:50.655Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-26T06:00:50.656Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa6633d9-e713-43f2-b541-3ccf83dabe9f 2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria 2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:50.657Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:50.658Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ac8e9ed5-d69e-41d5-834f-636ab2ebb43c 2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria 2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-26T06:00:50.659Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:50.660Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c3bbadf-9ac5-42e9-b2d5-42b2b1622ce3 2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.661Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:50.662Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:50.662Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:50.662Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-10-26 05-57-50 Description:catalog service description Model UUID:25d94864-d8a1-45b5-877b-112fcbe1c107 Model Version:NULL Model InvariantUuid:5e9343f7-0555-46cc-931e-fea25e841fb2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e9381033-28d6 Model UUID:0048b99a-7619-44a6-b1ca-96220938b46a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:254a76b5-cf6b-49ab-82e8-47f4f0eb7d02 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3e11e739-78dc-4e05-bbbf-dd6294be9d52 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a39bc6bb-471b-4ca6-8444-c1c5a724400a ModelName:VfwE938103328d6..base_vfw..module-0 ModelUuid:98bb9bd3-7621-41c1-9354-423a6505298c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fa6633d9-e713-43f2-b541-3ccf83dabe9f ModelInvariantUuid:e175289d-5539-42af-8126-02dcfa2eee78 ModelName:vFW e9381033-28d6-nodes.vfwCvfc ModelUuid:93a53694-5264-4301-9761-50b97f6f6fbd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4d0144d7-8853-48e5-8c90-8fc4547a2bab ModelInvariantUuid:99e8fc82-5c1e-4bbd-b590-3a472948c30e ModelName:VfwE938103328d6.compute.nodes.heat.vfw ModelUuid:ecb29237-db89-48be-8be9-6b9e2a8472d9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ac8e9ed5-d69e-41d5-834f-636ab2ebb43c ModelInvariantUuid:1df03a72-3c51-4f75-a167-301d86aed2ed ModelName:vFW e9381033-28d6-nodes.vsnCvfc ModelUuid:6b66bba9-82a7-4481-8193-b899b6f23a63 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2d5bbd9a-2f7d-46c9-81ed-6ffd6a424982 ModelInvariantUuid:c5b5a299-29a7-4dbc-afe7-8e4a1dcc3fd4 ModelName:VfwE938103328d6.compute.nodes.heat.vsn ModelUuid:eb29f047-543f-4ad3-b3c6-5133a0079a9b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5c3bbadf-9ac5-42e9-b2d5-42b2b1622ce3 ModelInvariantUuid:6dfc55af-819a-4f6a-ae7c-bbea1f9638b9 ModelName:vFW e9381033-28d6-nodes.vpgCvfc ModelUuid:302c3928-7dd3-43dc-ace9-5ba316e850ae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c14ac908-4132-4188-86c1-b1d1eade2d89 ModelInvariantUuid:625e7299-975b-44d9-a808-6403fec90701 ModelName:VfwE938103328d6.compute.nodes.heat.vpg ModelUuid:f9d12c94-c9c6-417d-8c50-0a59df668f75 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-10-26T06:00:50.678Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 47f3e5dd-4b5a-4ab0-8936-79e7374c9029 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-10-26T06:00:50.764Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||vFW e9381033-28d6 0 2021-10-26T06:00:50.772Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 47f3e5dd-4b5a-4ab0-8936-79e7374c9029 2021-10-26T06:00:50.772Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97db561e-c801-498a-80f1-59bca87ef6bf from URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json 2021-10-26T06:00:50.773Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:00:50.773Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json 2021-10-26T06:00:51.126Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json 97db561e-c801-498a-80f1-59bca87ef6bf 785 2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json ASDC sendASDCNotification 2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json 2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:00:51.127Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:51.129Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:51.130Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228051127, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:51.230Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:51.231Z||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-10-26T06:00:51.231Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:51.245Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:51.245Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:00:52.131Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE938103328d6..base_vfw..module-0", "vfModuleModelInvariantUUID": "a39bc6bb-471b-4ca6-8444-c1c5a724400a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "98bb9bd3-7621-41c1-9354-423a6505298c", "vfModuleModelCustomizationUUID": "26d2efd2-c61e-48b4-93ce-b4ae3f68968f", "isBase": true, "artifacts": [ "f20c636f-f128-4d61-a8cd-266bfba4cadc", "ee18d9d5-6c96-4e18-aa83-3f79b6edf330" ], "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-10-26T06:00:52.147Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE938103328d6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:98bb9bd3-7621-41c1-9354-423a6505298c VfModuleModelInvariantUUID:a39bc6bb-471b-4ca6-8444-c1c5a724400a VfModuleModelDescription:NULL Artifacts UUID List:{ f20c636f-f128-4d61-a8cd-266bfba4cadc , ee18d9d5-6c96-4e18-aa83-3f79b6edf330 } 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-10-26T06:00:52.150Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE938103328d6..base_vfw..module-0", "vfModuleModelInvariantUUID": "a39bc6bb-471b-4ca6-8444-c1c5a724400a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "98bb9bd3-7621-41c1-9354-423a6505298c", "vfModuleModelCustomizationUUID": "26d2efd2-c61e-48b4-93ce-b4ae3f68968f", "isBase": true, "artifacts": [ "f20c636f-f128-4d61-a8cd-266bfba4cadc", "ee18d9d5-6c96-4e18-aa83-3f79b6edf330" ], "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-10-26T06:00:52.151Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE938103328d6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:98bb9bd3-7621-41c1-9354-423a6505298c VfModuleModelInvariantUUID:a39bc6bb-471b-4ca6-8444-c1c5a724400a VfModuleModelDescription:NULL Artifacts UUID List:{ f20c636f-f128-4d61-a8cd-266bfba4cadc , ee18d9d5-6c96-4e18-aa83-3f79b6edf330 } 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-10-26T06:00:52.151Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f20c636f-f128-4d61-a8cd-266bfba4cadc from URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml 2021-10-26T06:00:52.151Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:00:52.151Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml 2021-10-26T06:00:52.322Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml f20c636f-f128-4d61-a8cd-266bfba4cadc 20368 2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml 2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:00:52.324Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:52.326Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:52.326Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228052324, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:52.427Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:00:52.428Z||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-10-26T06:00:52.428Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:52.438Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:52.439Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:53.327Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ee18d9d5-6c96-4e18-aa83-3f79b6edf330 from URL: /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env 2021-10-26T06:00:53.328Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:00:53.328Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env 2021-10-26T06:00:53.531Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:00:53.532Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env ee18d9d5-6c96-4e18-aa83-3f79b6edf330 2098 2021-10-26T06:00:53.532Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-26T06:00:53.532Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env 2021-10-26T06:00:53.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:00:53.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:53.536Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:53.537Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228053532, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:00:53.636Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:00:53.637Z||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-10-26T06:00:53.637Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:53.646Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:53.647Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:54.537Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 25d94864-d8a1-45b5-877b-112fcbe1c107 2021-10-26T06:00:54.538Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e9381033-28d6 0 47f3e5dd-4b5a-4ab0-8936-79e7374c9029 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-10-26T06:00:54.582Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1675da11, org.onap.sdc.toscaparser.api.parameters.Input@271e74cb, org.onap.sdc.toscaparser.api.parameters.Input@58ea70be, org.onap.sdc.toscaparser.api.parameters.Input@53f4a483, org.onap.sdc.toscaparser.api.parameters.Input@6be959be] 2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3e11e739-78dc-4e05-bbbf-dd6294be9d52 2021-10-26T06:00:54.586Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3e11e739-78dc-4e05-bbbf-dd6294be9d52 matches Tosca VF Customization UUID: 3e11e739-78dc-4e05-bbbf-dd6294be9d52 2021-10-26T06:00:54.587Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3e11e739-78dc-4e05-bbbf-dd6294be9d52 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-10-26T06:00:54.593Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.593Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:54.594Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3e11e739-78dc-4e05-bbbf-dd6294be9d52: {\"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-10-26T06:00:54.594Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cca955d 2021-10-26T06:00:54.594Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.594Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:00:54.595Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26d2efd2-c61e-48b4-93ce-b4ae3f68968f 2021-10-26T06:00:54.596Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26d2efd2-c61e-48b4-93ce-b4ae3f68968f 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-10-26T06:00:54.602Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.602Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:54.602Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:00:54.603Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.603Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:54.603Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:00:54.604Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.604Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria 2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-26T06:00:54.605Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:54.606Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa6633d9-e713-43f2-b541-3ccf83dabe9f 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-10-26T06:00:54.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:54.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:00:54.619Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria 2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-26T06:00:54.620Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:54.621Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ac8e9ed5-d69e-41d5-834f-636ab2ebb43c 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-10-26T06:00:54.624Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.624Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:54.624Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:00:54.627Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.627Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is not matching search criteria 2021-10-26T06:00:54.627Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-26T06:00:54.627Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-26T06:00:54.628Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-26T06:00:54.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-26T06:00:54.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-26T06:00:54.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-26T06:00:54.629Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c3bbadf-9ac5-42e9-b2d5-42b2b1622ce3 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-10-26T06:00:54.631Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Node template vFW e9381033-28d6 0 is matching search criteria 2021-10-26T06:00:54.632Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e9381033-28d6 0] matching following query criteria: sdcType=VF, customizationUUID=3e11e739-78dc-4e05-bbbf-dd6294be9d52 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-10-26T06:00:54.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:54.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 25d94864-d8a1-45b5-877b-112fcbe1c107: vFW e9381033-28d6 2021-10-26T06:00:54.634Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-26 05-57-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:00:54.635Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-10-26 05-57-50 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-10-26T06:00:54.933Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e9381033-28d6 47f3e5dd-4b5a-4ab0-8936-79e7374c9029 1 ASDC deployResourceStructure 2021-10-26T06:00:54.933Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json ASDC sendASDCNotification 2021-10-26T06:00:54.933Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json 2021-10-26T06:00:54.934Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:00:54.934Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:54.936Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:54.936Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228054933, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:00:55.037Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:55.037Z||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-10-26T06:00:55.037Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:55.048Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:55.048Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:55.937Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-26T06:00:55.938Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml 2021-10-26T06:00:55.938Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:00:55.938Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:55.940Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:55.940Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228055937, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:00:56.040Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:56.041Z||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-10-26T06:00:56.041Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:56.052Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:56.053Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:56.941Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-26T06:00:56.941Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env 2021-10-26T06:00:56.941Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:00:56.942Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:56.944Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:56.944Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228056941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-26T06:00:57.044Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:57.045Z||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-10-26T06:00:57.045Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:57.056Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:57.056Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:57.945Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar ASDC sendASDCNotification 2021-10-26T06:00:57.946Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar 2021-10-26T06:00:57.946Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:00:57.946Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:00:57.948Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:00:57.948Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228057945, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:00:58.048Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:00:58.049Z||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-10-26T06:00:58.050Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:00:58.061Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:00:58.061Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:00:58.950Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:00:58.965Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:00:58.968Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:00:58.968Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:00:58.968Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:01:28.968Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:01:28.979Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:01:28.981Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:01:28.981Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:01:28.982Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:01:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:01:38.094Z||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-10-26T06:01:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:01:38.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:01:38.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:01:38.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228038549, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:01:38.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:01:58.982Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:01:58.992Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:01:58.995Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:01:58.995Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:01:58.996Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:02:28.996Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:02:29.007Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:02:29.011Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:02:29.011Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:02:29.012Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:02:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:02:38.094Z||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-10-26T06:02:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:02:38.117Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:02:38.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:02:38.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:02:38.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:02:59.012Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:02:59.021Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:02:59.023Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:02:59.023Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:02:59.023Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:03:29.024Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:03:29.036Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:03:29.039Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:03:29.040Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:03:29.040Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:03:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:03:38.094Z||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-10-26T06:03:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:03:38.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:03:38.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "NOTIFIED" } 2021-10-26T06:03:38.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:03:38.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228040560, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:03:38.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:38.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-26T06:03:38.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:03:38.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "clamp", "timestamp": 1635228041564, "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-10-26T06:03:38.630Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399 2021-10-26T06:03:38.631Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:03:38.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:03:38.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:03:38.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-26T06:03:38.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:03:38.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:03:38.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:03:38.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228038091, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:03:38.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228046182, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:03:38.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228050056, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:03:38.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "aai-ml", "timestamp": 1635228051066, "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-10-26T06:03:38.651Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eaae3016-7293-4094-b356-ad3ae0cc3399 2021-10-26T06:03:38.651Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:03:38.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228051127, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:03:38.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:38.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228052324, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:03:38.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:38.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228053532, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:03:38.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228054933, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/vfwe938103328d60_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:03:38.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228055937, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:03:38.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228056941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/resourceInstances/vfwe938103328d60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-26T06:03:38.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:38.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:03:38.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228057945, "artifactURL": "/sdc/v1/catalog/services/Vfw20211026055750/1.0/artifacts/service-Vfw20211026055750-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:03:38.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:03:59.040Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:03:59.051Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:03:59.054Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:03:59.054Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-26T06:03:59.054Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:03:59.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-10-26T06:03:59.061Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-26T06:04:29.061Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eaae3016-7293-4094-b356-ad3ae0cc3399 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-10-26T06:04:29.068Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eaae3016-7293-4094-b356-ad3ae0cc3399 and serviceModelVersionId: 25d94864-d8a1-45b5-877b-112fcbe1c107 2021-10-26T06:04:29.069Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e9343f7-0555-46cc-931e-fea25e841fb2 2021-10-26T06:04:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:04:38.094Z||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-10-26T06:04:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:04:42.964Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0 2021-10-26T06:04:43.055Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-10-26T06:04:43.723Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|INFO|500||Invoke 2021-10-26T06:04:43.731Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eaae3016-7293-4094-b356-ad3ae0cc3399], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80efd943-053a-4ef5-8508-5267b913fa8b], X-ECOMP-RequestID=[eaae3016-7293-4094-b356-ad3ae0cc3399], X-TransactionId=[], X-ONAP-RequestID=[eaae3016-7293-4094-b356-ad3ae0cc3399], Content-Type=[application/merge-patch+json]} 2021-10-26T06:04:43.905Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-26T06:04:44.152Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?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/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211026-06:04:43:914-27227], vertex-id=[188664], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:04:43 GMT], Content-Type=[application/json]} 2021-10-26T06:04:44.153Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-26T06:04:44.154Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e9343f7-0555-46cc-931e-fea25e841fb2/model-vers/model-ver/25d94864-d8a1-45b5-877b-112fcbe1c107?depth=0|INFO|500||InvokeReturn 2021-10-26T06:04:44.158Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-26T06:04:44.159Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-10-26T06:04:44.163Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||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-10-26T06:04:44.164Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eaae3016-7293-4094-b356-ad3ae0cc3399 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-26T06:04:44.164Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-26T06:04:44.165Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:04:44.166Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:04:44.166Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228284164, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:04:44.267Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:04:44.267Z||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-10-26T06:04:44.267Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:04:44.280Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:04:44.281Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:04:44.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:04:44.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-26T06:04:44.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaae3016-7293-4094-b356-ad3ae0cc3399", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228284164, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:04:44.896Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-26T06:04:45.180Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:04:45.180Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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-10-26T06:04:45.180Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:04:55.532Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:04:55.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:04:55.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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-10-26T06:04:55.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:05.068Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:05.068Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:05:05.068Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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-10-26T06:05:05.069Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:14.607Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:14.608Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:05:14.608Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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-10-26T06:05:14.608Z|eaae3016-7293-4094-b356-ad3ae0cc3399|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:19.502Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:19.503Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-26T06:05:19.503Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"90ad87e5-8020-4fc9-9e61-4f9e2853c491","serviceName":"basic_onboard_MXvzDl","serviceVersion":"1.0","serviceUUID":"73daefd6-8495-48ae-be7c-7836c8c0532e","serviceDescription":"service","serviceInvariantUUID":"af11297d-4e70-4e66-a1a2-20be93844e0a","resources":[{"resourceInstanceName":"basic_onboard_MXvzDl 0","resourceName":"basic_onboard_MXvzDl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"408c7c7a-ea09-4f2d-9e0c-c74ed2370a01","resourceInvariantUUID":"c90386ce-61af-4462-80c3-1a941c9221d4","resourceCustomizationUUID":"7dd1f231-9a3c-4efd-8ae5-57f95afc672d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml","artifactChecksum":"YThjNWZlNjMyZDJiNWZjOGFlNDUyY2M1ZTY1MzU5NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06101efd-0bbc-45f7-bb10-4c217c19ac59","artifactVersion":"1"},{"artifactName":"basic_onboard_mxvzdl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json","artifactChecksum":"MGJjYTNmYWE2NGYyMjRlNTAwZjRjNjI1NWE4YmI2YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09a116b4-6441-46a0-af63-8e32c7278ad3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aec58bd7-1f3d-4541-aec2-bb69e8b51786","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"390ebe87-ffd0-40c7-9a04-e2bb63176c36","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e","artifactVersion":"2","generatedFromUUID":"aec58bd7-1f3d-4541-aec2-bb69e8b51786"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMxvzdl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml","artifactChecksum":"MjIzMzMzYTRjOTNhZjA2MGVhYTUxNmRiMTNjYzFlMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2672ed8c-a83f-4811-b2a2-89e4b71365fd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMxvzdl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar","artifactChecksum":"YjJlZWE2Y2ZkYTE1MDkyMmQ3NDVkYTcwODZkZTUzYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a1a933d-acd1-4312-910c-f29e7f863a3c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-26T06:05:19.505Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:05:19.505Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:19.507Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:19.508Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:19.608Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:19.608Z||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-10-26T06:05:19.609Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:19.630Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:19.631Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:20.508Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:05:20.509Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:20.511Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:20.512Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:05:20.611Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:05:20.612Z||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-10-26T06:05:20.612Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:20.623Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:20.623Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:21.512Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:05:21.513Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:21.515Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:21.515Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-26T06:05:21.615Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:21.616Z||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-10-26T06:05:21.616Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:21.633Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:21.633Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:22.516Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:05:22.517Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:22.519Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:22.519Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:22.619Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:22.620Z||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-10-26T06:05:22.620Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:22.628Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:22.628Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:05:23.520Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:05:23.520Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:23.523Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:23.523Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-26T06:05:23.623Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:23.624Z||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-10-26T06:05:23.625Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:23.634Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:23.634Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:24.524Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:05:24.525Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:24.528Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:24.528Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:24.628Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:24.629Z||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-10-26T06:05:24.629Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:24.637Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:24.637Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:25.528Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:05:25.529Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:25.531Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:25.531Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:05:25.631Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:25.632Z||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-10-26T06:05:25.632Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:25.641Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:25.642Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:26.533Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "serviceName": "basic_onboard_MXvzDl", "serviceVersion": "1.0", "serviceUUID": "73daefd6-8495-48ae-be7c-7836c8c0532e", "serviceDescription": "service", "serviceInvariantUUID": "af11297d-4e70-4e66-a1a2-20be93844e0a", "resources": [ { "resourceInstanceName": "basic_onboard_MXvzDl 0", "resourceCustomizationUUID": "7dd1f231-9a3c-4efd-8ae5-57f95afc672d", "resourceName": "basic_onboard_MXvzDl", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "408c7c7a-ea09-4f2d-9e0c-c74ed2370a01", "resourceInvariantUUID": "c90386ce-61af-4462-80c3-1a941c9221d4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_mxvzdl0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "artifactChecksum": "MGJjYTNmYWE2NGYyMjRlNTAwZjRjNjI1NWE4YmI2YWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "09a116b4-6441-46a0-af63-8e32c7278ad3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "aec58bd7-1f3d-4541-aec2-bb69e8b51786", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e", "generatedFromUUID": "aec58bd7-1f3d-4541-aec2-bb69e8b51786" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMxvzdl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "artifactChecksum": "YjJlZWE2Y2ZkYTE1MDkyMmQ3NDVkYTcwODZkZTUzYmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a1a933d-acd1-4312-910c-f29e7f863a3c" } ], "workloadContext": "Production" } 2021-10-26T06:05:26.534Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-26T06:05:26.534Z|eaae3016-7293-4094-b356-ad3ae0cc3399|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73daefd6-8495-48ae-be7c-7836c8c0532e ASDC 2021-10-26T06:05:26.534Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:90ad87e5-8020-4fc9-9e61-4f9e2853c491 ServiceName:basic_onboard_MXvzDl ServiceVersion:1.0 ServiceUUID:73daefd6-8495-48ae-be7c-7836c8c0532e ServiceInvariantUUID:af11297d-4e70-4e66-a1a2-20be93844e0a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMxvzdl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar ArtifactUUID:5a1a933d-acd1-4312-910c-f29e7f863a3c ArtifactChecksum:YjJlZWE2Y2ZkYTE1MDkyMmQ3NDVkYTcwODZkZTUzYmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_MXvzDl 0 ResourceCustomizationUUID:7dd1f231-9a3c-4efd-8ae5-57f95afc672d ResourceInvariantUUID:c90386ce-61af-4462-80c3-1a941c9221d4 ResourceName:basic_onboard_MXvzDl ResourceType:VF ResourceUUID:408c7c7a-ea09-4f2d-9e0c-c74ed2370a01 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_mxvzdl0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json ArtifactUUID:09a116b4-6441-46a0-af63-8e32c7278ad3 ArtifactChecksum:MGJjYTNmYWE2NGYyMjRlNTAwZjRjNjI1NWE4YmI2YWU= 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/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml ArtifactUUID:aec58bd7-1f3d-4541-aec2-bb69e8b51786 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/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env ArtifactUUID:580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e 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/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env ArtifactUUID:580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-26T06:05:26.534Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73daefd6-8495-48ae-be7c-7836c8c0532e 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-10-26T06:05:26.566Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a1a933d-acd1-4312-910c-f29e7f863a3c from URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:05:26.567Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:26.974Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:05:26.978Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar 5a1a933d-acd1-4312-910c-f29e7f863a3c 71402 2021-10-26T06:05:26.978Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar ASDC sendASDCNotification 2021-10-26T06:05:26.978Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:26.978Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:05:26.979Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:26.980Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:26.980Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228326978, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:27.081Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:05:27.082Z||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-10-26T06:05:27.082Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:27.096Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:27.096Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:27.981Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:05:27.984Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:05:27.984Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5a1a933d-acd1-4312-910c-f29e7f863a3c, URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar to file: /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:27.984Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:27.985Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:27.985Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:28.217Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12505889202879467969/Definitions/service-BasicOnboardMxvzdl-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-10-26T06:05:29.892Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||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-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||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-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||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-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||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-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.893Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||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-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MXvzDl 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-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||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-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:29.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria 2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria 2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:05:29.895Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is not matching search criteria 2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-26T06:05:29.896Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria 2021-10-26T06:05:29.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria 2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria 2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:05:29.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is not matching search criteria 2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87364492-c1a0-4369-ad74-7d75db97923e 2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.899Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:29.900Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_MXvzDl Description:service Model UUID:73daefd6-8495-48ae-be7c-7836c8c0532e Model Version:NULL Model InvariantUuid:af11297d-4e70-4e66-a1a2-20be93844e0a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_MXvzDl Model UUID:eb916876-12d0-4f34-8a0e-cbfea546f371 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c90386ce-61af-4462-80c3-1a941c9221d4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7dd1f231-9a3c-4efd-8ae5-57f95afc672d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c4877eb0-59dd-4cf7-badc-0f71c4a1649f ModelName:BasicOnboardMxvzdl..base_ubuntu18..module-0 ModelUuid:5c57ce60-c3cb-4992-bbda-6793473d175b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:87364492-c1a0-4369-ad74-7d75db97923e ModelInvariantUuid:67f8be8a-08e5-4d8d-9d6e-6fa99bfe83cf ModelName:basic_onboard_MXvzDl-nodes.ubuntu18Cvfc ModelUuid:35041baa-ed89-4067-ae27-15de2d631f74 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:12002807-37e8-4b22-8a53-751d30867e8c ModelInvariantUuid:1da19197-a8f8-4fd4-b418-e43fb6a3710e ModelName:BasicOnboardMxvzdl.compute.nodes.heat.ubuntu18 ModelUuid:991d5e0f-faf4-4fa3-8abf-1c6403b963ed 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-10-26T06:05:29.908Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 408c7c7a-ea09-4f2d-9e0c-c74ed2370a01 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-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||basic_onboard_MXvzDl 0 2021-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 408c7c7a-ea09-4f2d-9e0c-c74ed2370a01 2021-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 09a116b4-6441-46a0-af63-8e32c7278ad3 from URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json 2021-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:05:29.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json 2021-10-26T06:05:30.132Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json 09a116b4-6441-46a0-af63-8e32c7278ad3 798 2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json ASDC sendASDCNotification 2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json 2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:05:30.133Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:30.135Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:30.135Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228330133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:30.235Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:30.236Z||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-10-26T06:05:30.236Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:30.249Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:30.250Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:31.136Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMxvzdl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c4877eb0-59dd-4cf7-badc-0f71c4a1649f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5c57ce60-c3cb-4992-bbda-6793473d175b", "vfModuleModelCustomizationUUID": "68db96ad-460e-4728-8723-7593bca0af96", "isBase": true, "artifacts": [ "aec58bd7-1f3d-4541-aec2-bb69e8b51786", "580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e" ], "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-10-26T06:05:31.142Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMxvzdl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5c57ce60-c3cb-4992-bbda-6793473d175b VfModuleModelInvariantUUID:c4877eb0-59dd-4cf7-badc-0f71c4a1649f VfModuleModelDescription:NULL Artifacts UUID List:{ aec58bd7-1f3d-4541-aec2-bb69e8b51786 , 580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e } 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-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMxvzdl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c4877eb0-59dd-4cf7-badc-0f71c4a1649f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5c57ce60-c3cb-4992-bbda-6793473d175b", "vfModuleModelCustomizationUUID": "68db96ad-460e-4728-8723-7593bca0af96", "isBase": true, "artifacts": [ "aec58bd7-1f3d-4541-aec2-bb69e8b51786", "580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e" ], "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-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMxvzdl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5c57ce60-c3cb-4992-bbda-6793473d175b VfModuleModelInvariantUUID:c4877eb0-59dd-4cf7-badc-0f71c4a1649f VfModuleModelDescription:NULL Artifacts UUID List:{ aec58bd7-1f3d-4541-aec2-bb69e8b51786 , 580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e } 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-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aec58bd7-1f3d-4541-aec2-bb69e8b51786 from URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml 2021-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:05:31.145Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml 2021-10-26T06:05:31.517Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:05:31.518Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml aec58bd7-1f3d-4541-aec2-bb69e8b51786 5033 2021-10-26T06:05:31.518Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-26T06:05:31.518Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml 2021-10-26T06:05:31.518Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:05:31.519Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:31.521Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:31.521Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228331518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:31.621Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:31.621Z||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-10-26T06:05:31.622Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:31.636Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:31.637Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:05:32.521Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e from URL: /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env 2021-10-26T06:05:32.522Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:05:32.522Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env 2021-10-26T06:05:32.728Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:05:32.729Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env 580cbbb8-2b8c-4c43-ac7a-3c8eb5a0533e 909 2021-10-26T06:05:32.729Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-26T06:05:32.729Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env 2021-10-26T06:05:32.729Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:05:32.730Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:32.732Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:32.732Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228332729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:32.832Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:32.833Z||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-10-26T06:05:32.833Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:32.841Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:32.842Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:05:33.732Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 73daefd6-8495-48ae-be7c-7836c8c0532e 2021-10-26T06:05:33.733Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MXvzDl 0 408c7c7a-ea09-4f2d-9e0c-c74ed2370a01 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-10-26T06:05:33.747Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c6d0f03, org.onap.sdc.toscaparser.api.parameters.Input@6045a241, org.onap.sdc.toscaparser.api.parameters.Input@6020e52e, org.onap.sdc.toscaparser.api.parameters.Input@7eaf90c6, org.onap.sdc.toscaparser.api.parameters.Input@3a7e9d07] 2021-10-26T06:05:33.748Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.749Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:33.749Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-10-26T06:05:33.749Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7dd1f231-9a3c-4efd-8ae5-57f95afc672d 2021-10-26T06:05:33.750Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7dd1f231-9a3c-4efd-8ae5-57f95afc672d matches Tosca VF Customization UUID: 7dd1f231-9a3c-4efd-8ae5-57f95afc672d 2021-10-26T06:05:33.750Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7dd1f231-9a3c-4efd-8ae5-57f95afc672d 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-10-26T06:05:33.753Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.753Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:33.754Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7dd1f231-9a3c-4efd-8ae5-57f95afc672d: {\"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-10-26T06:05:33.755Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12217e83 2021-10-26T06:05:33.755Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.755Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:05:33.755Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68db96ad-460e-4728-8723-7593bca0af96 2021-10-26T06:05:33.756Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68db96ad-460e-4728-8723-7593bca0af96 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-10-26T06:05:33.759Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.759Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria 2021-10-26T06:05:33.759Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:05:33.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria 2021-10-26T06:05:33.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:05:33.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is not matching search criteria 2021-10-26T06:05:33.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-26T06:05:33.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-26T06:05:33.762Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87364492-c1a0-4369-ad74-7d75db97923e 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-10-26T06:05:33.765Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.765Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria 2021-10-26T06:05:33.765Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:05:33.765Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.766Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_MXvzDl 0 is matching search criteria 2021-10-26T06:05:33.766Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_MXvzDl 0] matching following query criteria: sdcType=VF, customizationUUID=7dd1f231-9a3c-4efd-8ae5-57f95afc672d 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-10-26T06:05:33.768Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.768Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 73daefd6-8495-48ae-be7c-7836c8c0532e: basic_onboard_MXvzDl 2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:33.769Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_MXvzDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:05:33.770Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_MXvzDl 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-10-26T06:05:33.848Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MXvzDl 408c7c7a-ea09-4f2d-9e0c-c74ed2370a01 1 ASDC deployResourceStructure 2021-10-26T06:05:33.849Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json ASDC sendASDCNotification 2021-10-26T06:05:33.849Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json 2021-10-26T06:05:33.849Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:05:33.849Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:33.851Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:33.852Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228333849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:05:33.952Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:33.952Z||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-10-26T06:05:33.952Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:33.964Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:33.964Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:05:34.852Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-26T06:05:34.853Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml 2021-10-26T06:05:34.853Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:05:34.854Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:34.856Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:34.856Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228334852, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:05:34.956Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:34.957Z||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-10-26T06:05:34.957Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:34.968Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:34.969Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:35.857Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-26T06:05:35.857Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env 2021-10-26T06:05:35.858Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:05:35.858Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:35.860Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:35.860Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228335857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-26T06:05:35.960Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:35.961Z||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-10-26T06:05:35.961Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:35.972Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:35.973Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:36.860Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar ASDC sendASDCNotification 2021-10-26T06:05:36.861Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar 2021-10-26T06:05:36.861Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:05:36.861Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:05:36.864Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:05:36.864Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228336860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:05:36.964Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:05:36.964Z||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-10-26T06:05:36.964Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:36.974Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:36.975Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:05:37.864Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:05:37.874Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:05:37.877Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:05:37.877Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:05:37.877Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:05:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:05:38.094Z||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-10-26T06:05:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:05:38.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:05:38.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "cds", "timestamp": 1635228314935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228313858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228313858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "cds", "timestamp": 1635228314935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "cds", "timestamp": 1635228314935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228313858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228321206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228313858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "cds", "timestamp": 1635228314935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228321206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "cds", "timestamp": 1635228314935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228313858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228321206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "cds", "timestamp": 1635228314935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228313858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228321206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "cds", "timestamp": 1635228314935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228313858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228314608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228321206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228321206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "cds", "timestamp": 1635228326972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228326968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228326978, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228327209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228321206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:05:38.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228327295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "cds", "timestamp": 1635228327977, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-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-10-26T06:05:38.751Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491 2021-10-26T06:05:38.752Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:05:38.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228328143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "ves-openapi-manager", "timestamp": 1635228327794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228327209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228327295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "dcae-sch", "timestamp": 1635228328368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228329062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "ves-openapi-manager", "timestamp": 1635228327794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228329654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228327209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228327295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "dcae-sch", "timestamp": 1635228328368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228330133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "ves-openapi-manager", "timestamp": 1635228327794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228330678, "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-10-26T06:05:38.774Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491 2021-10-26T06:05:38.774Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:05:38.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228327209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228327295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "dcae-sch", "timestamp": 1635228328368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "ves-openapi-manager", "timestamp": 1635228327794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228331518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228331531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "multicloud-k8s-id", "timestamp": 1635228331681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228327209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228327295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "dcae-sch", "timestamp": 1635228328368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "ves-openapi-manager", "timestamp": 1635228327794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228332536, "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-10-26T06:05:38.796Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491 2021-10-26T06:05:38.797Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228332729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228327209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228327295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "dcae-sch", "timestamp": 1635228328368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "ves-openapi-manager", "timestamp": 1635228327794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228333849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228327209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228327295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "dcae-sch", "timestamp": 1635228328368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "ves-openapi-manager", "timestamp": 1635228327794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228334852, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "dcae-sch", "timestamp": 1635228328368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228335111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228335224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228335857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228336229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228336860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:05:38.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:05:38.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "policy-id", "timestamp": 1635228337232, "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-10-26T06:05:38.814Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491 2021-10-26T06:05:38.815Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:06:07.877Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:06:07.894Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:06:07.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:06:07.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:06:07.897Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:06:37.898Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:06:37.907Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:06:37.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:06:37.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:06:37.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:06:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:06:38.094Z||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-10-26T06:06:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:06:38.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:06:38.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:06:38.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228338105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:06:38.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:07:07.910Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:07:07.921Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:07:07.926Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:07:07.926Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:07:07.926Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:07:37.926Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:07:37.936Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:07:37.939Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:07:37.939Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:07:37.939Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:07:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:07:38.094Z||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-10-26T06:07:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:07:38.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:07:38.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228338105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/basic_onboard_mxvzdl0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:07:38.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:07:38.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228338105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228338105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228338105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/resourceInstances/basic_onboard_mxvzdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228338105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228344525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:07:38.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:07:38.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228338105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:07:38.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:07:38.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "aai-ml", "timestamp": 1635228345532, "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-10-26T06:07:38.823Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491 2021-10-26T06:07:38.823Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228353586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:07:38.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228355595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxvzdl/1.0/artifacts/service-BasicOnboardMxvzdl-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:07:38.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:07:38.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "clamp", "timestamp": 1635228356598, "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-10-26T06:07:38.840Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90ad87e5-8020-4fc9-9e61-4f9e2853c491 2021-10-26T06:07:38.840Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:08:07.939Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:08:07.949Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:08:07.952Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||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-10-26T06:08:07.958Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-26T06:08:37.958Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 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-10-26T06:08:37.963Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90ad87e5-8020-4fc9-9e61-4f9e2853c491 and serviceModelVersionId: 73daefd6-8495-48ae-be7c-7836c8c0532e 2021-10-26T06:08:37.963Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af11297d-4e70-4e66-a1a2-20be93844e0a 2021-10-26T06:08:37.964Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0 2021-10-26T06:08:37.970Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-10-26T06:08:38.017Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|INFO|500||Invoke 2021-10-26T06:08:38.018Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90ad87e5-8020-4fc9-9e61-4f9e2853c491], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee877ce1-45b7-46a9-9ba9-bb47f3a5da2a], X-ECOMP-RequestID=[90ad87e5-8020-4fc9-9e61-4f9e2853c491], X-TransactionId=[], X-ONAP-RequestID=[90ad87e5-8020-4fc9-9e61-4f9e2853c491], Content-Type=[application/merge-patch+json]} 2021-10-26T06:08:38.048Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-26T06:08:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:08:38.100Z||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-10-26T06:08:38.100Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:08:38.748Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?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/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211026-06:08:38:073-97676], vertex-id=[188640], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:08:38 GMT], Content-Type=[application/json]} 2021-10-26T06:08:38.748Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-26T06:08:38.754Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af11297d-4e70-4e66-a1a2-20be93844e0a/model-vers/model-ver/73daefd6-8495-48ae-be7c-7836c8c0532e?depth=0|INFO|500||InvokeReturn 2021-10-26T06:08:38.754Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-26T06:08:38.754Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||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-10-26T06:08:38.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||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-10-26T06:08:38.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90ad87e5-8020-4fc9-9e61-4f9e2853c491 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-26T06:08:38.760Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-26T06:08:38.761Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:08:38.763Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:08:38.763Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228518760, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:08:38.863Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:08:38.864Z||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-10-26T06:08:38.864Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:08:38.874Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:08:38.874Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:08:39.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:08:39.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:08:39.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "90ad87e5-8020-4fc9-9e61-4f9e2853c491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228518760, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:08:39.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-26T06:08:39.779Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:08:39.780Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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-10-26T06:08:39.780Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:08:50.498Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:08:50.499Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:08:50.499Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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-10-26T06:08:50.499Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:09:00.035Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:09:00.035Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:09:00.036Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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-10-26T06:09:00.036Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:09:03.660Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:09:03.661Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-26T06:09:03.661Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"82f94495-af7d-45a0-be20-5d81d75896a1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9a8f1015-1539-409a-a050-a14693fabb7b","serviceDescription":"service","serviceInvariantUUID":"28dc60cd-004f-456c-9301-b141723b1d78","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0984cdf3-4456-43b6-b3c9-585816ba43be","resourceInvariantUUID":"a5c1b6aa-a94a-42ff-82ad-dd215550f03c","resourceCustomizationUUID":"e67f5743-02a0-4387-aed6-5297f522642f","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":"NDAzMjdlMGNjN2RkNmMwY2JlNGI2MzFhZjk3NDc1MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25ddc143-215a-42ea-a452-81d5c1264615","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzMxMjBkNTdmN2RhNjgyMGUyZTk2NDhhMmRjYTk2OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"814f320f-36ed-40a1-8eca-8394faa77fac","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-26T06:09:03.663Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:09:03.664Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:09:03.666Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:09:03.666Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228540035, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:03.766Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:09:03.766Z||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-10-26T06:09:03.771Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:09:03.780Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:09:03.780Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:09:04.667Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:09:04.667Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:09:04.670Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:09:04.670Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228540035, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:09:04.770Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:09:04.771Z||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-10-26T06:09:04.772Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:09:04.784Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:09:04.784Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:09:05.672Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9a8f1015-1539-409a-a050-a14693fabb7b", "serviceDescription": "service", "serviceInvariantUUID": "28dc60cd-004f-456c-9301-b141723b1d78", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "e67f5743-02a0-4387-aed6-5297f522642f", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0984cdf3-4456-43b6-b3c9-585816ba43be", "resourceInvariantUUID": "a5c1b6aa-a94a-42ff-82ad-dd215550f03c", "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": "YzMxMjBkNTdmN2RhNjgyMGUyZTk2NDhhMmRjYTk2OTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "814f320f-36ed-40a1-8eca-8394faa77fac" } ], "workloadContext": "Production" } 2021-10-26T06:09:05.672Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-26T06:09:05.672Z|90ad87e5-8020-4fc9-9e61-4f9e2853c491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9a8f1015-1539-409a-a050-a14693fabb7b ASDC 2021-10-26T06:09:05.672Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:82f94495-af7d-45a0-be20-5d81d75896a1 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9a8f1015-1539-409a-a050-a14693fabb7b ServiceInvariantUUID:28dc60cd-004f-456c-9301-b141723b1d78 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:814f320f-36ed-40a1-8eca-8394faa77fac ArtifactChecksum:YzMxMjBkNTdmN2RhNjgyMGUyZTk2NDhhMmRjYTk2OTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:e67f5743-02a0-4387-aed6-5297f522642f ResourceInvariantUUID:a5c1b6aa-a94a-42ff-82ad-dd215550f03c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0984cdf3-4456-43b6-b3c9-585816ba43be ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-10-26T06:09:05.672Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a8f1015-1539-409a-a050-a14693fabb7b 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-10-26T06:09:05.708Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 814f320f-36ed-40a1-8eca-8394faa77fac from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:09:05.709Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-26T06:09:06.526Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:09:06.529Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 814f320f-36ed-40a1-8eca-8394faa77fac 52172 2021-10-26T06:09:06.530Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-26T06:09:06.530Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-26T06:09:06.530Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:09:06.530Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:09:06.532Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:09:06.532Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228546530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:09:06.632Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:09:06.633Z||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-10-26T06:09:06.633Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:09:06.648Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:09:06.649Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:09:07.533Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:09:07.534Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:09:07.534Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 814f320f-36ed-40a1-8eca-8394faa77fac, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-26T06:09:07.535Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-10-26T06:09:07.535Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-26T06:09:07.535Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-26T06:09:07.624Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1286674327311036276/Definitions/service-BasicNetwork-template.yml 2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.065Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.066Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.067Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.068Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9a8f1015-1539-409a-a050-a14693fabb7b Model Version:NULL Model InvariantUuid:28dc60cd-004f-456c-9301-b141723b1d78 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a5c1b6aa-a94a-42ff-82ad-dd215550f03c Model UUID:d67f64ed-52be-41cd-a3b9-c887f5295aa9 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:e67f5743-02a0-4387-aed6-5297f522642f 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-10-26T06:09:08.075Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 0984cdf3-4456-43b6-b3c9-585816ba43be 2021-10-26T06:09:08.075Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||No resources found for Service: 9a8f1015-1539-409a-a050-a14693fabb7b 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-10-26T06:09:08.080Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500|| 2021-10-26T06:09:08.080Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-10-26T06:09:08.080Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 9a8f1015-1539-409a-a050-a14693fabb7b 2021-10-26T06:09:08.081Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9a8f1015-1539-409a-a050-a14693fabb7b 2021-10-26T06:09:08.081Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-10-26T06:09:08.081Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.087Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@601c161b, org.onap.sdc.toscaparser.api.parameters.Input@3d03c0ff, org.onap.sdc.toscaparser.api.parameters.Input@535d1c3f, org.onap.sdc.toscaparser.api.parameters.Input@e6bcc4b, org.onap.sdc.toscaparser.api.parameters.Input@ec7af53] 2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9a8f1015-1539-409a-a050-a14693fabb7b: Generic NeutronNet 2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.088Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.089Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.089Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.116Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.116Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.116Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.116Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.117Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:09:08.117Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:09:08.117Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:08.178Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-10-26T06:09:08.179Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-26T06:09:08.179Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-26T06:09:08.179Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:09:08.179Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:09:08.181Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:09:08.181Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228548179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:09:08.281Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:09:08.282Z||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-10-26T06:09:08.282Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:09:08.295Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:09:08.295Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:09:09.181Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:09:09.190Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:09.192Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:09:09.192Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:09:09.192Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:09:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:09:38.094Z||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-10-26T06:09:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:09:38.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:09:38.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "aai-ml", "timestamp": 1635228537207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "cds", "timestamp": 1635228539935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "multicloud-k8s-id", "timestamp": 1635228533858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228540035, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "cds", "timestamp": 1635228539935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "multicloud-k8s-id", "timestamp": 1635228533858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:09:38.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "aai-ml", "timestamp": 1635228537207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228540035, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "aai-ml", "timestamp": 1635228546259, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "cds", "timestamp": 1635228546454, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:09:38.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228546530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:09:38.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "cds", "timestamp": 1635228547460, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-26T06:09:38.736Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1 2021-10-26T06:09:38.736Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:38.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "policy-id", "timestamp": 1635228547295, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228548179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:09:38.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "ves-openapi-manager", "timestamp": 1635228547795, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "clamp", "timestamp": 1635228548105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "policy-id", "timestamp": 1635228547295, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "dcae-sch", "timestamp": 1635228548368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "ves-openapi-manager", "timestamp": 1635228547795, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "clamp", "timestamp": 1635228548105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "dcae-sch", "timestamp": 1635228548368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "policy-id", "timestamp": 1635228550249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "aai-ml", "timestamp": 1635228550956, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "policy-id", "timestamp": 1635228551254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:09:38.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "aai-ml", "timestamp": 1635228551960, "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-10-26T06:09:38.757Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1 2021-10-26T06:09:38.757Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:38.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "policy-id", "timestamp": 1635228552256, "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-10-26T06:09:38.774Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1 2021-10-26T06:09:38.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:38.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "clamp", "timestamp": 1635228553617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:09:38.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "clamp", "timestamp": 1635228555625, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:09:38.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "clamp", "timestamp": 1635228556628, "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-10-26T06:09:38.790Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1 2021-10-26T06:09:38.790Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:38.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228561206, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:09:38.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228561206, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:09:38.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228564399, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:09:38.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228565945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:09:38.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:09:38.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228566950, "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-10-26T06:09:38.805Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82f94495-af7d-45a0-be20-5d81d75896a1 2021-10-26T06:09:38.806Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:39.193Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:09:39.204Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:09:39.206Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:09:39.207Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:09:39.207Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:09:39.207Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:09:39.212Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-26T06:10:09.212Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82f94495-af7d-45a0-be20-5d81d75896a1 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-10-26T06:10:09.218Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82f94495-af7d-45a0-be20-5d81d75896a1 and serviceModelVersionId: 9a8f1015-1539-409a-a050-a14693fabb7b 2021-10-26T06:10:09.218Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28dc60cd-004f-456c-9301-b141723b1d78 2021-10-26T06:10:09.219Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0 2021-10-26T06:10:09.223Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-10-26T06:10:09.260Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?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-10-26T06:10:09.261Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0|INFO|500||Invoke 2021-10-26T06:10:09.286Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-26T06:10:09.665Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0|INFO|500||InvokeReturn 2021-10-26T06:10:09.665Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28dc60cd-004f-456c-9301-b141723b1d78/model-vers/model-ver/9a8f1015-1539-409a-a050-a14693fabb7b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211026-06:10:09:294-23454], vertex-id=[385024], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:10:09 GMT], Content-Type=[application/json]} 2021-10-26T06:10:09.666Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-10-26T06:10:09.666Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-26T06:10:09.666Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:10:09.670Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||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-10-26T06:10:09.671Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82f94495-af7d-45a0-be20-5d81d75896a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-26T06:10:09.671Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-26T06:10:09.672Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:09.674Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:09.675Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228609671, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:10:09.775Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:10:09.775Z||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-10-26T06:10:09.776Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:09.790Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:09.791Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-26T06:10:10.690Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:10:10.691Z|82f94495-af7d-45a0-be20-5d81d75896a1|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-10-26T06:10:10.691Z|82f94495-af7d-45a0-be20-5d81d75896a1|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:11.313Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:11.314Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-26T06:10:11.314Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"99466aed-564f-4da0-bf17-6d21fa28bcc0","serviceName":"Demo_pNF_8BMGOzUWjNnvv14ZCo4J","serviceVersion":"1.0","serviceUUID":"32448aeb-3ad3-43e0-a4bb-072b6bb52130","serviceDescription":"catalog service description","serviceInvariantUUID":"354cace8-591b-44d5-b2c0-33ad9e391930","resources":[{"resourceInstanceName":"pNF 2b645d00-7eb8 0","resourceName":"pNF 2b645d00-7eb8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"712b5956-81b8-4cba-8c1b-f44e8055ddbe","resourceInvariantUUID":"8e8c4801-8fd5-4e1b-bdda-f0762e55bcd4","resourceCustomizationUUID":"80f507e8-41eb-4058-bb09-f0bfbe82f634","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml","artifactChecksum":"ZDYxMDBmZTUyNDE2N2NlZmQ5YzA4YmUwYTgwZDZkZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7917e96e-b793-4167-9aec-2fa61b8d7cb7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar","artifactChecksum":"NTI2NTQ2NGQ4OWQwNzgwNTI4Yjg0MzY3MTMzNTdkN2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2423fa5-5fdc-4038-8b46-1ca876722c68","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ff2cded-b96f-47c9-adff-a2fefb1d51f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml","artifactChecksum":"YmQ2NTEyN2NhZDhhNGU2N2UwYjQzNWIwMDgyYzQ5ODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"adfa0a3a-1dee-4024-a19b-25ad36de7d7e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc8fc10b-66b6-4abe-9d27-eb5172c7a7b6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01504e96-bafa-440b-ab20-25da2783a39a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml","artifactChecksum":"ZGNmYWU5Y2M3OTViZWYzODFmYWI3NWQyMjhmNzlkMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24851db1-e03d-40a5-b906-3a4c29ac7645","artifactVersion":"1"},{"artifactName":"service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar","artifactChecksum":"ZmM5NzY4N2Y2YmEyODgzMWVlNjI1NDY5OWQ4ZTQ0ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8a06a58-778b-47d0-888c-7d31bc5adee3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-26T06:10:11.316Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:10:11.316Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:11.318Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:11.318Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:11.418Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:10:11.419Z||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-10-26T06:10:11.419Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:11.428Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:11.428Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:10:12.319Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:10:12.320Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:12.322Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:12.322Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:12.423Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:10:12.424Z||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-10-26T06:10:12.424Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:12.434Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:12.435Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:10:13.323Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:10:13.324Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:13.326Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:13.326Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:13.427Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:10:13.428Z||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-10-26T06:10:13.428Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:13.437Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:13.438Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:10:14.327Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:10:14.328Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:14.330Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:14.330Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:14.430Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:10:14.431Z||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-10-26T06:10:14.431Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:14.442Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:14.442Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:10:15.331Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:10:15.332Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:15.334Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:15.334Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:15.434Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:10:15.435Z||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-10-26T06:10:15.435Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:15.457Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:15.457Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:10:16.335Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:10:16.335Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:16.337Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:16.337Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:16.438Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:10:16.438Z||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-10-26T06:10:16.439Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:16.448Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:16.449Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:10:17.338Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:10:17.339Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:17.340Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:17.341Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:17.441Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:10:17.441Z||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-10-26T06:10:17.442Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:17.452Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:17.452Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:10:18.341Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:10:18.342Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:18.344Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:18.344Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:10:18.444Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:10:18.445Z||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-10-26T06:10:18.445Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:18.455Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:18.455Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:10:19.345Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "serviceName": "Demo_pNF_8BMGOzUWjNnvv14ZCo4J", "serviceVersion": "1.0", "serviceUUID": "32448aeb-3ad3-43e0-a4bb-072b6bb52130", "serviceDescription": "catalog service description", "serviceInvariantUUID": "354cace8-591b-44d5-b2c0-33ad9e391930", "resources": [ { "resourceInstanceName": "pNF 2b645d00-7eb8 0", "resourceCustomizationUUID": "80f507e8-41eb-4058-bb09-f0bfbe82f634", "resourceName": "pNF 2b645d00-7eb8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "712b5956-81b8-4cba-8c1b-f44e8055ddbe", "resourceInvariantUUID": "8e8c4801-8fd5-4e1b-bdda-f0762e55bcd4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "artifactChecksum": "ZmM5NzY4N2Y2YmEyODgzMWVlNjI1NDY5OWQ4ZTQ0ZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8a06a58-778b-47d0-888c-7d31bc5adee3" } ], "workloadContext": "Production" } 2021-10-26T06:10:19.346Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-26T06:10:19.346Z|82f94495-af7d-45a0-be20-5d81d75896a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 32448aeb-3ad3-43e0-a4bb-072b6bb52130 ASDC 2021-10-26T06:10:19.346Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:99466aed-564f-4da0-bf17-6d21fa28bcc0 ServiceName:Demo_pNF_8BMGOzUWjNnvv14ZCo4J ServiceVersion:1.0 ServiceUUID:32448aeb-3ad3-43e0-a4bb-072b6bb52130 ServiceInvariantUUID:354cace8-591b-44d5-b2c0-33ad9e391930 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar ArtifactUUID:b8a06a58-778b-47d0-888c-7d31bc5adee3 ArtifactChecksum:ZmM5NzY4N2Y2YmEyODgzMWVlNjI1NDY5OWQ4ZTQ0ZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2b645d00-7eb8 0 ResourceCustomizationUUID:80f507e8-41eb-4058-bb09-f0bfbe82f634 ResourceInvariantUUID:8e8c4801-8fd5-4e1b-bdda-f0762e55bcd4 ResourceName:pNF 2b645d00-7eb8 ResourceType:PNF ResourceUUID:712b5956-81b8-4cba-8c1b-f44e8055ddbe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-26T06:10:19.346Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32448aeb-3ad3-43e0-a4bb-072b6bb52130 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-10-26T06:10:19.371Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b8a06a58-778b-47d0-888c-7d31bc5adee3 from URL: /sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:10:19.372Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:19.592Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:10:19.597Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar b8a06a58-778b-47d0-888c-7d31bc5adee3 82541 2021-10-26T06:10:19.597Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar ASDC sendASDCNotification 2021-10-26T06:10:19.597Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:19.598Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:10:19.598Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:19.599Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:19.599Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228619597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:10:19.700Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:10:19.701Z||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-10-26T06:10:19.701Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:19.712Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:19.712Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:10:20.600Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:10:20.601Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:10:20.601Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b8a06a58-778b-47d0-888c-7d31bc5adee3, URL: /sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar to file: /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:20.602Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:20.602Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:20.602Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:20.960Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10788636564223978511/Definitions/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml 2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||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-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||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-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:21.696Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2b645d00-7eb8 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-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||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-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||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-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||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-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Node template pNF 2b645d00-7eb8 0 is matching search criteria 2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:10:21.697Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 2b645d00-7eb8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Node template pNF 2b645d00-7eb8 0 is matching search criteria 2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 2b645d00-7eb8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:10:21.698Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:10:21.699Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_8BMGOzUWjNnvv14ZCo4J Description:catalog service description Model UUID:32448aeb-3ad3-43e0-a4bb-072b6bb52130 Model Version:NULL Model InvariantUuid:354cace8-591b-44d5-b2c0-33ad9e391930 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-10-26T06:10:21.706Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 712b5956-81b8-4cba-8c1b-f44e8055ddbe 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-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||pNF 2b645d00-7eb8 0 2021-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 712b5956-81b8-4cba-8c1b-f44e8055ddbe 2021-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 32448aeb-3ad3-43e0-a4bb-072b6bb52130 2021-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 32448aeb-3ad3-43e0-a4bb-072b6bb52130 2021-10-26T06:10:21.709Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2b645d00-7eb8 0 712b5956-81b8-4cba-8c1b-f44e8055ddbe 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-10-26T06:10:21.714Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f63bd22, org.onap.sdc.toscaparser.api.parameters.Input@5889875c, org.onap.sdc.toscaparser.api.parameters.Input@67bfd768, org.onap.sdc.toscaparser.api.parameters.Input@20cc87ef, org.onap.sdc.toscaparser.api.parameters.Input@6204b479] 2021-10-26T06:10:21.714Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 32448aeb-3ad3-43e0-a4bb-072b6bb52130: pNF 2b645d00-7eb8 2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Processing PNF resource: 712b5956-81b8-4cba-8c1b-f44e8055ddbe 2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_8BMGOzUWjNnvv14ZCo4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:10:21.715Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||Resource customization UUID: 80f507e8-41eb-4058-bb09-f0bfbe82f634 is the same as notified resource customizationUUID: 80f507e8-41eb-4058-bb09-f0bfbe82f634 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-10-26T06:10:21.822Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2b645d00-7eb8 712b5956-81b8-4cba-8c1b-f44e8055ddbe 0 ASDC deployResourceStructure 2021-10-26T06:10:21.822Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar ASDC sendASDCNotification 2021-10-26T06:10:21.822Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar 2021-10-26T06:10:21.822Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:10:21.822Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:10:21.824Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:10:21.824Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228621822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:10:21.924Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:10:21.925Z||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-10-26T06:10:21.925Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:21.952Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:21.952Z||pool-49-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:10:22.825Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:10:22.838Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:10:22.841Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:10:22.841Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:10:22.841Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:10:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:10:38.094Z||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-10-26T06:10:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:10:38.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:10:38.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f94495-af7d-45a0-be20-5d81d75896a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228609671, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:10:38.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228607794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "dcae-sch", "timestamp": 1635228608368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228608105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228607295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228607794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228608105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "dcae-sch", "timestamp": 1635228608368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228607295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228608105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "dcae-sch", "timestamp": 1635228608368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228607794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228607295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "dcae-sch", "timestamp": 1635228608368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228608105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228607794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228607295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "multicloud-k8s-id", "timestamp": 1635228613858, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "dcae-sch", "timestamp": 1635228608368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228608105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228607794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228607295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "multicloud-k8s-id", "timestamp": 1635228613858, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228614935, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "dcae-sch", "timestamp": 1635228608368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228608105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228607794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228607295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "multicloud-k8s-id", "timestamp": 1635228613858, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228614935, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "dcae-sch", "timestamp": 1635228608368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228608105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228607794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228607295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "multicloud-k8s-id", "timestamp": 1635228613858, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228614935, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228608105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "dcae-sch", "timestamp": 1635228608368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228607794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228607295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228610690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:10:38.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "multicloud-k8s-id", "timestamp": 1635228613858, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228614935, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228619446, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "multicloud-k8s-id", "timestamp": 1635228613858, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228614935, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228619597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228619710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228620451, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:10:38.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "multicloud-k8s-id", "timestamp": 1635228613858, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228614935, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228620983, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "policy-id", "timestamp": 1635228621454, "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-10-26T06:10:38.765Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99466aed-564f-4da0-bf17-6d21fa28bcc0 2021-10-26T06:10:38.765Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:10:38.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "multicloud-k8s-id", "timestamp": 1635228613858, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228614935, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228621822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228621206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "ves-openapi-manager", "timestamp": 1635228621987, "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-10-26T06:10:38.784Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 99466aed-564f-4da0-bf17-6d21fa28bcc0 2021-10-26T06:10:38.784Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99466aed-564f-4da0-bf17-6d21fa28bcc0 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-26T06:10:38.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228614935, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:10:38.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228621206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228621206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228624027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:10:38.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228621206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "cds", "timestamp": 1635228625039, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-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-10-26T06:10:38.802Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99466aed-564f-4da0-bf17-6d21fa28bcc0 2021-10-26T06:10:38.802Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:10:38.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228621206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228621206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228627207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228621206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228627207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228621206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:10:38.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228627207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228630324, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228627207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228631628, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228627207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228632253, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:10:38.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228627207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/resourceInstances/pnf2b645d007eb80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228633257, "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-10-26T06:10:38.823Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99466aed-564f-4da0-bf17-6d21fa28bcc0 2021-10-26T06:10:38.823Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:10:38.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228633636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:10:38.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:38.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228627207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:10:38.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "clamp", "timestamp": 1635228634639, "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-10-26T06:10:38.838Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99466aed-564f-4da0-bf17-6d21fa28bcc0 2021-10-26T06:10:38.838Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:10:38.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228627207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:10:38.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:10:38.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:10:38.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228636308, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:10:38.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:10:52.843Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:10:52.856Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:10:52.859Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:10:52.859Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:10:52.859Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:11:22.859Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:11:22.869Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:11:22.872Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:11:22.872Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:11:22.873Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:11:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:11:38.094Z||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-10-26T06:11:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:11:38.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:11:38.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:11:38.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228642295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8bmgozuwjnnvv14zco4j/1.0/artifacts/service-DemoPnf8bmgozuwjnnvv14zco4j-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:11:38.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:11:38.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:11:38.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "aai-ml", "timestamp": 1635228643298, "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-10-26T06:11:38.732Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99466aed-564f-4da0-bf17-6d21fa28bcc0 2021-10-26T06:11:38.732Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:11:52.874Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:11:52.884Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:11:52.887Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:11:52.887Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:11:52.888Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||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-10-26T06:11:52.893Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-26T06:12:22.893Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 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-10-26T06:12:22.898Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99466aed-564f-4da0-bf17-6d21fa28bcc0 and serviceModelVersionId: 32448aeb-3ad3-43e0-a4bb-072b6bb52130 2021-10-26T06:12:22.898Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 354cace8-591b-44d5-b2c0-33ad9e391930 2021-10-26T06:12:22.899Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/354cace8-591b-44d5-b2c0-33ad9e391930/model-vers/model-ver/32448aeb-3ad3-43e0-a4bb-072b6bb52130?depth=0 2021-10-26T06:12:22.904Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-10-26T06:12:22.944Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/354cace8-591b-44d5-b2c0-33ad9e391930/model-vers/model-ver/32448aeb-3ad3-43e0-a4bb-072b6bb52130?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-10-26T06:12:22.945Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/354cace8-591b-44d5-b2c0-33ad9e391930/model-vers/model-ver/32448aeb-3ad3-43e0-a4bb-072b6bb52130?depth=0|INFO|500||Invoke 2021-10-26T06:12:22.967Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/354cace8-591b-44d5-b2c0-33ad9e391930/model-vers/model-ver/32448aeb-3ad3-43e0-a4bb-072b6bb52130?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-26T06:12:24.408Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/354cace8-591b-44d5-b2c0-33ad9e391930/model-vers/model-ver/32448aeb-3ad3-43e0-a4bb-072b6bb52130?depth=0|INFO|500||InvokeReturn 2021-10-26T06:12:24.408Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/354cace8-591b-44d5-b2c0-33ad9e391930/model-vers/model-ver/32448aeb-3ad3-43e0-a4bb-072b6bb52130?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211026-06:12:22:975-19702], vertex-id=[348328], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:12:22 GMT], Content-Type=[application/json]} 2021-10-26T06:12:24.408Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-10-26T06:12:24.408Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-26T06:12:24.408Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||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-10-26T06:12:24.413Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||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-10-26T06:12:24.413Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99466aed-564f-4da0-bf17-6d21fa28bcc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-26T06:12:24.413Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-26T06:12:24.414Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:12:24.415Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:12:24.415Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228744413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:12:24.516Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:12:24.516Z||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-10-26T06:12:24.517Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:12:24.529Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:12:24.530Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-26T06:12:25.428Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:12:25.428Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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-10-26T06:12:25.428Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:12:36.323Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:12:36.323Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:12:36.324Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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-10-26T06:12:36.324Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:12:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:12:38.094Z||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-10-26T06:12:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:12:38.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:12:38.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:12:38.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99466aed-564f-4da0-bf17-6d21fa28bcc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228744413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:12:38.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:12:45.861Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:12:45.862Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:12:45.862Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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-10-26T06:12:45.863Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:12:55.406Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:12:55.407Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:12:55.407Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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-10-26T06:12:55.407Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:04.960Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:38.091Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:13:38.092Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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-10-26T06:13:38.092Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:13:38.093Z||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-10-26T06:13:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:38.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:38.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "ves-openapi-manager", "timestamp": 1635228807794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "dcae-sch", "timestamp": 1635228808368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228807207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "cds", "timestamp": 1635228809935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228807295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228813858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "ves-openapi-manager", "timestamp": 1635228807794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228807207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "dcae-sch", "timestamp": 1635228808368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "cds", "timestamp": 1635228809935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228807295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228813858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "ves-openapi-manager", "timestamp": 1635228807794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "cds", "timestamp": 1635228809935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228807207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "dcae-sch", "timestamp": 1635228808368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228807295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-26T06:13:38.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228813858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "ves-openapi-manager", "timestamp": 1635228807794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228807207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "cds", "timestamp": 1635228809935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "dcae-sch", "timestamp": 1635228808368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228807295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228813858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "ves-openapi-manager", "timestamp": 1635228807794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "cds", "timestamp": 1635228809935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228807207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "dcae-sch", "timestamp": 1635228808368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228807295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:13:38.719Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:38.719Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-26T06:13:38.719Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f42e00f-1f0f-4523-beab-475e1113a160","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"713aa3bd-6a94-4b38-9b57-dc64aea5bc30","serviceDescription":"service","serviceInvariantUUID":"009f6f59-67bf-4ef0-9553-a4b8a51be7ee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac65f05-f1ff-4b8d-9bed-396ac163164a","resourceInvariantUUID":"9d43f69b-36fa-40b5-989f-c537dd763fe7","resourceCustomizationUUID":"2527dffb-39e6-44d2-a1f3-237af3e9cf2e","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":"ZjY4NmFlMzdhYjUyOWVhOTM4MTZiYzg0ZWE0ZWNkZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffafe324-34c6-4620-9343-30aca5dd517f","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":"NmI2ZWM2M2NkN2FhNTFkZjE3ZjQzZGNmNGFiYTBlOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7bc02517-4a19-41dc-a697-2d5aaa810399","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":"51a35f23-0470-4724-b9f2-e32f51c30f06","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":"8804053c-0562-4693-bd42-372104a12807","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":"9904ac47-ea34-4caf-9806-a669f510ea64","artifactVersion":"2","generatedFromUUID":"51a35f23-0470-4724-b9f2-e32f51c30f06"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTg1NTUzNDA1MWE3NjUyYjNjNDQwMzgxMTBlYjcxMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c694160-3ac7-46aa-bcaa-f544716600e2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjFlYzY2ZDI5YmQwNDlhZTkyNTQzZmRhZTVlOWE3ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"969bd1c6-bf1b-49bf-ac1e-3d7cde5e0461","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-26T06:13:38.721Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:13:38.721Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:38.723Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:38.725Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:38.823Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-10-26T06:13:38.824Z||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-10-26T06:13:38.824Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:38.837Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:38.838Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:39.725Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:13:39.726Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:39.728Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:39.728Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:13:39.828Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:39.829Z||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-10-26T06:13:39.830Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:39.839Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:39.840Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:13:40.729Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:13:40.730Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:40.732Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:40.732Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-26T06:13:40.832Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:40.833Z||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-10-26T06:13:40.833Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:40.845Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:40.845Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:13:41.733Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:13:41.733Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:41.736Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:41.736Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:41.836Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:41.837Z||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-10-26T06:13:41.837Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:41.852Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:41.853Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:42.737Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:13:42.737Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:42.739Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:42.740Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-26T06:13:42.840Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:42.841Z||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-10-26T06:13:42.841Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:42.851Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:42.851Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:13:43.740Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:13:43.741Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:43.743Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:43.743Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:13:43.843Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:43.844Z||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-10-26T06:13:43.844Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:43.853Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:43.854Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:44.743Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:13:44.744Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:44.746Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:44.746Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:13:44.846Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:44.847Z||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-10-26T06:13:44.847Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:44.858Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:44.859Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:45.747Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "713aa3bd-6a94-4b38-9b57-dc64aea5bc30", "serviceDescription": "service", "serviceInvariantUUID": "009f6f59-67bf-4ef0-9553-a4b8a51be7ee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "2527dffb-39e6-44d2-a1f3-237af3e9cf2e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dac65f05-f1ff-4b8d-9bed-396ac163164a", "resourceInvariantUUID": "9d43f69b-36fa-40b5-989f-c537dd763fe7", "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": "NmI2ZWM2M2NkN2FhNTFkZjE3ZjQzZGNmNGFiYTBlOTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7bc02517-4a19-41dc-a697-2d5aaa810399", "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": "51a35f23-0470-4724-b9f2-e32f51c30f06", "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": "9904ac47-ea34-4caf-9806-a669f510ea64", "generatedFromUUID": "51a35f23-0470-4724-b9f2-e32f51c30f06" }, "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": "9904ac47-ea34-4caf-9806-a669f510ea64", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MjFlYzY2ZDI5YmQwNDlhZTkyNTQzZmRhZTVlOWE3ZDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "969bd1c6-bf1b-49bf-ac1e-3d7cde5e0461" } ], "workloadContext": "Production" } 2021-10-26T06:13:45.747Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-26T06:13:45.748Z|99466aed-564f-4da0-bf17-6d21fa28bcc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 713aa3bd-6a94-4b38-9b57-dc64aea5bc30 ASDC 2021-10-26T06:13:45.749Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:1f42e00f-1f0f-4523-beab-475e1113a160 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:713aa3bd-6a94-4b38-9b57-dc64aea5bc30 ServiceInvariantUUID:009f6f59-67bf-4ef0-9553-a4b8a51be7ee 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:969bd1c6-bf1b-49bf-ac1e-3d7cde5e0461 ArtifactChecksum:MjFlYzY2ZDI5YmQwNDlhZTkyNTQzZmRhZTVlOWE3ZDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:2527dffb-39e6-44d2-a1f3-237af3e9cf2e ResourceInvariantUUID:9d43f69b-36fa-40b5-989f-c537dd763fe7 ResourceName:basic_vm ResourceType:VF ResourceUUID:dac65f05-f1ff-4b8d-9bed-396ac163164a 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:7bc02517-4a19-41dc-a697-2d5aaa810399 ArtifactChecksum:NmI2ZWM2M2NkN2FhNTFkZjE3ZjQzZGNmNGFiYTBlOTg= 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:51a35f23-0470-4724-b9f2-e32f51c30f06 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:9904ac47-ea34-4caf-9806-a669f510ea64 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:9904ac47-ea34-4caf-9806-a669f510ea64 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-26T06:13:45.749Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 713aa3bd-6a94-4b38-9b57-dc64aea5bc30 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-10-26T06:13:45.790Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:13:45.790Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:13:45.790Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:13:45.791Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 969bd1c6-bf1b-49bf-ac1e-3d7cde5e0461 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-26T06:13:45.791Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:13:45.791Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-26T06:13:46.321Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:13:46.324Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 969bd1c6-bf1b-49bf-ac1e-3d7cde5e0461 70853 2021-10-26T06:13:46.325Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-10-26T06:13:46.325Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-26T06:13:46.325Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:13:46.325Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:46.328Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:46.328Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228826325, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:13:46.427Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:13:46.428Z||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-10-26T06:13:46.428Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:46.439Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:46.439Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:47.328Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:13:47.330Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:13:47.330Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 969bd1c6-bf1b-49bf-ac1e-3d7cde5e0461, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-26T06:13:47.331Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-10-26T06:13:47.331Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-26T06:13:47.331Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-10-26T06:13:47.673Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15514716890901155014/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-10-26T06:13:48.835Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-26T06:13:48.836Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:13:48.836Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-26T06:13:48.836Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-26T06:13:48.836Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.837Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:48.838Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-26T06:13:48.838Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:13:48.838Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:13:48.838Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.838Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:48.838Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-26T06:13:48.838Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:13:48.838Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:13:48.839Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.839Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:48.839Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.839Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-26T06:13:48.839Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-26T06:13:48.839Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-26T06:13:48.839Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-26T06:13:48.839Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-26T06:13:48.839Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-26T06:13:48.840Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.840Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:13:48.840Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.840Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-26T06:13:48.840Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:13:48.840Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.840Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-26T06:13:48.841Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:13:48.841Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.841Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-26T06:13:48.841Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:13:48.841Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.841Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-26T06:13:48.841Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-26T06:13:48.841Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-26T06:13:48.842Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7fd9749-02b2-4d1a-9bdd-28437b575779 2021-10-26T06:13:48.842Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.842Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:48.842Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.842Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:48.847Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.847Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:48.847Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:48.847Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:48.847Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:713aa3bd-6a94-4b38-9b57-dc64aea5bc30 Model Version:NULL Model InvariantUuid:009f6f59-67bf-4ef0-9553-a4b8a51be7ee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:09d899fc-3a24-453d-9109-9d0ef23ae80f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9d43f69b-36fa-40b5-989f-c537dd763fe7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2527dffb-39e6-44d2-a1f3-237af3e9cf2e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0c9ba940-32a6-4a36-8b63-3fa3444ab62d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0c549601-fb6e-4ede-836d-c086663561ee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e7fd9749-02b2-4d1a-9bdd-28437b575779 ModelInvariantUuid:8fe87d84-25b6-4d14-9f71-ae0f2dd9ad4d ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:82f347a5-18a4-4e15-a2a2-ef3c01883e87 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:bb404cd2-42a8-4991-b698-3245075e0c7b ModelInvariantUuid:ed5da3b9-2222-4262-8ded-4eff134dd226 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:3ae48950-82cc-4f37-a209-62584a79d7ca 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-10-26T06:13:48.853Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dac65f05-f1ff-4b8d-9bed-396ac163164a 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-10-26T06:13:48.857Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||basic_vm 0 2021-10-26T06:13:48.857Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac65f05-f1ff-4b8d-9bed-396ac163164a 2021-10-26T06:13:48.857Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7bc02517-4a19-41dc-a697-2d5aaa810399 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-26T06:13:48.857Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:13:48.857Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:49.118Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:13:49.119Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7bc02517-4a19-41dc-a697-2d5aaa810399 787 2021-10-26T06:13:49.119Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:49.119Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:49.119Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:13:49.119Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:49.121Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:49.121Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228829119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:13:49.221Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:49.222Z||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-10-26T06:13:49.222Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:49.231Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:49.232Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:50.122Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0c9ba940-32a6-4a36-8b63-3fa3444ab62d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c549601-fb6e-4ede-836d-c086663561ee", "vfModuleModelCustomizationUUID": "b3111f5e-9f19-4b28-a46d-6978d0b24f02", "isBase": true, "artifacts": [ "51a35f23-0470-4724-b9f2-e32f51c30f06", "9904ac47-ea34-4caf-9806-a669f510ea64" ], "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-10-26T06:13:50.125Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c549601-fb6e-4ede-836d-c086663561ee VfModuleModelInvariantUUID:0c9ba940-32a6-4a36-8b63-3fa3444ab62d VfModuleModelDescription:NULL Artifacts UUID List:{ 51a35f23-0470-4724-b9f2-e32f51c30f06 , 9904ac47-ea34-4caf-9806-a669f510ea64 } 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-10-26T06:13:50.127Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0c9ba940-32a6-4a36-8b63-3fa3444ab62d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c549601-fb6e-4ede-836d-c086663561ee", "vfModuleModelCustomizationUUID": "b3111f5e-9f19-4b28-a46d-6978d0b24f02", "isBase": true, "artifacts": [ "51a35f23-0470-4724-b9f2-e32f51c30f06", "9904ac47-ea34-4caf-9806-a669f510ea64" ], "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-10-26T06:13:50.127Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c549601-fb6e-4ede-836d-c086663561ee VfModuleModelInvariantUUID:0c9ba940-32a6-4a36-8b63-3fa3444ab62d VfModuleModelDescription:NULL Artifacts UUID List:{ 51a35f23-0470-4724-b9f2-e32f51c30f06 , 9904ac47-ea34-4caf-9806-a669f510ea64 } 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-10-26T06:13:50.127Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 51a35f23-0470-4724-b9f2-e32f51c30f06 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-26T06:13:50.127Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:13:50.127Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:50.543Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:13:50.544Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 51a35f23-0470-4724-b9f2-e32f51c30f06 5033 2021-10-26T06:13:50.544Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:50.544Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:50.544Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:13:50.545Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:50.547Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:50.547Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228830544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:13:50.647Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:50.648Z||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-10-26T06:13:50.648Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:50.660Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:50.660Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:51.547Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9904ac47-ea34-4caf-9806-a669f510ea64 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-26T06:13:51.548Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:13:51.548Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:51.842Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:13:51.843Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9904ac47-ea34-4caf-9806-a669f510ea64 903 2021-10-26T06:13:51.843Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:51.843Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:51.843Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:13:51.843Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:51.845Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:51.845Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228831843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:13:51.945Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:51.946Z||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-10-26T06:13:51.946Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:51.966Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:51.966Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:52.846Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 713aa3bd-6a94-4b38-9b57-dc64aea5bc30 2021-10-26T06:13:52.846Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 dac65f05-f1ff-4b8d-9bed-396ac163164a 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-10-26T06:13:52.857Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14cfc1c7, org.onap.sdc.toscaparser.api.parameters.Input@5fd95619, org.onap.sdc.toscaparser.api.parameters.Input@3c3d20fc, org.onap.sdc.toscaparser.api.parameters.Input@58cee28e, org.onap.sdc.toscaparser.api.parameters.Input@3265c1a9] 2021-10-26T06:13:52.858Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.858Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:52.858Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-10-26T06:13:52.858Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 2527dffb-39e6-44d2-a1f3-237af3e9cf2e 2021-10-26T06:13:52.859Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2527dffb-39e6-44d2-a1f3-237af3e9cf2e matches Tosca VF Customization UUID: 2527dffb-39e6-44d2-a1f3-237af3e9cf2e 2021-10-26T06:13:52.859Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 2527dffb-39e6-44d2-a1f3-237af3e9cf2e 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-10-26T06:13:52.861Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.868Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:52.869Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 2527dffb-39e6-44d2-a1f3-237af3e9cf2e: {\"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-10-26T06:13:52.869Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d8388ff 2021-10-26T06:13:52.869Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.870Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:13:52.870Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3111f5e-9f19-4b28-a46d-6978d0b24f02 2021-10-26T06:13:52.870Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3111f5e-9f19-4b28-a46d-6978d0b24f02 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-10-26T06:13:52.873Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.873Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-26T06:13:52.873Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:13:52.874Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.874Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-26T06:13:52.874Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:13:52.874Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.875Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-26T06:13:52.875Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-26T06:13:52.875Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-26T06:13:52.875Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7fd9749-02b2-4d1a-9bdd-28437b575779 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-10-26T06:13:52.883Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.883Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-26T06:13:52.883Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:13:52.884Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.884Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-26T06:13:52.884Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2527dffb-39e6-44d2-a1f3-237af3e9cf2e 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-10-26T06:13:52.886Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.887Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:52.887Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 713aa3bd-6a94-4b38-9b57-dc64aea5bc30: basic_vm 2021-10-26T06:13:52.887Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.887Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:52.887Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.887Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:52.888Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.888Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:52.888Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.888Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:52.888Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:13:52.888Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:13:52.888Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:52.966Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm dac65f05-f1ff-4b8d-9bed-396ac163164a 1 ASDC deployResourceStructure 2021-10-26T06:13:52.966Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:52.966Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:52.966Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:13:52.967Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:52.968Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:52.969Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228832966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:13:53.069Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:13:53.069Z||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-10-26T06:13:53.069Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:53.081Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:53.082Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:53.970Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:53.970Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:53.970Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:13:53.970Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:53.972Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:53.972Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228833970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:13:54.072Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:54.073Z||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-10-26T06:13:54.073Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:54.087Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:54.088Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:54.973Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:54.973Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:13:54.973Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:13:54.973Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:54.975Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:54.975Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228834972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-26T06:13:55.075Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:55.076Z||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-10-26T06:13:55.076Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:55.086Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:55.086Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:13:55.976Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-10-26T06:13:55.976Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-26T06:13:55.976Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:13:55.977Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:13:55.978Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:13:55.979Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228835976, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:13:56.079Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:13:56.079Z||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-10-26T06:13:56.080Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:13:56.089Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:13:56.089Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:13:56.979Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:13:56.989Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:13:56.990Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:13:56.991Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:13:56.991Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:14:26.991Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:14:27.001Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:14:27.003Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:14:27.003Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:14:27.003Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:14:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:14:38.094Z||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-10-26T06:14:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:14:38.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:14:38.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:14:38.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228813858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-26T06:14:38.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:14:57.004Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:14:57.013Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:14:57.014Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:14:57.014Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:14:57.015Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:15:27.015Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:15:27.027Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:15:27.029Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:15:27.029Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:15:27.029Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:15:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:15:38.094Z||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-10-26T06:15:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:15:38.128Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:15:38.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:15:38.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "ves-openapi-manager", "timestamp": 1635228807794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:15:38.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:15:57.029Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:15:57.038Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:15:57.039Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:15:57.039Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:15:57.039Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:16:27.040Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:16:27.050Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:16:27.052Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:16:27.052Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:16:27.052Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:16:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:16:38.094Z||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-10-26T06:16:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:16:38.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:16:38.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "cds", "timestamp": 1635228809935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228807207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "dcae-sch", "timestamp": 1635228808368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228807295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228818105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228813858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "ves-openapi-manager", "timestamp": 1635228807794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228807207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "cds", "timestamp": 1635228809935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "dcae-sch", "timestamp": 1635228808368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228807295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:16:38.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228818105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:16:38.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228813858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-26T06:16:38.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228818105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228821297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228821548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "cds", "timestamp": 1635228821648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228818105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228822194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228822552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "cds", "timestamp": 1635228822653, "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-10-26T06:16:38.138Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f42e00f-1f0f-4523-beab-475e1113a160 2021-10-26T06:16:38.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:16:38.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-26T06:16:38.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228818105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "policy-id", "timestamp": 1635228823555, "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-10-26T06:16:38.155Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f42e00f-1f0f-4523-beab-475e1113a160 2021-10-26T06:16:38.155Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:16:38.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228823603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228818105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228818091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228818105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228825144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228824935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228826167, "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-10-26T06:16:38.174Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f42e00f-1f0f-4523-beab-475e1113a160 2021-10-26T06:16:38.174Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:16:38.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228826325, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228824935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "multicloud-k8s-id", "timestamp": 1635228827171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228824935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228827295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "ves-openapi-manager", "timestamp": 1635228827794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228824935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228827295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228828368, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228829119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "ves-openapi-manager", "timestamp": 1635228827794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228824935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228829927, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228827295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228828368, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "ves-openapi-manager", "timestamp": 1635228827794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228830544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228824935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "aai-ml", "timestamp": 1635228830932, "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-10-26T06:16:38.191Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f42e00f-1f0f-4523-beab-475e1113a160 2021-10-26T06:16:38.191Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:16:38.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228827295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228828368, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "ves-openapi-manager", "timestamp": 1635228827794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228824935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228831843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228827295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228828368, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "ves-openapi-manager", "timestamp": 1635228827794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228824935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228832966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228827295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228828368, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "ves-openapi-manager", "timestamp": 1635228827794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228833970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228827295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228828368, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "ves-openapi-manager", "timestamp": 1635228827794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228834595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228834972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228827295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228828368, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "ves-openapi-manager", "timestamp": 1635228827794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "cds", "timestamp": 1635228835599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-26T06:16:38.219Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aef1ba6a-5011-4bcd-93b6-bba3f335016c 2021-10-26T06:16:38.220Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef1ba6a-5011-4bcd-93b6-bba3f335016c 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-10-26T06:16:38.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635228835976, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228828368, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228836122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228837127, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "policy-id", "timestamp": 1635228838130, "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-10-26T06:16:38.235Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aef1ba6a-5011-4bcd-93b6-bba3f335016c 2021-10-26T06:16:38.235Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef1ba6a-5011-4bcd-93b6-bba3f335016c 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-10-26T06:16:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228838366, "artifactURL": "/sdc/v1/catalog/services/1bac3c7a-07a6-4cad-9832-4ae91006337b/resourceInstances/basicclamp0/artifacts/821983cf-f992-4b6d-9a25-d421479df772", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228838674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228839150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228839636, "artifactURL": "/sdc/v1/catalog/services/1bac3c7a-07a6-4cad-9832-4ae91006337b/resourceInstances/basicclamp0/artifacts/821983cf-f992-4b6d-9a25-d421479df772", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228839935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "dcae-sch", "timestamp": 1635228840639, "artifactURL": "/sdc/v1/catalog/services/1bac3c7a-07a6-4cad-9832-4ae91006337b/resourceInstances/basicclamp0/artifacts/821983cf-f992-4b6d-9a25-d421479df772", "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-10-26T06:16:38.251Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of aef1ba6a-5011-4bcd-93b6-bba3f335016c 2021-10-26T06:16:38.252Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef1ba6a-5011-4bcd-93b6-bba3f335016c 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-10-26T06:16:38.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228840684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228841473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228839935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "clamp", "timestamp": 1635228841688, "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-10-26T06:16:38.267Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f42e00f-1f0f-4523-beab-475e1113a160 2021-10-26T06:16:38.267Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:16:38.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228842476, "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-10-26T06:16:38.280Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f42e00f-1f0f-4523-beab-475e1113a160 2021-10-26T06:16:38.280Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:16:38.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228839935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228843100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228839935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228844421, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228839935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228839935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228845623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228846158, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228839935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228846646, "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-10-26T06:16:38.299Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aef1ba6a-5011-4bcd-93b6-bba3f335016c 2021-10-26T06:16:38.299Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef1ba6a-5011-4bcd-93b6-bba3f335016c 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-10-26T06:16:38.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228839935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "multicloud-k8s-id", "timestamp": 1635228847651, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228847295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "ves-openapi-manager", "timestamp": 1635228847794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228847295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228848970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "dcae-sch", "timestamp": 1635228848368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "ves-openapi-manager", "timestamp": 1635228847794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228847295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-26T06:16:38.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "dcae-sch", "timestamp": 1635228848368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "ves-openapi-manager", "timestamp": 1635228847794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228847295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "dcae-sch", "timestamp": 1635228848368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "cds", "timestamp": 1635228851248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-26T06:16:38.323Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d9555e6-f33d-48c9-a801-2162b29c2f2a 2021-10-26T06:16:38.323Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9555e6-f33d-48c9-a801-2162b29c2f2a 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-10-26T06:16:38.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "ves-openapi-manager", "timestamp": 1635228847794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228851640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228847295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "dcae-sch", "timestamp": 1635228848368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "ves-openapi-manager", "timestamp": 1635228847794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228847295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "dcae-sch", "timestamp": 1635228848368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "ves-openapi-manager", "timestamp": 1635228847794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228847295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "dcae-sch", "timestamp": 1635228848368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228854218, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "ves-openapi-manager", "timestamp": 1635228847794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228847295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "dcae-sch", "timestamp": 1635228848368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228855044, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228855222, "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-10-26T06:16:38.344Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aef1ba6a-5011-4bcd-93b6-bba3f335016c 2021-10-26T06:16:38.344Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef1ba6a-5011-4bcd-93b6-bba3f335016c 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-10-26T06:16:38.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "ves-openapi-manager", "timestamp": 1635228847794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228833858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "dcae-sch", "timestamp": 1635228848368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "aai-ml", "timestamp": 1635228856047, "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-10-26T06:16:38.357Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aef1ba6a-5011-4bcd-93b6-bba3f335016c 2021-10-26T06:16:38.357Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef1ba6a-5011-4bcd-93b6-bba3f335016c 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-10-26T06:16:38.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228856103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228856892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228857107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "policy-id", "timestamp": 1635228858109, "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-10-26T06:16:38.374Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d9555e6-f33d-48c9-a801-2162b29c2f2a 2021-10-26T06:16:38.374Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9555e6-f33d-48c9-a801-2162b29c2f2a 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-10-26T06:16:38.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228858258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.383Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228859453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228860483, "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-10-26T06:16:38.390Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d9555e6-f33d-48c9-a801-2162b29c2f2a 2021-10-26T06:16:38.390Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9555e6-f33d-48c9-a801-2162b29c2f2a 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-10-26T06:16:38.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "multicloud-k8s-id", "timestamp": 1635228861486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.397Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228862678, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228831206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228863681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228837207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228864524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228865328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:16:38.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228866753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228867756, "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-10-26T06:16:38.405Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d9555e6-f33d-48c9-a801-2162b29c2f2a 2021-10-26T06:16:38.405Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9555e6-f33d-48c9-a801-2162b29c2f2a 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-10-26T06:16:38.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228867811, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228868813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "clamp", "timestamp": 1635228869817, "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-10-26T06:16:38.418Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aef1ba6a-5011-4bcd-93b6-bba3f335016c 2021-10-26T06:16:38.418Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aef1ba6a-5011-4bcd-93b6-bba3f335016c 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-10-26T06:16:38.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:16:38.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228874130, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "aai-ml", "timestamp": 1635228875134, "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-10-26T06:16:38.434Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d9555e6-f33d-48c9-a801-2162b29c2f2a 2021-10-26T06:16:38.434Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9555e6-f33d-48c9-a801-2162b29c2f2a 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-10-26T06:16:38.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:16:38.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:38.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:16:38.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228848105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:16:38.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:16:57.052Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:16:57.063Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:16:57.065Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:16:57.065Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-26T06:16:57.065Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-26T06:16:57.065Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-26T06:16:57.066Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:16:57.066Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:16:57.066Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:16:57.066Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:16:57.066Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:16:57.066Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:16:57.066Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:16:57.071Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-26T06:17:27.072Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f42e00f-1f0f-4523-beab-475e1113a160 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-10-26T06:17:27.077Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f42e00f-1f0f-4523-beab-475e1113a160 and serviceModelVersionId: 713aa3bd-6a94-4b38-9b57-dc64aea5bc30 2021-10-26T06:17:27.078Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 009f6f59-67bf-4ef0-9553-a4b8a51be7ee 2021-10-26T06:17:27.079Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/009f6f59-67bf-4ef0-9553-a4b8a51be7ee/model-vers/model-ver/713aa3bd-6a94-4b38-9b57-dc64aea5bc30?depth=0 2021-10-26T06:17:27.084Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-10-26T06:17:27.122Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/009f6f59-67bf-4ef0-9553-a4b8a51be7ee/model-vers/model-ver/713aa3bd-6a94-4b38-9b57-dc64aea5bc30?depth=0|INFO|500||Invoke 2021-10-26T06:17:27.123Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/009f6f59-67bf-4ef0-9553-a4b8a51be7ee/model-vers/model-ver/713aa3bd-6a94-4b38-9b57-dc64aea5bc30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/009f6f59-67bf-4ef0-9553-a4b8a51be7ee/model-vers/model-ver/713aa3bd-6a94-4b38-9b57-dc64aea5bc30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1f42e00f-1f0f-4523-beab-475e1113a160], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9497f45-dbf9-4974-bbf2-3bdf0652e17c], X-ECOMP-RequestID=[1f42e00f-1f0f-4523-beab-475e1113a160], X-TransactionId=[], X-ONAP-RequestID=[1f42e00f-1f0f-4523-beab-475e1113a160], Content-Type=[application/merge-patch+json]} 2021-10-26T06:17:27.143Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/009f6f59-67bf-4ef0-9553-a4b8a51be7ee/model-vers/model-ver/713aa3bd-6a94-4b38-9b57-dc64aea5bc30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-26T06:17:27.361Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/009f6f59-67bf-4ef0-9553-a4b8a51be7ee/model-vers/model-ver/713aa3bd-6a94-4b38-9b57-dc64aea5bc30?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/009f6f59-67bf-4ef0-9553-a4b8a51be7ee/model-vers/model-ver/713aa3bd-6a94-4b38-9b57-dc64aea5bc30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211026-06:17:27:150-35297], vertex-id=[209120], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:17:27 GMT], Content-Type=[application/json]} 2021-10-26T06:17:27.361Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/009f6f59-67bf-4ef0-9553-a4b8a51be7ee/model-vers/model-ver/713aa3bd-6a94-4b38-9b57-dc64aea5bc30?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-26T06:17:27.362Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/009f6f59-67bf-4ef0-9553-a4b8a51be7ee/model-vers/model-ver/713aa3bd-6a94-4b38-9b57-dc64aea5bc30?depth=0|INFO|500||InvokeReturn 2021-10-26T06:17:27.362Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-26T06:17:27.362Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:17:27.367Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||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-10-26T06:17:27.367Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f42e00f-1f0f-4523-beab-475e1113a160 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-26T06:17:27.367Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-26T06:17:27.367Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:27.369Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:27.369Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229047367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:17:27.470Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:17:27.470Z||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-10-26T06:17:27.471Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:27.488Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:27.489Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 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-10-26T06:17:28.381Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:17:28.381Z|1f42e00f-1f0f-4523-beab-475e1113a160|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-10-26T06:17:28.382Z|1f42e00f-1f0f-4523-beab-475e1113a160|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:33.261Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:33.262Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-26T06:17:33.262Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"aef1ba6a-5011-4bcd-93b6-bba3f335016c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"1bac3c7a-07a6-4cad-9832-4ae91006337b","serviceDescription":"service","serviceInvariantUUID":"6b3e2251-58f8-4105-9e5d-4c69ddefb31e","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f4e3fc44-29f0-4b9b-99bb-2341f7ae5794","resourceInvariantUUID":"b3d5db29-e109-474b-851f-456a54342844","resourceCustomizationUUID":"57f09486-590f-4334-b557-a1180e5173e5","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":"821983cf-f992-4b6d-9a25-d421479df772","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":"ZTBiMmZlN2E1N2JkNzAxNjlkNjY2ZmEwMjgwMDI4ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79e141a3-4ea7-4c2a-a21d-d85425e9a88d","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":"NWU2Y2Y0OGExZWQzZTkwOWMyYWEyMmU5ZmUwZDdmM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f5b5812-7e29-4405-aba4-03bfbebcd3da","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":"f093a719-426f-492c-9c6d-759dfa5a807a","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":"cc8f5c38-5660-47a8-a6e8-b9f4d6520ef6","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":"bcb292e2-9390-4299-acb8-cc450ba27d0c","artifactVersion":"2","generatedFromUUID":"f093a719-426f-492c-9c6d-759dfa5a807a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjcwOTFkYzY5MjFhMGZmODVhZGQzZjY5YTBiMDM4YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ea13cb4-5afc-440a-83ed-13506bc90add","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTA5ZDA3NWU5NGM4ZmY0NDJlYTQzOWY0ZWU0YmE2OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"289a7bf3-14e1-4ed5-afdc-f41207e0fccc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-26T06:17:33.264Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:17:33.264Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:33.265Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:33.265Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:17:33.366Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:17:33.366Z||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-10-26T06:17:33.366Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:33.377Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:33.377Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:34.266Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:17:34.267Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:34.268Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:34.268Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:17:34.368Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:34.369Z||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-10-26T06:17:34.369Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:34.379Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:34.380Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:35.269Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:17:35.269Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:35.271Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:35.271Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:17:35.371Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:35.372Z||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-10-26T06:17:35.372Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:35.382Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:35.382Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:36.271Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:17:36.273Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:36.275Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:36.275Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-26T06:17:36.375Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:36.375Z||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-10-26T06:17:36.376Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:36.389Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:36.390Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:37.275Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:17:37.276Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:37.278Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:37.278Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:17:37.379Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:17:37.379Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:17:37.379Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:37.390Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:37.391Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:17:38.094Z||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-10-26T06:17:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:38.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:38.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:17:38.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228884682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:17:38.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:17:38.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:17:38.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228887685, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:17:38.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:17:38.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:17:38.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "clamp", "timestamp": 1635228888688, "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-10-26T06:17:38.124Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d9555e6-f33d-48c9-a801-2162b29c2f2a 2021-10-26T06:17:38.124Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9555e6-f33d-48c9-a801-2162b29c2f2a 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-10-26T06:17:38.279Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:17:38.280Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:38.281Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:38.281Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-26T06:17:38.382Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:38.383Z||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-10-26T06:17:38.383Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:38.394Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:38.394Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:39.282Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:17:39.283Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:39.284Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:39.284Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:17:39.384Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:39.385Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:17:39.385Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:39.395Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:39.396Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:40.285Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:17:40.286Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:40.288Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:40.288Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:17:40.388Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:40.389Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:17:40.389Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:40.400Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:40.400Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:41.289Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "1bac3c7a-07a6-4cad-9832-4ae91006337b", "serviceDescription": "service", "serviceInvariantUUID": "6b3e2251-58f8-4105-9e5d-4c69ddefb31e", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "57f09486-590f-4334-b557-a1180e5173e5", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f4e3fc44-29f0-4b9b-99bb-2341f7ae5794", "resourceInvariantUUID": "b3d5db29-e109-474b-851f-456a54342844", "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": "NWU2Y2Y0OGExZWQzZTkwOWMyYWEyMmU5ZmUwZDdmM2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5f5b5812-7e29-4405-aba4-03bfbebcd3da", "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": "f093a719-426f-492c-9c6d-759dfa5a807a", "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": "bcb292e2-9390-4299-acb8-cc450ba27d0c", "generatedFromUUID": "f093a719-426f-492c-9c6d-759dfa5a807a" }, "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": "bcb292e2-9390-4299-acb8-cc450ba27d0c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NTA5ZDA3NWU5NGM4ZmY0NDJlYTQzOWY0ZWU0YmE2OGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "289a7bf3-14e1-4ed5-afdc-f41207e0fccc" } ], "workloadContext": "Production" } 2021-10-26T06:17:41.289Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-26T06:17:41.290Z|1f42e00f-1f0f-4523-beab-475e1113a160|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1bac3c7a-07a6-4cad-9832-4ae91006337b ASDC 2021-10-26T06:17:41.290Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:aef1ba6a-5011-4bcd-93b6-bba3f335016c ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:1bac3c7a-07a6-4cad-9832-4ae91006337b ServiceInvariantUUID:6b3e2251-58f8-4105-9e5d-4c69ddefb31e 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:289a7bf3-14e1-4ed5-afdc-f41207e0fccc ArtifactChecksum:NTA5ZDA3NWU5NGM4ZmY0NDJlYTQzOWY0ZWU0YmE2OGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:57f09486-590f-4334-b557-a1180e5173e5 ResourceInvariantUUID:b3d5db29-e109-474b-851f-456a54342844 ResourceName:basicclamp ResourceType:VF ResourceUUID:f4e3fc44-29f0-4b9b-99bb-2341f7ae5794 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:5f5b5812-7e29-4405-aba4-03bfbebcd3da ArtifactChecksum:NWU2Y2Y0OGExZWQzZTkwOWMyYWEyMmU5ZmUwZDdmM2M= 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:f093a719-426f-492c-9c6d-759dfa5a807a 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:bcb292e2-9390-4299-acb8-cc450ba27d0c 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:bcb292e2-9390-4299-acb8-cc450ba27d0c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-26T06:17:41.290Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1bac3c7a-07a6-4cad-9832-4ae91006337b 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-10-26T06:17:41.328Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:17:41.328Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:17:41.329Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:17:41.329Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 289a7bf3-14e1-4ed5-afdc-f41207e0fccc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-26T06:17:41.329Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:17:41.329Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-26T06:17:42.618Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:17:42.621Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 289a7bf3-14e1-4ed5-afdc-f41207e0fccc 73473 2021-10-26T06:17:42.621Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-26T06:17:42.622Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-26T06:17:42.622Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:17:42.622Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:42.624Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:42.624Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229062621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:17:42.724Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:42.725Z||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-10-26T06:17:42.725Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:42.734Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:42.734Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:43.624Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:17:43.625Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:17:43.626Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 289a7bf3-14e1-4ed5-afdc-f41207e0fccc, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-26T06:17:43.626Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-10-26T06:17:43.626Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-26T06:17:43.626Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-26T06:17:43.763Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4662171685590969180/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-10-26T06:17:44.960Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-26T06:17:44.961Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:17:44.961Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-26T06:17:44.961Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-26T06:17:44.961Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:44.961Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:44.961Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:44.961Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:44.961Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:44.961Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:44.962Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:44.962Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:44.962Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:44.962Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:17:44.962Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.962Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:44.962Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-26T06:17:44.962Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:17:44.962Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:17:44.963Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.963Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:44.963Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-26T06:17:44.963Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:17:44.963Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:17:44.964Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.964Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:44.964Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.964Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-26T06:17:44.965Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-26T06:17:44.965Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-26T06:17:44.965Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-26T06:17:44.965Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-26T06:17:44.965Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-26T06:17:44.965Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.966Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:17:44.966Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.966Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-26T06:17:44.966Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:17:44.966Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.966Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-26T06:17:44.967Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:17:44.967Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.967Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-26T06:17:44.967Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:17:44.967Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.967Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-26T06:17:44.967Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-26T06:17:44.967Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6dedd9c1-a413-4652-a26b-6e093a3e55b3 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:44.968Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:1bac3c7a-07a6-4cad-9832-4ae91006337b Model Version:NULL Model InvariantUuid:6b3e2251-58f8-4105-9e5d-4c69ddefb31e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:05eea9c6-8026-4520-8f0e-2e662cc66781 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b3d5db29-e109-474b-851f-456a54342844 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:57f09486-590f-4334-b557-a1180e5173e5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1e5ef6fb-0acb-4581-9b78-d7a7e0637ffb ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:15d2d24c-38e4-42ae-a50c-4772abe85fc8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6dedd9c1-a413-4652-a26b-6e093a3e55b3 ModelInvariantUuid:7d53e4b7-bd68-496c-9d27-6cd9d6ca18c5 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:f97ded4f-6c99-4fc9-826b-3a15b344c864 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7691db65-6db3-4bc1-b1f5-1c94169daa70 ModelInvariantUuid:bd21c6ac-aa6b-4a1a-af5b-526d8028b262 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:62aaa5bb-13a0-470e-95da-f908a5dccb2c 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-10-26T06:17:44.975Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f4e3fc44-29f0-4b9b-99bb-2341f7ae5794 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-10-26T06:17:44.978Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||basicclamp 0 2021-10-26T06:17:44.979Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f4e3fc44-29f0-4b9b-99bb-2341f7ae5794 2021-10-26T06:17:44.979Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5f5b5812-7e29-4405-aba4-03bfbebcd3da from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-26T06:17:44.979Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:17:44.979Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-26T06:17:45.131Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:17:45.131Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5f5b5812-7e29-4405-aba4-03bfbebcd3da 790 2021-10-26T06:17:45.131Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:45.131Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:45.131Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:17:45.132Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:45.134Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:45.134Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229065131, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:17:45.234Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:45.235Z||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-10-26T06:17:45.235Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:45.247Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:45.247Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:46.134Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1e5ef6fb-0acb-4581-9b78-d7a7e0637ffb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "15d2d24c-38e4-42ae-a50c-4772abe85fc8", "vfModuleModelCustomizationUUID": "2518086b-1ca0-4164-ba87-f74cd3dbcd35", "isBase": true, "artifacts": [ "f093a719-426f-492c-9c6d-759dfa5a807a", "bcb292e2-9390-4299-acb8-cc450ba27d0c" ], "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-10-26T06:17:46.138Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:15d2d24c-38e4-42ae-a50c-4772abe85fc8 VfModuleModelInvariantUUID:1e5ef6fb-0acb-4581-9b78-d7a7e0637ffb VfModuleModelDescription:NULL Artifacts UUID List:{ f093a719-426f-492c-9c6d-759dfa5a807a , bcb292e2-9390-4299-acb8-cc450ba27d0c } 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-10-26T06:17:46.140Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1e5ef6fb-0acb-4581-9b78-d7a7e0637ffb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "15d2d24c-38e4-42ae-a50c-4772abe85fc8", "vfModuleModelCustomizationUUID": "2518086b-1ca0-4164-ba87-f74cd3dbcd35", "isBase": true, "artifacts": [ "f093a719-426f-492c-9c6d-759dfa5a807a", "bcb292e2-9390-4299-acb8-cc450ba27d0c" ], "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-10-26T06:17:46.141Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:15d2d24c-38e4-42ae-a50c-4772abe85fc8 VfModuleModelInvariantUUID:1e5ef6fb-0acb-4581-9b78-d7a7e0637ffb VfModuleModelDescription:NULL Artifacts UUID List:{ f093a719-426f-492c-9c6d-759dfa5a807a , bcb292e2-9390-4299-acb8-cc450ba27d0c } 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-10-26T06:17:46.141Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f093a719-426f-492c-9c6d-759dfa5a807a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-26T06:17:46.141Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:17:46.141Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-26T06:17:46.559Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:17:46.559Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f093a719-426f-492c-9c6d-759dfa5a807a 5033 2021-10-26T06:17:46.560Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:46.560Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:46.560Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:17:46.560Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:46.562Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:46.562Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229066560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:17:46.662Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:46.663Z||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-10-26T06:17:46.663Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:46.674Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:46.674Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:17:47.563Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bcb292e2-9390-4299-acb8-cc450ba27d0c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-26T06:17:47.564Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:17:47.564Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-26T06:17:47.858Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:17:47.858Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env bcb292e2-9390-4299-acb8-cc450ba27d0c 909 2021-10-26T06:17:47.859Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:47.859Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:47.859Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:17:47.859Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:47.861Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:47.861Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229067859, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:17:47.961Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:47.962Z||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-10-26T06:17:47.962Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:47.974Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:47.974Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:48.862Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1bac3c7a-07a6-4cad-9832-4ae91006337b 2021-10-26T06:17:48.863Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f4e3fc44-29f0-4b9b-99bb-2341f7ae5794 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-10-26T06:17:48.879Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@687aa8ad, org.onap.sdc.toscaparser.api.parameters.Input@75d177b9, org.onap.sdc.toscaparser.api.parameters.Input@6bcc3ef2, org.onap.sdc.toscaparser.api.parameters.Input@1da190b, org.onap.sdc.toscaparser.api.parameters.Input@3cd8f65d] 2021-10-26T06:17:48.880Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.881Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:48.881Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-10-26T06:17:48.881Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 57f09486-590f-4334-b557-a1180e5173e5 2021-10-26T06:17:48.881Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 57f09486-590f-4334-b557-a1180e5173e5 matches Tosca VF Customization UUID: 57f09486-590f-4334-b557-a1180e5173e5 2021-10-26T06:17:48.882Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 57f09486-590f-4334-b557-a1180e5173e5 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-10-26T06:17:48.884Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.885Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:48.886Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 57f09486-590f-4334-b557-a1180e5173e5: {\"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-10-26T06:17:48.886Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19b8f590 2021-10-26T06:17:48.886Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.886Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:17:48.886Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2518086b-1ca0-4164-ba87-f74cd3dbcd35 2021-10-26T06:17:48.887Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2518086b-1ca0-4164-ba87-f74cd3dbcd35 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-10-26T06:17:48.890Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.890Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-26T06:17:48.890Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:17:48.890Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.891Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-26T06:17:48.891Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:17:48.891Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.891Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-26T06:17:48.891Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-26T06:17:48.892Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-26T06:17:48.892Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6dedd9c1-a413-4652-a26b-6e093a3e55b3 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-10-26T06:17:48.894Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.895Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-26T06:17:48.895Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:17:48.895Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.895Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-26T06:17:48.895Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=57f09486-590f-4334-b557-a1180e5173e5 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-10-26T06:17:48.897Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.897Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:48.898Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1bac3c7a-07a6-4cad-9832-4ae91006337b: basicclamp 2021-10-26T06:17:48.898Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.899Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:48.899Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.899Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:48.899Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.899Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:48.899Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.900Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:48.900Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:17:48.900Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:17:48.900Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:48.997Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f4e3fc44-29f0-4b9b-99bb-2341f7ae5794 1 ASDC deployResourceStructure 2021-10-26T06:17:48.998Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:48.998Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:48.998Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:17:48.999Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:49.001Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:49.001Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229068998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:17:49.101Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:49.102Z||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-10-26T06:17:49.102Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:49.114Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:49.114Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:50.001Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:50.002Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:50.003Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:17:50.003Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:50.005Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:50.005Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229070001, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:17:50.105Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:50.106Z||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-10-26T06:17:50.106Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:50.117Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:50.118Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:51.006Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:51.007Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:51.007Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:17:51.008Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:51.010Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:51.010Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229071006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-26T06:17:51.110Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:51.111Z||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-10-26T06:17:51.111Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:51.121Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:51.122Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:52.011Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-26T06:17:52.012Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-26T06:17:52.012Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:17:52.012Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:17:52.015Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:17:52.015Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229072011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:17:52.115Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:17:52.116Z||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-10-26T06:17:52.116Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:17:52.126Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:17:52.127Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:17:53.017Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aef1ba6a-5011-4bcd-93b6-bba3f335016c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:17:53.028Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aef1ba6a-5011-4bcd-93b6-bba3f335016c 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-10-26T06:17:53.030Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:17:53.031Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-26T06:17:53.031Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-26T06:17:53.031Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-26T06:17:53.031Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:17:53.031Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:17:53.031Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:17:53.032Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:17:53.032Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:17:53.032Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:17:53.032Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:17:53.032Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:17:53.037Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-26T06:18:23.038Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aef1ba6a-5011-4bcd-93b6-bba3f335016c 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-10-26T06:18:23.042Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aef1ba6a-5011-4bcd-93b6-bba3f335016c and serviceModelVersionId: 1bac3c7a-07a6-4cad-9832-4ae91006337b 2021-10-26T06:18:23.042Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b3e2251-58f8-4105-9e5d-4c69ddefb31e 2021-10-26T06:18:23.043Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b3e2251-58f8-4105-9e5d-4c69ddefb31e/model-vers/model-ver/1bac3c7a-07a6-4cad-9832-4ae91006337b?depth=0 2021-10-26T06:18:23.048Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-10-26T06:18:23.081Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3e2251-58f8-4105-9e5d-4c69ddefb31e/model-vers/model-ver/1bac3c7a-07a6-4cad-9832-4ae91006337b?depth=0|INFO|500||Invoke 2021-10-26T06:18:23.081Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3e2251-58f8-4105-9e5d-4c69ddefb31e/model-vers/model-ver/1bac3c7a-07a6-4cad-9832-4ae91006337b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3e2251-58f8-4105-9e5d-4c69ddefb31e/model-vers/model-ver/1bac3c7a-07a6-4cad-9832-4ae91006337b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aef1ba6a-5011-4bcd-93b6-bba3f335016c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f31a643-dfa0-41d1-ab70-1160292bd0a7], X-ECOMP-RequestID=[aef1ba6a-5011-4bcd-93b6-bba3f335016c], X-TransactionId=[], X-ONAP-RequestID=[aef1ba6a-5011-4bcd-93b6-bba3f335016c], Content-Type=[application/merge-patch+json]} 2021-10-26T06:18:23.099Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3e2251-58f8-4105-9e5d-4c69ddefb31e/model-vers/model-ver/1bac3c7a-07a6-4cad-9832-4ae91006337b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-26T06:18:23.636Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3e2251-58f8-4105-9e5d-4c69ddefb31e/model-vers/model-ver/1bac3c7a-07a6-4cad-9832-4ae91006337b?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/6b3e2251-58f8-4105-9e5d-4c69ddefb31e/model-vers/model-ver/1bac3c7a-07a6-4cad-9832-4ae91006337b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211026-06:18:23:114-97828], vertex-id=[205032], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:18:23 GMT], Content-Type=[application/json]} 2021-10-26T06:18:23.636Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3e2251-58f8-4105-9e5d-4c69ddefb31e/model-vers/model-ver/1bac3c7a-07a6-4cad-9832-4ae91006337b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-26T06:18:23.637Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b3e2251-58f8-4105-9e5d-4c69ddefb31e/model-vers/model-ver/1bac3c7a-07a6-4cad-9832-4ae91006337b?depth=0|INFO|500||InvokeReturn 2021-10-26T06:18:23.637Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-26T06:18:23.637Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:18:23.642Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||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-10-26T06:18:23.643Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aef1ba6a-5011-4bcd-93b6-bba3f335016c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-26T06:18:23.643Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-26T06:18:23.644Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:23.646Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:23.646Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229103643, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:18:23.746Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:23.747Z||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-10-26T06:18:23.748Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:23.763Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:23.764Z||pool-83-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-10-26T06:18:24.657Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-26T06:18:24.658Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d9555e6-f33d-48c9-a801-2162b29c2f2a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d4ade2d7-cca4-4044-ae05-4afd0a676c47","serviceDescription":"service","serviceInvariantUUID":"129c7868-8990-4c70-aaa7-0d94088732fe","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f73ccdd0-2a00-417d-821c-aaa7b2650f4e","resourceInvariantUUID":"fb67d40e-eb6f-400d-a889-3d1bbf24efde","resourceCustomizationUUID":"d4168344-da81-4269-affc-d0ff65fd2214","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":"OGU1N2EwZWQ4ODA4OTFkZThhYWU1Zjk2OGZjYjU1ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2955b627-cf3e-4426-a26d-a36ffb9b33f1","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":"MDJlNjQ2NDgxMWRmY2I1NmExYjc2N2YzYTM1YWNlOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7223b935-f081-4568-888e-f9c23f5fab90","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":"c24d7711-2b5d-4c0b-9a2e-cd111a177a67","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":"04004583-299b-472b-a6b9-f8c963a282e8","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":"7e050462-e467-4bea-8312-77551c5b7408","artifactVersion":"2","generatedFromUUID":"c24d7711-2b5d-4c0b-9a2e-cd111a177a67"},{"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":"MGM3YWNkM2IxMjJlZTIxN2UzODQ4YzFkYmNlMDg3MjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"06f8c30b-0a15-4645-964b-197e35c69491","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":"YjQ4NDU3ZjRiZWNkZGFhZWE1MmUxZjk5ZDhmMzQ2ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"893b431a-19e7-499e-ac4e-6b9e497e4c46","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWQzZWMzZTBmZDk5ZDMzYzFhNzFjZTQ0OGZhMDk4OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18390862-2290-4b36-a540-a4d63dccc4aa","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-26T06:18:24.658Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:18:24.658Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:24.660Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:24.660Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:24.760Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:24.761Z||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-10-26T06:18:24.761Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:24.772Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:24.772Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:25.660Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:18:25.661Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:25.663Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:25.663Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:18:25.764Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:18:25.765Z||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-10-26T06:18:25.765Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:25.774Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:25.775Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:26.665Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:18:26.666Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:26.668Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:26.668Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-26T06:18:26.768Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:26.769Z||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-10-26T06:18:26.769Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:26.780Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:26.781Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:27.668Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:18:27.669Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:27.671Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:27.671Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:27.771Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:27.772Z||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-10-26T06:18:27.772Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:27.783Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:27.783Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:28.671Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:18:28.672Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:28.674Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:28.675Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-26T06:18:28.775Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:28.775Z||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-10-26T06:18:28.776Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:28.824Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:28.824Z||pool-88-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:29.675Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:18:29.676Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:29.677Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:29.677Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:29.778Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:29.778Z||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-10-26T06:18:29.778Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:29.788Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:29.788Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:30.678Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:18:30.679Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:30.680Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:30.680Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:30.781Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:18:30.781Z||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-10-26T06:18:30.781Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:30.815Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:30.816Z||pool-90-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:31.681Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:18:31.681Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:31.683Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:31.683Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:18:31.783Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:31.784Z||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-10-26T06:18:31.784Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:31.800Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:31.801Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:32.684Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d4ade2d7-cca4-4044-ae05-4afd0a676c47", "serviceDescription": "service", "serviceInvariantUUID": "129c7868-8990-4c70-aaa7-0d94088732fe", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d4168344-da81-4269-affc-d0ff65fd2214", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f73ccdd0-2a00-417d-821c-aaa7b2650f4e", "resourceInvariantUUID": "fb67d40e-eb6f-400d-a889-3d1bbf24efde", "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": "MDJlNjQ2NDgxMWRmY2I1NmExYjc2N2YzYTM1YWNlOWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7223b935-f081-4568-888e-f9c23f5fab90", "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": "c24d7711-2b5d-4c0b-9a2e-cd111a177a67", "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": "7e050462-e467-4bea-8312-77551c5b7408", "generatedFromUUID": "c24d7711-2b5d-4c0b-9a2e-cd111a177a67" }, "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": "7e050462-e467-4bea-8312-77551c5b7408", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWQzZWMzZTBmZDk5ZDMzYzFhNzFjZTQ0OGZhMDk4OTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18390862-2290-4b36-a540-a4d63dccc4aa" } ], "workloadContext": "Production" } 2021-10-26T06:18:32.684Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-26T06:18:32.685Z|aef1ba6a-5011-4bcd-93b6-bba3f335016c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d4ade2d7-cca4-4044-ae05-4afd0a676c47 ASDC 2021-10-26T06:18:32.685Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:7d9555e6-f33d-48c9-a801-2162b29c2f2a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d4ade2d7-cca4-4044-ae05-4afd0a676c47 ServiceInvariantUUID:129c7868-8990-4c70-aaa7-0d94088732fe 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:18390862-2290-4b36-a540-a4d63dccc4aa ArtifactChecksum:NWQzZWMzZTBmZDk5ZDMzYzFhNzFjZTQ0OGZhMDk4OTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d4168344-da81-4269-affc-d0ff65fd2214 ResourceInvariantUUID:fb67d40e-eb6f-400d-a889-3d1bbf24efde ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:f73ccdd0-2a00-417d-821c-aaa7b2650f4e 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:7223b935-f081-4568-888e-f9c23f5fab90 ArtifactChecksum:MDJlNjQ2NDgxMWRmY2I1NmExYjc2N2YzYTM1YWNlOWQ= 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:c24d7711-2b5d-4c0b-9a2e-cd111a177a67 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:7e050462-e467-4bea-8312-77551c5b7408 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:7e050462-e467-4bea-8312-77551c5b7408 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-26T06:18:32.685Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4ade2d7-cca4-4044-ae05-4afd0a676c47 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-10-26T06:18:32.712Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:18:32.713Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:18:32.713Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:18:32.713Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 18390862-2290-4b36-a540-a4d63dccc4aa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-26T06:18:32.713Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:18:32.713Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-26T06:18:33.325Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:18:33.328Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 18390862-2290-4b36-a540-a4d63dccc4aa 78617 2021-10-26T06:18:33.329Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-26T06:18:33.329Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-26T06:18:33.329Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:18:33.329Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:33.331Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:33.331Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229113329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:18:33.431Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:33.431Z||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-10-26T06:18:33.432Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:33.441Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:33.442Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:34.331Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:18:34.332Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:18:34.333Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 18390862-2290-4b36-a540-a4d63dccc4aa, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-26T06:18:34.333Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-10-26T06:18:34.333Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-26T06:18:34.333Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-26T06:18:34.484Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10919654470898592090/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-10-26T06:18:35.578Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-26T06:18:35.579Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:18:35.579Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-26T06:18:35.579Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-26T06:18:35.579Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.580Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.580Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.580Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.580Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.581Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.581Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.581Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.581Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.581Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:18:35.582Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.582Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:35.582Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-26T06:18:35.582Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:18:35.583Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:18:35.583Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.583Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:35.584Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-26T06:18:35.584Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:18:35.584Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:18:35.584Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.585Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:35.585Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.585Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-26T06:18:35.585Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-26T06:18:35.586Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-26T06:18:35.586Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-26T06:18:35.586Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-26T06:18:35.587Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-26T06:18:35.587Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.587Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:18:35.588Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.588Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-26T06:18:35.588Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:18:35.589Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.589Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-26T06:18:35.589Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:18:35.589Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.589Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-26T06:18:35.590Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:18:35.590Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.590Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-26T06:18:35.591Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-26T06:18:35.591Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-26T06:18:35.591Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b1b944cd-f290-40ce-b655-bc0ff855d1b1 2021-10-26T06:18:35.591Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.591Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:35.592Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.592Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:35.592Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.592Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:35.592Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:35.592Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:35.593Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d4ade2d7-cca4-4044-ae05-4afd0a676c47 Model Version:NULL Model InvariantUuid:129c7868-8990-4c70-aaa7-0d94088732fe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:012be0e8-7257-46e3-a982-2e45b71533cc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fb67d40e-eb6f-400d-a889-3d1bbf24efde Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d4168344-da81-4269-affc-d0ff65fd2214 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:15f0bfd2-bedb-4e51-bc55-5935146f9422 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:07a818d3-57b3-4146-99f1-b9ceed8f47d4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b1b944cd-f290-40ce-b655-bc0ff855d1b1 ModelInvariantUuid:2fdc2377-29ff-4855-a0ae-c3cd3985cc9e ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:84c8ee81-f609-4da2-86f3-21c78dea3343 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:19084b02-5002-46ee-9c3b-031009e34ee5 ModelInvariantUuid:4e09fa83-5e16-4d33-8685-636bb6d651cd ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:3bb3e8c4-7c39-4bb0-8578-919363e9b6c5 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-10-26T06:18:35.599Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f73ccdd0-2a00-417d-821c-aaa7b2650f4e 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-10-26T06:18:35.602Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2021-10-26T06:18:35.602Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f73ccdd0-2a00-417d-821c-aaa7b2650f4e 2021-10-26T06:18:35.602Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7223b935-f081-4568-888e-f9c23f5fab90 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-26T06:18:35.603Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:18:35.603Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.915Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:18:35.915Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7223b935-f081-4568-888e-f9c23f5fab90 792 2021-10-26T06:18:35.915Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.915Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:35.915Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:18:35.915Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:35.918Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:35.918Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229115915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:18:36.018Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:36.019Z||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-10-26T06:18:36.019Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:36.030Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:36.030Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:36.918Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "15f0bfd2-bedb-4e51-bc55-5935146f9422", "vfModuleModelVersion": "1", "vfModuleModelUUID": "07a818d3-57b3-4146-99f1-b9ceed8f47d4", "vfModuleModelCustomizationUUID": "f010ca37-1f06-4c95-81b4-57d2454832fc", "isBase": true, "artifacts": [ "c24d7711-2b5d-4c0b-9a2e-cd111a177a67", "7e050462-e467-4bea-8312-77551c5b7408" ], "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-10-26T06:18:36.921Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:07a818d3-57b3-4146-99f1-b9ceed8f47d4 VfModuleModelInvariantUUID:15f0bfd2-bedb-4e51-bc55-5935146f9422 VfModuleModelDescription:NULL Artifacts UUID List:{ c24d7711-2b5d-4c0b-9a2e-cd111a177a67 , 7e050462-e467-4bea-8312-77551c5b7408 } 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-10-26T06:18:36.922Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "15f0bfd2-bedb-4e51-bc55-5935146f9422", "vfModuleModelVersion": "1", "vfModuleModelUUID": "07a818d3-57b3-4146-99f1-b9ceed8f47d4", "vfModuleModelCustomizationUUID": "f010ca37-1f06-4c95-81b4-57d2454832fc", "isBase": true, "artifacts": [ "c24d7711-2b5d-4c0b-9a2e-cd111a177a67", "7e050462-e467-4bea-8312-77551c5b7408" ], "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-10-26T06:18:36.922Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:07a818d3-57b3-4146-99f1-b9ceed8f47d4 VfModuleModelInvariantUUID:15f0bfd2-bedb-4e51-bc55-5935146f9422 VfModuleModelDescription:NULL Artifacts UUID List:{ c24d7711-2b5d-4c0b-9a2e-cd111a177a67 , 7e050462-e467-4bea-8312-77551c5b7408 } 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-10-26T06:18:36.922Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c24d7711-2b5d-4c0b-9a2e-cd111a177a67 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-26T06:18:36.922Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:18:36.922Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:37.093Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:18:37.093Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c24d7711-2b5d-4c0b-9a2e-cd111a177a67 5033 2021-10-26T06:18:37.094Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:37.094Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:37.094Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:18:37.094Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:37.095Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:37.095Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229117093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:18:37.196Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:18:37.196Z||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-10-26T06:18:37.196Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:37.206Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:37.206Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:18:38.094Z||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-10-26T06:18:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:38.096Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7e050462-e467-4bea-8312-77551c5b7408 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-26T06:18:38.096Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:18:38.096Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:38.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:38.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228987207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228981206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228987295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228987794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228987207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228981206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228987295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "dcae-sch", "timestamp": 1635228988368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228987794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228987207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228981206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228987295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "dcae-sch", "timestamp": 1635228988368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228987794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228989935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228987207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228981206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228987295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "dcae-sch", "timestamp": 1635228988368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228987794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228989935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228987207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228981206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228987295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "dcae-sch", "timestamp": 1635228988368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228987794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228989935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228987207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228981206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228987295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "dcae-sch", "timestamp": 1635228988368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228987794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228989935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228987207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228981206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228987295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "dcae-sch", "timestamp": 1635228988368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228987794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "multicloud-k8s-id", "timestamp": 1635228993858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228989935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228987207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228981206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228987295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "dcae-sch", "timestamp": 1635228988368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228987794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "multicloud-k8s-id", "timestamp": 1635228993858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228989935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228987207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228981206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228987295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "dcae-sch", "timestamp": 1635228988368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228987794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "multicloud-k8s-id", "timestamp": 1635228993858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228989935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "dcae-sch", "timestamp": 1635228988368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228997410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228997452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "multicloud-k8s-id", "timestamp": 1635228993858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635228997501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228989935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:18:38.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:18:38.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:18:38.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228997760, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:18:38.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:18:38.257Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:18:38.257Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7e050462-e467-4bea-8312-77551c5b7408 903 2021-10-26T06:18:38.258Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:38.258Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:38.258Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:18:38.258Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:38.260Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:38.260Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229118258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:18:38.360Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:38.361Z||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-10-26T06:18:38.361Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:38.370Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:38.371Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:39.261Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d4ade2d7-cca4-4044-ae05-4afd0a676c47 2021-10-26T06:18:39.261Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f73ccdd0-2a00-417d-821c-aaa7b2650f4e 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-10-26T06:18:39.272Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22b10af5, org.onap.sdc.toscaparser.api.parameters.Input@7086cfe, org.onap.sdc.toscaparser.api.parameters.Input@4c0c730, org.onap.sdc.toscaparser.api.parameters.Input@7316993, org.onap.sdc.toscaparser.api.parameters.Input@2d7d2d22] 2021-10-26T06:18:39.274Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.274Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:39.274Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-10-26T06:18:39.274Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d4168344-da81-4269-affc-d0ff65fd2214 2021-10-26T06:18:39.275Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4168344-da81-4269-affc-d0ff65fd2214 matches Tosca VF Customization UUID: d4168344-da81-4269-affc-d0ff65fd2214 2021-10-26T06:18:39.275Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d4168344-da81-4269-affc-d0ff65fd2214 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-10-26T06:18:39.277Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.277Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:39.277Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d4168344-da81-4269-affc-d0ff65fd2214: {\"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-10-26T06:18:39.278Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67dcf9a5 2021-10-26T06:18:39.278Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.278Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:18:39.278Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f010ca37-1f06-4c95-81b4-57d2454832fc 2021-10-26T06:18:39.278Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f010ca37-1f06-4c95-81b4-57d2454832fc 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-10-26T06:18:39.281Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.281Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-26T06:18:39.281Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:18:39.281Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.281Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-26T06:18:39.282Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:18:39.282Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.282Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-26T06:18:39.282Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-26T06:18:39.282Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-26T06:18:39.282Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b1b944cd-f290-40ce-b655-bc0ff855d1b1 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-10-26T06:18:39.284Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.284Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-26T06:18:39.284Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:18:39.285Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.285Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-26T06:18:39.285Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d4168344-da81-4269-affc-d0ff65fd2214 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-10-26T06:18:39.286Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.287Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:39.287Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d4ade2d7-cca4-4044-ae05-4afd0a676c47: basic_vm_macro 2021-10-26T06:18:39.287Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.287Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:39.287Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.287Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:39.287Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.287Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:39.287Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.288Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:39.288Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:18:39.288Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:18:39.288Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:39.359Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f73ccdd0-2a00-417d-821c-aaa7b2650f4e 1 ASDC deployResourceStructure 2021-10-26T06:18:39.359Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:39.359Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:39.359Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:18:39.359Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:39.361Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:39.361Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229119359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:18:39.461Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:39.462Z||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-10-26T06:18:39.462Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:39.474Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:39.474Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:40.362Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:40.363Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:40.363Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:18:40.363Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:40.365Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:40.365Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229120362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:18:40.466Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:40.466Z||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-10-26T06:18:40.466Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:40.483Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:40.483Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:41.366Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:41.367Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:41.367Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:18:41.367Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:41.369Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:41.369Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229121366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-26T06:18:41.469Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:41.470Z||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-10-26T06:18:41.470Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:41.481Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:41.481Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:42.369Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-26T06:18:42.370Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-26T06:18:42.370Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:18:42.370Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:18:42.373Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:18:42.373Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229122369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:18:42.473Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:18:42.474Z||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-10-26T06:18:42.474Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:18:42.485Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:18:42.485Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:18:43.374Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d9555e6-f33d-48c9-a801-2162b29c2f2a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:18:43.386Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d9555e6-f33d-48c9-a801-2162b29c2f2a 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-10-26T06:18:43.388Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:18:43.389Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:18:43.395Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-26T06:19:13.395Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d9555e6-f33d-48c9-a801-2162b29c2f2a 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-10-26T06:19:13.402Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d9555e6-f33d-48c9-a801-2162b29c2f2a and serviceModelVersionId: d4ade2d7-cca4-4044-ae05-4afd0a676c47 2021-10-26T06:19:13.402Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 129c7868-8990-4c70-aaa7-0d94088732fe 2021-10-26T06:19:13.403Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/129c7868-8990-4c70-aaa7-0d94088732fe/model-vers/model-ver/d4ade2d7-cca4-4044-ae05-4afd0a676c47?depth=0 2021-10-26T06:19:13.411Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-10-26T06:19:13.452Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/129c7868-8990-4c70-aaa7-0d94088732fe/model-vers/model-ver/d4ade2d7-cca4-4044-ae05-4afd0a676c47?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-10-26T06:19:13.453Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/129c7868-8990-4c70-aaa7-0d94088732fe/model-vers/model-ver/d4ade2d7-cca4-4044-ae05-4afd0a676c47?depth=0|INFO|500||Invoke 2021-10-26T06:19:13.477Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/129c7868-8990-4c70-aaa7-0d94088732fe/model-vers/model-ver/d4ade2d7-cca4-4044-ae05-4afd0a676c47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-26T06:19:13.630Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/129c7868-8990-4c70-aaa7-0d94088732fe/model-vers/model-ver/d4ade2d7-cca4-4044-ae05-4afd0a676c47?depth=0|INFO|500||InvokeReturn 2021-10-26T06:19:13.630Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/129c7868-8990-4c70-aaa7-0d94088732fe/model-vers/model-ver/d4ade2d7-cca4-4044-ae05-4afd0a676c47?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211026-06:19:13:484-86396], vertex-id=[270416], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:19:13 GMT], Content-Type=[application/json]} 2021-10-26T06:19:13.631Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-10-26T06:19:13.631Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-26T06:19:13.631Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:19:13.636Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||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-10-26T06:19:13.636Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d9555e6-f33d-48c9-a801-2162b29c2f2a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-26T06:19:13.636Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-26T06:19:13.636Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:13.639Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:13.639Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229153636, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:19:13.739Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:19:13.740Z||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-10-26T06:19:13.740Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:13.754Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:13.755Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-26T06:19:14.651Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-26T06:19:14.651Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"94a6becc-ab10-4fa7-89bc-63026083e58f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"181be2a5-3b79-4c24-a7be-43b9a852d682","serviceDescription":"service","serviceInvariantUUID":"504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"50b9f246-49c6-4397-b77a-2e5db483535b","resourceInvariantUUID":"f3325d0e-88cc-438c-9fe1-b937c3d979ef","resourceCustomizationUUID":"5f134a4e-1ae8-49d8-af4a-7907bb012596","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MDUyMzY4NDgwYzE5MzVjMjE0ZWJhNzdjNzc3YjA3M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0d03eef-21d9-492f-a7f3-2fec330393be","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d8d32877-509e-4759-8eac-ed6fd3e0bd97","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a53465c-60e9-484d-9a4a-9448616e3d2f","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YzVkYjFjZWI5NTg4NjI4ODI2YWFjN2ZiYTY2ZDM2M2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6f9035d0-85a5-4ecf-8aaf-97150f347f79","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f6616174-b0ca-41fb-be23-59864df74cbc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"609ee933-5309-4b3c-a572-2837609099b9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6b04b36-c03c-48f9-89d6-9d9ab79b3450","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZGViZTg0N2U3YzRlM2RjMjk4NmJlZWEyMDcxMjU1MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"605f333d-cff3-40cb-8d01-8b4989d57193","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjdlNzAxYTc2YzBkZjAwY2UyZjllNzhiYTNhZTgzMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"049fea87-1bd9-43f5-bde2-8d352140d2fe","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-26T06:19:14.652Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:19:14.652Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:14.654Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:14.654Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:14.754Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:19:14.755Z||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-10-26T06:19:14.755Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:14.765Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:14.766Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:19:15.654Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:19:15.655Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:15.657Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:15.657Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:15.758Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:19:15.758Z||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-10-26T06:19:15.758Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:15.770Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:15.770Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:19:16.658Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:19:16.659Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:16.660Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:16.660Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:16.761Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:19:16.761Z||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-10-26T06:19:16.761Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:16.770Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:16.770Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:19:17.661Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:19:17.661Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:17.663Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:17.663Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:17.763Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:19:17.764Z||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-10-26T06:19:17.764Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:17.776Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:17.776Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:19:18.663Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:19:18.664Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:18.665Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:18.665Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:18.766Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:19:18.766Z||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-10-26T06:19:18.766Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:18.777Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:18.777Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:19:19.666Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:19:19.666Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:19.668Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:19.668Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:19.768Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:19:19.769Z||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-10-26T06:19:19.769Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:19.778Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:19.779Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:19:20.668Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:19:20.669Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:20.671Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:20.671Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:20.771Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:19:20.772Z||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-10-26T06:19:20.772Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:20.783Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:20.783Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:19:21.671Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:19:21.673Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:21.674Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:21.675Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:21.775Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:19:21.776Z||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-10-26T06:19:21.776Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:21.788Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:21.789Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:19:22.675Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:19:22.676Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:22.679Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:22.679Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:19:22.779Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:19:22.780Z||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-10-26T06:19:22.780Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:22.797Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:22.798Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:19:23.680Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "181be2a5-3b79-4c24-a7be-43b9a852d682", "serviceDescription": "service", "serviceInvariantUUID": "504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5f134a4e-1ae8-49d8-af4a-7907bb012596", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "50b9f246-49c6-4397-b77a-2e5db483535b", "resourceInvariantUUID": "f3325d0e-88cc-438c-9fe1-b937c3d979ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MjdlNzAxYTc2YzBkZjAwY2UyZjllNzhiYTNhZTgzMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "049fea87-1bd9-43f5-bde2-8d352140d2fe" } ], "workloadContext": "Production" } 2021-10-26T06:19:23.681Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-26T06:19:23.681Z|7d9555e6-f33d-48c9-a801-2162b29c2f2a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 181be2a5-3b79-4c24-a7be-43b9a852d682 ASDC 2021-10-26T06:19:23.681Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:94a6becc-ab10-4fa7-89bc-63026083e58f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:181be2a5-3b79-4c24-a7be-43b9a852d682 ServiceInvariantUUID:504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:049fea87-1bd9-43f5-bde2-8d352140d2fe ArtifactChecksum:MjdlNzAxYTc2YzBkZjAwY2UyZjllNzhiYTNhZTgzMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5f134a4e-1ae8-49d8-af4a-7907bb012596 ResourceInvariantUUID:f3325d0e-88cc-438c-9fe1-b937c3d979ef ResourceName:test-pnf ResourceType:PNF ResourceUUID:50b9f246-49c6-4397-b77a-2e5db483535b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-26T06:19:23.682Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 181be2a5-3b79-4c24-a7be-43b9a852d682 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-10-26T06:19:23.712Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:19:23.713Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:19:23.713Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:19:23.713Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 049fea87-1bd9-43f5-bde2-8d352140d2fe from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-26T06:19:23.713Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:19:23.713Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-26T06:19:24.201Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:19:24.207Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 049fea87-1bd9-43f5-bde2-8d352140d2fe 105552 2021-10-26T06:19:24.207Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-26T06:19:24.207Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-26T06:19:24.207Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:19:24.207Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:24.209Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:24.209Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229164207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:19:24.309Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:19:24.310Z||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-10-26T06:19:24.310Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:24.319Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:24.319Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:19:25.209Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:19:25.210Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:19:25.210Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 049fea87-1bd9-43f5-bde2-8d352140d2fe, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:25.211Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-10-26T06:19:25.211Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:25.211Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:25.298Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP39976320801227326/Definitions/service-TestPnfMacro-template.yml 2021-10-26T06:19:26.022Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-26T06:19:26.022Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:19:26.022Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:26.022Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-26T06:19:26.022Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:26.022Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:26.022Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:26.023Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:26.023Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:26.023Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:26.023Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-26T06:19:26.023Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:19:26.023Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:19:26.023Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:19:26.023Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:19:26.024Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:19:26.025Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:19:26.025Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:19:26.025Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:19:26.025Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:19:26.025Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:19:26.025Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:19:26.025Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:19:26.026Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:181be2a5-3b79-4c24-a7be-43b9a852d682 Model Version:NULL Model InvariantUuid:504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f 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-10-26T06:19:26.032Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 50b9f246-49c6-4397-b77a-2e5db483535b 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-10-26T06:19:26.034Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||test-pnf 0 2021-10-26T06:19:26.034Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 50b9f246-49c6-4397-b77a-2e5db483535b 2021-10-26T06:19:26.035Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 181be2a5-3b79-4c24-a7be-43b9a852d682 2021-10-26T06:19:26.035Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 181be2a5-3b79-4c24-a7be-43b9a852d682 2021-10-26T06:19:26.035Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 50b9f246-49c6-4397-b77a-2e5db483535b 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-10-26T06:19:26.039Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a9eb028, org.onap.sdc.toscaparser.api.parameters.Input@4cb2ed3, org.onap.sdc.toscaparser.api.parameters.Input@79146878, org.onap.sdc.toscaparser.api.parameters.Input@253091c1, org.onap.sdc.toscaparser.api.parameters.Input@6ae07abf] 2021-10-26T06:19:26.039Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:19:26.039Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:19:26.039Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 181be2a5-3b79-4c24-a7be-43b9a852d682: test-pnf 2021-10-26T06:19:26.039Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||Processing PNF resource: 50b9f246-49c6-4397-b77a-2e5db483535b 2021-10-26T06:19:26.039Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:19:26.040Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:19:26.040Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||Resource customization UUID: 5f134a4e-1ae8-49d8-af4a-7907bb012596 is the same as notified resource customizationUUID: 5f134a4e-1ae8-49d8-af4a-7907bb012596 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-10-26T06:19:26.070Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 50b9f246-49c6-4397-b77a-2e5db483535b 0 ASDC deployResourceStructure 2021-10-26T06:19:26.070Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-26T06:19:26.070Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-26T06:19:26.071Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:19:26.071Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:19:26.072Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:19:26.072Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229166070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:19:26.173Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:19:26.173Z||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-10-26T06:19:26.173Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:26.184Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:26.185Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:19:27.073Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94a6becc-ab10-4fa7-89bc-63026083e58f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:19:27.083Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94a6becc-ab10-4fa7-89bc-63026083e58f 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-10-26T06:19:27.085Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:19:27.085Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-26T06:19:27.085Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-26T06:19:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:19:38.094Z||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-10-26T06:19:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:19:38.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:19:38.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228998458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "multicloud-k8s-id", "timestamp": 1635228993858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228989935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635228998105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228998786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:19:38.117Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:19:38.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635228999215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:19:38.117Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:19:38.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "policy-id", "timestamp": 1635228999460, "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-10-26T06:19:38.124Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94a6becc-ab10-4fa7-89bc-63026083e58f 2021-10-26T06:19:38.124Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a6becc-ab10-4fa7-89bc-63026083e58f 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-10-26T06:19:38.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "multicloud-k8s-id", "timestamp": 1635228993858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635228998105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "ves-openapi-manager", "timestamp": 1635228999788, "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-10-26T06:19:38.139Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 94a6becc-ab10-4fa7-89bc-63026083e58f 2021-10-26T06:19:38.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a6becc-ab10-4fa7-89bc-63026083e58f and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-26T06:19:38.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635228999804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:19:38.147Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:19:38.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229000218, "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-10-26T06:19:38.152Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94a6becc-ab10-4fa7-89bc-63026083e58f 2021-10-26T06:19:38.152Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a6becc-ab10-4fa7-89bc-63026083e58f 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-10-26T06:19:38.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "multicloud-k8s-id", "timestamp": 1635228993858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635228998105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "cds", "timestamp": 1635229001092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-26T06:19:38.166Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94a6becc-ab10-4fa7-89bc-63026083e58f 2021-10-26T06:19:38.166Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a6becc-ab10-4fa7-89bc-63026083e58f 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-10-26T06:19:38.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "multicloud-k8s-id", "timestamp": 1635228993858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635228998105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "multicloud-k8s-id", "timestamp": 1635228993858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635228998105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635228998105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635229004028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635228998105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "aai-ml", "timestamp": 1635229005032, "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-10-26T06:19:38.180Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94a6becc-ab10-4fa7-89bc-63026083e58f 2021-10-26T06:19:38.180Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a6becc-ab10-4fa7-89bc-63026083e58f 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-10-26T06:19:38.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635228998105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635228998105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:19:38.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635229017702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:19:38.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:19:38.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635229019711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:19:38.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:19:38.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "clamp", "timestamp": 1635229020714, "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-10-26T06:19:38.196Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94a6becc-ab10-4fa7-89bc-63026083e58f 2021-10-26T06:19:38.196Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a6becc-ab10-4fa7-89bc-63026083e58f 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-10-26T06:19:38.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f42e00f-1f0f-4523-beab-475e1113a160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229047367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:19:38.203Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:19:38.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "ves-openapi-manager", "timestamp": 1635229047794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229049935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "dcae-sch", "timestamp": 1635229048368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229047207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229047295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "ves-openapi-manager", "timestamp": 1635229047794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229049935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "dcae-sch", "timestamp": 1635229048368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229047207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229047295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "ves-openapi-manager", "timestamp": 1635229047794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "dcae-sch", "timestamp": 1635229048368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229047207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229049935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229047295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229053858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "ves-openapi-manager", "timestamp": 1635229047794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "dcae-sch", "timestamp": 1635229048368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229049935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229047207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229047295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229053858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "ves-openapi-manager", "timestamp": 1635229047794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "dcae-sch", "timestamp": 1635229048368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229049935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229047207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229047295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229053858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "ves-openapi-manager", "timestamp": 1635229047794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "dcae-sch", "timestamp": 1635229048368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229049935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229047207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229047295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229053858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "ves-openapi-manager", "timestamp": 1635229047794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "dcae-sch", "timestamp": 1635229048368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229049935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229047207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:38.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-26T06:19:38.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229047295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:19:38.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-26T06:19:57.085Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94a6becc-ab10-4fa7-89bc-63026083e58f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:19:57.096Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94a6becc-ab10-4fa7-89bc-63026083e58f 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-10-26T06:19:57.099Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:19:57.099Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-26T06:19:57.099Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-26T06:19:57.099Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-26T06:19:57.099Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:19:57.099Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:19:57.099Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:19:57.099Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:19:57.100Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:19:57.100Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:19:57.100Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:19:57.100Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||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-10-26T06:19:57.104Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-26T06:20:27.105Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94a6becc-ab10-4fa7-89bc-63026083e58f 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-10-26T06:20:27.113Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94a6becc-ab10-4fa7-89bc-63026083e58f and serviceModelVersionId: 181be2a5-3b79-4c24-a7be-43b9a852d682 2021-10-26T06:20:27.113Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f 2021-10-26T06:20:27.115Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f/model-vers/model-ver/181be2a5-3b79-4c24-a7be-43b9a852d682?depth=0 2021-10-26T06:20:27.119Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-10-26T06:20:27.149Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f/model-vers/model-ver/181be2a5-3b79-4c24-a7be-43b9a852d682?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-10-26T06:20:27.150Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f/model-vers/model-ver/181be2a5-3b79-4c24-a7be-43b9a852d682?depth=0|INFO|500||Invoke 2021-10-26T06:20:27.171Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f/model-vers/model-ver/181be2a5-3b79-4c24-a7be-43b9a852d682?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-26T06:20:27.408Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f/model-vers/model-ver/181be2a5-3b79-4c24-a7be-43b9a852d682?depth=0|INFO|500||InvokeReturn 2021-10-26T06:20:27.408Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/504c31b7-d4fb-4d4d-a0fb-ee3d522b1d0f/model-vers/model-ver/181be2a5-3b79-4c24-a7be-43b9a852d682?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211026-06:20:27:180-41761], vertex-id=[254136], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:20:27 GMT], Content-Type=[application/json]} 2021-10-26T06:20:27.409Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-10-26T06:20:27.409Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-26T06:20:27.409Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||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-10-26T06:20:27.415Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||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-10-26T06:20:27.415Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94a6becc-ab10-4fa7-89bc-63026083e58f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-26T06:20:27.415Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-26T06:20:27.415Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:27.416Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:27.417Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229227415, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:20:27.517Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:27.517Z||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-10-26T06:20:27.518Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:27.530Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:27.530Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-26T06:20:28.427Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-26T06:20:28.427Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc720924-3ea3-4783-9f27-9b50591bc00e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"16474590-79ee-4950-9952-768d2ac36d8d","serviceDescription":"service","serviceInvariantUUID":"47aa8524-cdc1-4c97-816b-e1a153f899b6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7cfabc75-5f72-404b-afd0-6990d1b0d17c","resourceInvariantUUID":"7224890e-48bb-4386-89e4-840162b20799","resourceCustomizationUUID":"4badf088-bddf-439f-a0af-f4b5410d448a","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":"MjI4NGJjMjNkNGVlNzg3YjAzN2NiMTU5MDE4NjEzM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f2ee05d-ec3a-427d-b9d9-d4f820963e49","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":"1418ff17-2386-45ef-87af-b4026f70a31d","artifactVersion":"2","generatedFromUUID":"cc2e7e3c-9f5c-413e-b2cf-60297b00b13f"},{"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":"cc2e7e3c-9f5c-413e-b2cf-60297b00b13f","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":"N2UyYmNlZmY2MmZmNWU2MTg4NDViMThhNmI4NzViNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7be0f297-4c03-4f70-a849-8abb6a350ae9","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":"337fd2dd-c143-4402-89dd-750f80d192fa","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":"8b8fa408-9c5b-4d01-93b1-c9156fa6ccb4","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":"81c07feb-f889-4925-a3f8-e156e5f0db27","artifactVersion":"2","generatedFromUUID":"337fd2dd-c143-4402-89dd-750f80d192fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTQ3NTYwZmU0ZTYwM2QwNzRlZDEwY2EzZjg1ZGNiYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f63d186b-f85f-4a67-a376-5f9161b7f1ee","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzE3NWVlZDdhY2FiYzNhNGQ2NTg0NmFmNjI1NWVlYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b983aa95-82c1-4d60-8088-6b97072556b1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-26T06:20:28.428Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:20:28.428Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:28.430Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:28.430Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:28.531Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:20:28.531Z||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-10-26T06:20:28.532Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:28.543Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:28.543Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:29.430Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:20:29.431Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:29.433Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:29.433Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-26T06:20:29.533Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:29.534Z||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-10-26T06:20:29.534Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:29.545Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:29.545Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:20:30.434Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:20:30.434Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:30.436Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:30.436Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-26T06:20:30.537Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:20:30.537Z||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-10-26T06:20:30.537Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:30.549Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:30.549Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:31.437Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:20:31.438Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:31.440Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:31.440Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:20:31.540Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:31.541Z||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-10-26T06:20:31.542Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:31.552Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:31.552Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:32.440Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:20:32.441Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:32.443Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:32.443Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-26T06:20:32.543Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:32.544Z||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-10-26T06:20:32.544Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:32.555Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:32.556Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:33.443Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:20:33.444Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:33.446Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:33.447Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:33.547Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:33.547Z||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-10-26T06:20:33.547Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:33.557Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:33.557Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:34.447Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:20:34.448Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:34.450Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:34.451Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-26T06:20:34.551Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:34.552Z||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-10-26T06:20:34.552Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:34.571Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:34.572Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:20:35.451Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:20:35.452Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:35.454Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:35.454Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:35.554Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:35.555Z||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-10-26T06:20:35.555Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:35.565Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:35.565Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:36.455Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-26T06:20:36.455Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:36.458Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:36.458Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:20:36.558Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-26T06:20:36.558Z||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-10-26T06:20:36.558Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:36.568Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:36.568Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:37.462Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "16474590-79ee-4950-9952-768d2ac36d8d", "serviceDescription": "service", "serviceInvariantUUID": "47aa8524-cdc1-4c97-816b-e1a153f899b6", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "4badf088-bddf-439f-a0af-f4b5410d448a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7cfabc75-5f72-404b-afd0-6990d1b0d17c", "resourceInvariantUUID": "7224890e-48bb-4386-89e4-840162b20799", "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": "1418ff17-2386-45ef-87af-b4026f70a31d", "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": "cc2e7e3c-9f5c-413e-b2cf-60297b00b13f", "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": "N2UyYmNlZmY2MmZmNWU2MTg4NDViMThhNmI4NzViNmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7be0f297-4c03-4f70-a849-8abb6a350ae9", "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": "337fd2dd-c143-4402-89dd-750f80d192fa", "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": "81c07feb-f889-4925-a3f8-e156e5f0db27", "generatedFromUUID": "337fd2dd-c143-4402-89dd-750f80d192fa" }, "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": "81c07feb-f889-4925-a3f8-e156e5f0db27", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzE3NWVlZDdhY2FiYzNhNGQ2NTg0NmFmNjI1NWVlYTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b983aa95-82c1-4d60-8088-6b97072556b1" } ], "workloadContext": "Production" } 2021-10-26T06:20:37.463Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-26T06:20:37.463Z|94a6becc-ab10-4fa7-89bc-63026083e58f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 16474590-79ee-4950-9952-768d2ac36d8d ASDC 2021-10-26T06:20:37.463Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:fc720924-3ea3-4783-9f27-9b50591bc00e ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:16474590-79ee-4950-9952-768d2ac36d8d ServiceInvariantUUID:47aa8524-cdc1-4c97-816b-e1a153f899b6 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:b983aa95-82c1-4d60-8088-6b97072556b1 ArtifactChecksum:MzE3NWVlZDdhY2FiYzNhNGQ2NTg0NmFmNjI1NWVlYTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:4badf088-bddf-439f-a0af-f4b5410d448a ResourceInvariantUUID:7224890e-48bb-4386-89e4-840162b20799 ResourceName:basic_cnf ResourceType:VF ResourceUUID:7cfabc75-5f72-404b-afd0-6990d1b0d17c 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:1418ff17-2386-45ef-87af-b4026f70a31d 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:cc2e7e3c-9f5c-413e-b2cf-60297b00b13f 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:7be0f297-4c03-4f70-a849-8abb6a350ae9 ArtifactChecksum:N2UyYmNlZmY2MmZmNWU2MTg4NDViMThhNmI4NzViNmI= 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:337fd2dd-c143-4402-89dd-750f80d192fa 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:81c07feb-f889-4925-a3f8-e156e5f0db27 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:81c07feb-f889-4925-a3f8-e156e5f0db27 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-26T06:20:37.463Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16474590-79ee-4950-9952-768d2ac36d8d 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-10-26T06:20:37.496Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:20:37.497Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:20:37.497Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:20:37.497Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b983aa95-82c1-4d60-8088-6b97072556b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-26T06:20:37.497Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:20:37.498Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-26T06:20:37.766Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:20:37.769Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b983aa95-82c1-4d60-8088-6b97072556b1 68769 2021-10-26T06:20:37.769Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-10-26T06:20:37.770Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-26T06:20:37.770Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:20:37.770Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:37.772Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:37.772Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229237769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:37.872Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:37.873Z||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-10-26T06:20:37.873Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:37.883Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:37.884Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:20:38.094Z||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-10-26T06:20:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:38.117Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:38.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229053858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "ves-openapi-manager", "timestamp": 1635229047794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "dcae-sch", "timestamp": 1635229048368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229049935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229047207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229047295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229058105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229053858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "ves-openapi-manager", "timestamp": 1635229047794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "dcae-sch", "timestamp": 1635229048368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229049935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229047207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229047295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229058105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229053858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229058105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229061264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229061399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229061399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229053858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229058105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "cds", "timestamp": 1635229062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-26T06:20:38.128Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc720924-3ea3-4783-9f27-9b50591bc00e 2021-10-26T06:20:38.128Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc720924-3ea3-4783-9f27-9b50591bc00e 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-10-26T06:20:38.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229062403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:20:38.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229053858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:20:38.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229062621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229058105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "policy-id", "timestamp": 1635229063405, "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-10-26T06:20:38.141Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc720924-3ea3-4783-9f27-9b50591bc00e 2021-10-26T06:20:38.141Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc720924-3ea3-4783-9f27-9b50591bc00e 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-10-26T06:20:38.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229058105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229063842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229058105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229064969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229065131, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229058105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229066247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229066560, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229058105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229067458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229067859, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229068501, "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-10-26T06:20:38.158Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc720924-3ea3-4783-9f27-9b50591bc00e 2021-10-26T06:20:38.158Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc720924-3ea3-4783-9f27-9b50591bc00e 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-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229068998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "multicloud-k8s-id", "timestamp": 1635229069504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229069748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229070001, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "aai-ml", "timestamp": 1635229070752, "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-10-26T06:20:38.171Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc720924-3ea3-4783-9f27-9b50591bc00e 2021-10-26T06:20:38.172Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc720924-3ea3-4783-9f27-9b50591bc00e 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-10-26T06:20:38.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229071006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-26T06:20:38.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229071206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229072011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:20:38.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229071206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229071206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229071206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229071206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229071206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229077710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229071206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229071206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229079720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:20:38.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229071206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:20:38.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "clamp", "timestamp": 1635229080722, "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-10-26T06:20:38.191Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc720924-3ea3-4783-9f27-9b50591bc00e 2021-10-26T06:20:38.192Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc720924-3ea3-4783-9f27-9b50591bc00e 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-10-26T06:20:38.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229081198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229083438, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:20:38.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635229084441, "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-10-26T06:20:38.206Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc720924-3ea3-4783-9f27-9b50591bc00e 2021-10-26T06:20:38.206Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc720924-3ea3-4783-9f27-9b50591bc00e 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-10-26T06:20:38.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aef1ba6a-5011-4bcd-93b6-bba3f335016c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229103643, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229113329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229115915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-26T06:20:38.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229117093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:38.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:20:38.772Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-26T06:20:38.773Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-10-26T06:20:38.774Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b983aa95-82c1-4d60-8088-6b97072556b1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-26T06:20:38.774Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-10-26T06:20:38.774Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-26T06:20:38.774Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-26T06:20:38.930Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP353015447058530140/Definitions/service-BasicCnf-template.yml 2021-10-26T06:20:39.989Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-26T06:20:39.990Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-26T06:20:39.991Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-10-26T06:20:39.992Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2021-10-26T06:20:39.992Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-26T06:20:39.992Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.992Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:20:39.992Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.992Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-26T06:20:39.992Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:20:39.992Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.992Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ccadd156-0aa9-41bf-b127-c828e196c1ba 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.993Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:39.994Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:39.994Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:39.994Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:16474590-79ee-4950-9952-768d2ac36d8d Model Version:NULL Model InvariantUuid:47aa8524-cdc1-4c97-816b-e1a153f899b6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a74705c2-c89f-449b-84fc-f02964dbc3b0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7224890e-48bb-4386-89e4-840162b20799 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4badf088-bddf-439f-a0af-f4b5410d448a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3461c7e7-048e-473c-a3a0-f350411f4d34 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:d855aabf-8887-454b-b679-e59ab13228cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ccadd156-0aa9-41bf-b127-c828e196c1ba ModelInvariantUuid:5ed50920-edfe-472a-9074-4474276d7ce8 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:69711f99-15fe-4b5b-8bb7-42b2385d006e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:8c26df25-21f7-45a6-8c30-6e452c102d4e ModelInvariantUuid:714f3b98-b6aa-4a0c-bd61-8a49fa3e20c4 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ed33a65d-bb6b-49f8-9ee9-20cb5170772e 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-10-26T06:20:40.000Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7cfabc75-5f72-404b-afd0-6990d1b0d17c 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-10-26T06:20:40.002Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||basic_cnf 0 2021-10-26T06:20:40.003Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7cfabc75-5f72-404b-afd0-6990d1b0d17c 2021-10-26T06:20:40.003Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1418ff17-2386-45ef-87af-b4026f70a31d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-26T06:20:40.003Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:20:40.003Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:40.307Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:20:40.308Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1418ff17-2386-45ef-87af-b4026f70a31d 12 2021-10-26T06:20:40.308Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:40.308Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:40.308Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:20:40.308Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:40.310Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:40.310Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229240308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:40.410Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:40.411Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:40.411Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:40.423Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:40.424Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:41.310Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cc2e7e3c-9f5c-413e-b2cf-60297b00b13f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-26T06:20:41.311Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:20:41.312Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:42.406Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:20:42.407Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cc2e7e3c-9f5c-413e-b2cf-60297b00b13f 2688 2021-10-26T06:20:42.407Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:42.407Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:42.407Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:20:42.407Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:42.409Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:42.409Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229242407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:42.509Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:42.510Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:42.510Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:42.520Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:42.520Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:43.410Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7be0f297-4c03-4f70-a849-8abb6a350ae9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-26T06:20:43.411Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:20:43.411Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:43.501Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:20:43.501Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7be0f297-4c03-4f70-a849-8abb6a350ae9 828 2021-10-26T06:20:43.501Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:43.501Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:43.501Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:20:43.502Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:43.504Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:43.504Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229243501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:43.604Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:43.605Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:43.605Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:43.617Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:43.617Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:20:44.506Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3461c7e7-048e-473c-a3a0-f350411f4d34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d855aabf-8887-454b-b679-e59ab13228cb", "vfModuleModelCustomizationUUID": "7d32d6fa-29a3-4ca9-97de-f91091e63555", "isBase": true, "artifacts": [ "cc2e7e3c-9f5c-413e-b2cf-60297b00b13f", "337fd2dd-c143-4402-89dd-750f80d192fa", "81c07feb-f889-4925-a3f8-e156e5f0db27" ], "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-10-26T06:20:44.510Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d855aabf-8887-454b-b679-e59ab13228cb VfModuleModelInvariantUUID:3461c7e7-048e-473c-a3a0-f350411f4d34 VfModuleModelDescription:NULL Artifacts UUID List:{ cc2e7e3c-9f5c-413e-b2cf-60297b00b13f , 337fd2dd-c143-4402-89dd-750f80d192fa , 81c07feb-f889-4925-a3f8-e156e5f0db27 } 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-10-26T06:20:44.511Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3461c7e7-048e-473c-a3a0-f350411f4d34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d855aabf-8887-454b-b679-e59ab13228cb", "vfModuleModelCustomizationUUID": "7d32d6fa-29a3-4ca9-97de-f91091e63555", "isBase": true, "artifacts": [ "cc2e7e3c-9f5c-413e-b2cf-60297b00b13f", "337fd2dd-c143-4402-89dd-750f80d192fa", "81c07feb-f889-4925-a3f8-e156e5f0db27" ], "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-10-26T06:20:44.511Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d855aabf-8887-454b-b679-e59ab13228cb VfModuleModelInvariantUUID:3461c7e7-048e-473c-a3a0-f350411f4d34 VfModuleModelDescription:NULL Artifacts UUID List:{ cc2e7e3c-9f5c-413e-b2cf-60297b00b13f , 337fd2dd-c143-4402-89dd-750f80d192fa , 81c07feb-f889-4925-a3f8-e156e5f0db27 } 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-10-26T06:20:44.512Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 337fd2dd-c143-4402-89dd-750f80d192fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-26T06:20:44.512Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:20:44.512Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:44.722Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:20:44.723Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 337fd2dd-c143-4402-89dd-750f80d192fa 1164 2021-10-26T06:20:44.723Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:44.723Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:44.724Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:20:44.724Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:44.726Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:44.726Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229244723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:44.827Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-26T06:20:44.828Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:44.828Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:44.838Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:44.839Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:45.727Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 81c07feb-f889-4925-a3f8-e156e5f0db27 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-26T06:20:45.727Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-10-26T06:20:45.727Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:46.146Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-10-26T06:20:46.146Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 81c07feb-f889-4925-a3f8-e156e5f0db27 200 2021-10-26T06:20:46.147Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:46.147Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:46.147Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-26T06:20:46.147Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:46.148Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:46.149Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229246147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:20:46.249Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:46.249Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:46.250Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:46.260Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:46.260Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:47.149Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 16474590-79ee-4950-9952-768d2ac36d8d 2021-10-26T06:20:47.149Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7cfabc75-5f72-404b-afd0-6990d1b0d17c 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=? 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=? 2021-10-26T06:20:47.164Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-10-26T06:20:47.168Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f7262d6, org.onap.sdc.toscaparser.api.parameters.Input@2e565791, org.onap.sdc.toscaparser.api.parameters.Input@705640ac, org.onap.sdc.toscaparser.api.parameters.Input@4e29346c, org.onap.sdc.toscaparser.api.parameters.Input@2019bad] 2021-10-26T06:20:47.169Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.169Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:47.169Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-10-26T06:20:47.170Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4badf088-bddf-439f-a0af-f4b5410d448a 2021-10-26T06:20:47.170Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4badf088-bddf-439f-a0af-f4b5410d448a matches Tosca VF Customization UUID: 4badf088-bddf-439f-a0af-f4b5410d448a 2021-10-26T06:20:47.170Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4badf088-bddf-439f-a0af-f4b5410d448a 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-10-26T06:20:47.172Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.172Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:47.172Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4badf088-bddf-439f-a0af-f4b5410d448a: {\"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-10-26T06:20:47.172Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b6b1b55 2021-10-26T06:20:47.173Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.173Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-26T06:20:47.173Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d32d6fa-29a3-4ca9-97de-f91091e63555 2021-10-26T06:20:47.173Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d32d6fa-29a3-4ca9-97de-f91091e63555 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-10-26T06:20:47.175Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.175Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-26T06:20:47.175Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:20:47.176Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.176Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-26T06:20:47.176Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:20:47.176Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.176Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-26T06:20:47.176Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-26T06:20:47.176Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ccadd156-0aa9-41bf-b127-c828e196c1ba 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-10-26T06:20:47.178Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.179Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-26T06:20:47.179Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-26T06:20:47.179Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.179Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-26T06:20:47.179Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4badf088-bddf-439f-a0af-f4b5410d448a 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-10-26T06:20:47.180Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.180Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:47.180Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 16474590-79ee-4950-9952-768d2ac36d8d: basic_cnf 2021-10-26T06:20:47.180Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.180Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:47.181Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.181Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:47.181Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.181Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:47.181Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.181Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:47.181Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-26T06:20:47.181Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-26T06:20:47.181Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:47.247Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7cfabc75-5f72-404b-afd0-6990d1b0d17c 1 ASDC deployResourceStructure 2021-10-26T06:20:47.247Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:47.247Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:47.247Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-26T06:20:47.248Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:47.249Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:47.249Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229247247, "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-10-26T06:20:47.349Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:47.350Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:47.350Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:47.366Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:47.367Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:48.249Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:48.250Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:48.251Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-26T06:20:48.251Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:48.253Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:48.254Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229248249, "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-10-26T06:20:48.354Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:48.354Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:48.354Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:48.366Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:48.366Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:49.254Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:49.255Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:49.255Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:20:49.256Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:49.257Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:49.257Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229249254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:20:49.358Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:49.358Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:49.359Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:49.369Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:49.369Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:50.259Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:50.260Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:50.260Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:20:50.260Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:50.262Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:50.262Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229250258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:20:50.362Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:50.363Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:50.363Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:50.375Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:50.375Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-26T06:20:51.263Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:51.263Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:51.263Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:20:51.263Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:51.266Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:51.266Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229251263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-26T06:20:51.366Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:51.367Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:51.367Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:51.377Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:51.378Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:52.266Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-10-26T06:20:52.267Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-26T06:20:52.267Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-26T06:20:52.267Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:20:52.270Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:20:52.270Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229252266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:20:52.371Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:20:52.371Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:20:52.371Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:20:52.385Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:20:52.386Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-26T06:20:53.271Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc720924-3ea3-4783-9f27-9b50591bc00e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T06:20:53.355Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc720924-3ea3-4783-9f27-9b50591bc00e 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-10-26T06:20:53.356Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-26T06:20:53.357Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:20:53.362Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-26T06:21:23.363Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc720924-3ea3-4783-9f27-9b50591bc00e 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-10-26T06:21:23.371Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc720924-3ea3-4783-9f27-9b50591bc00e and serviceModelVersionId: 16474590-79ee-4950-9952-768d2ac36d8d 2021-10-26T06:21:23.371Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47aa8524-cdc1-4c97-816b-e1a153f899b6 2021-10-26T06:21:23.372Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47aa8524-cdc1-4c97-816b-e1a153f899b6/model-vers/model-ver/16474590-79ee-4950-9952-768d2ac36d8d?depth=0 2021-10-26T06:21:23.376Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-10-26T06:21:23.411Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47aa8524-cdc1-4c97-816b-e1a153f899b6/model-vers/model-ver/16474590-79ee-4950-9952-768d2ac36d8d?depth=0|INFO|500||Invoke 2021-10-26T06:21:23.412Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47aa8524-cdc1-4c97-816b-e1a153f899b6/model-vers/model-ver/16474590-79ee-4950-9952-768d2ac36d8d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47aa8524-cdc1-4c97-816b-e1a153f899b6/model-vers/model-ver/16474590-79ee-4950-9952-768d2ac36d8d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc720924-3ea3-4783-9f27-9b50591bc00e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[223c6574-ae03-4193-8c75-0b7d31f5decc], X-ECOMP-RequestID=[fc720924-3ea3-4783-9f27-9b50591bc00e], X-TransactionId=[], X-ONAP-RequestID=[fc720924-3ea3-4783-9f27-9b50591bc00e], Content-Type=[application/merge-patch+json]} 2021-10-26T06:21:23.442Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47aa8524-cdc1-4c97-816b-e1a153f899b6/model-vers/model-ver/16474590-79ee-4950-9952-768d2ac36d8d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-26T06:21:24.192Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47aa8524-cdc1-4c97-816b-e1a153f899b6/model-vers/model-ver/16474590-79ee-4950-9952-768d2ac36d8d?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/47aa8524-cdc1-4c97-816b-e1a153f899b6/model-vers/model-ver/16474590-79ee-4950-9952-768d2ac36d8d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211026-06:21:23:450-91296], vertex-id=[266304], Content-Length=[0], Date=[Tue, 26 Oct 2021 06:21:23 GMT], Content-Type=[application/json]} 2021-10-26T06:21:24.193Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47aa8524-cdc1-4c97-816b-e1a153f899b6/model-vers/model-ver/16474590-79ee-4950-9952-768d2ac36d8d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-26T06:21:24.194Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47aa8524-cdc1-4c97-816b-e1a153f899b6/model-vers/model-ver/16474590-79ee-4950-9952-768d2ac36d8d?depth=0|INFO|500||InvokeReturn 2021-10-26T06:21:24.194Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-26T06:21:24.194Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:21:24.199Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||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-10-26T06:21:24.199Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc720924-3ea3-4783-9f27-9b50591bc00e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-26T06:21:24.200Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-26T06:21:24.200Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-10-26T06:21:24.202Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-26T06:21:24.202Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229284199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:21:24.302Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-26T06:21:24.303Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-26T06:21:24.303Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YCNAl1lefIueZ2jO) ... 2021-10-26T06:21:24.316Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:21:24.317Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 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-10-26T06:21:25.214Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:21:25.215Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:21:25.215Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:21:35.814Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:21:35.815Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:21:35.815Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:21:35.815Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:21:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:21:38.094Z||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-10-26T06:21:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:21:38.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:21:38.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229118258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:21:38.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:21:38.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229119359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:21:38.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:21:38.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229120362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229121366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229122369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d9555e6-f33d-48c9-a801-2162b29c2f2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229153636, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:21:38.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:21:38.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:21:38.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-26T06:21:38.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-26T06:21:38.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-26T06:21:38.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:21:38.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-26T06:21:38.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229164207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:21:38.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:21:38.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-26T06:21:38.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229166070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:21:38.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:21:45.359Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:21:45.360Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:21:45.360Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:21:45.360Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:21:54.901Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:21:54.902Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:21:54.902Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:21:54.902Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:22:04.441Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:22:04.442Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:22:04.442Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:22:04.442Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:22:13.987Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:22:13.987Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:22:13.988Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:22:13.988Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:22:23.526Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:22:23.527Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:22:23.527Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:22:23.527Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:22:33.065Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:22:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:22:38.092Z||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-10-26T06:22:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:22:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:22:38.094Z||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-10-26T06:22:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:22:38.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:22:38.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94a6becc-ab10-4fa7-89bc-63026083e58f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229227415, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:22:38.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:22:38.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:22:38.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-26T06:22:38.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-26T06:22:38.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-26T06:22:38.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-26T06:22:38.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-26T06:22:38.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-26T06:22:38.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-26T06:22:38.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-26T06:22:38.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-26T06:22:38.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229048381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-26T06:22:38.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-26T06:22:38.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:22:38.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229237769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-26T06:22:38.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:22:47.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:23:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:23:38.092Z||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-10-26T06:23:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:23:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:23:38.093Z||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-10-26T06:23:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:23:38.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:23:38.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229240308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229242407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229243501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229244723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229246147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229247247, "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-10-26T06:23:38.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229248249, "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-10-26T06:23:38.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229249254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229250258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229251263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-26T06:23:38.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229252266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-26T06:23:38.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:38.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-26T06:23:38.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fc720924-3ea3-4783-9f27-9b50591bc00e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635229284199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-26T06:23:38.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-26T06:23:47.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:24:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:24:38.092Z||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-10-26T06:24:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:24:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:24:38.094Z||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-10-26T06:24:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:24:47.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:24:47.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:25:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:25:38.092Z||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-10-26T06:25:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:25:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:25:38.093Z||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-10-26T06:25:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:25:47.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:25:47.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:26:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:26:38.092Z||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-10-26T06:26:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:26:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:26:38.093Z||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-10-26T06:26:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:26:47.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:26:47.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:27:38.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:27:38.092Z||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-10-26T06:27:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:27:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:27:38.094Z||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-10-26T06:27:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:27:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:27:47.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:28:38.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:28:38.092Z||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-10-26T06:28:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:28:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:28:38.094Z||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-10-26T06:28:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:28:47.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:28:47.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:29:38.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:29:38.092Z||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-10-26T06:29:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:29:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:29:38.093Z||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-10-26T06:29:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:29:47.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:29:47.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:30:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:30:38.092Z||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-10-26T06:30:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:30:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:30:38.093Z||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-10-26T06:30:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:30:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:30:47.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:31:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:31:38.092Z||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-10-26T06:31:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:31:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:31:38.094Z||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-10-26T06:31:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:31:47.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:31:47.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:32:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:32:38.092Z||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-10-26T06:32:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:32:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:32:38.093Z||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-10-26T06:32:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:32:47.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:32:47.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:33:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:33:38.092Z||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-10-26T06:33:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:33:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:33:38.093Z||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-10-26T06:33:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:33:47.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:33:47.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:34:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:34:38.092Z||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-10-26T06:34:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:34:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:34:38.093Z||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-10-26T06:34:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:34:47.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:34:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:35:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:35:38.092Z||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-10-26T06:35:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:35:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:35:38.093Z||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-10-26T06:35:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:35:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:35:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:36:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:36:38.092Z||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-10-26T06:36:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:36:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:36:38.093Z||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-10-26T06:36:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:36:47.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:36:47.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:37:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:37:38.092Z||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-10-26T06:37:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:37:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:37:38.094Z||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-10-26T06:37:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:37:47.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:37:47.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:38:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:38:38.092Z||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-10-26T06:38:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:38:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:38:38.093Z||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-10-26T06:38:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:38:47.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:38:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:39:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:39:38.092Z||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-10-26T06:39:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:39:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:39:38.094Z||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-10-26T06:39:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:39:47.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:39:47.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:40:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:40:38.092Z||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-10-26T06:40:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:40:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:40:38.093Z||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-10-26T06:40:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:40:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:40:47.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:41:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:41:38.092Z||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-10-26T06:41:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:41:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:41:38.094Z||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-10-26T06:41:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:41:47.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:41:47.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:42:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:42:38.092Z||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-10-26T06:42:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:42:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:42:38.094Z||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-10-26T06:42:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:42:47.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:42:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:43:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:43:38.092Z||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-10-26T06:43:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:43:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:43:38.094Z||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-10-26T06:43:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:43:47.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:43:47.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:44:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:44:38.092Z||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-10-26T06:44:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:44:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:44:38.094Z||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-10-26T06:44:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:44:47.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:44:47.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:45:38.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:45:38.092Z||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-10-26T06:45:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:45:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:45:38.093Z||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-10-26T06:45:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:45:47.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:45:47.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:46:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:46:38.092Z||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-10-26T06:46:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:46:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:46:38.093Z||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-10-26T06:46:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:46:47.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:46:47.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:47:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:47:38.092Z||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-10-26T06:47:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:47:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:47:38.093Z||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-10-26T06:47:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:47:47.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:47:47.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:48:38.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:48:38.092Z||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-10-26T06:48:38.092Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:48:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:48:38.093Z||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-10-26T06:48:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:48:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:48:47.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:49:38.091Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:49:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:49:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:49:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:49:38.094Z||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-10-26T06:49:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:49:47.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:49:47.642Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:50:38.091Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:50:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:50:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:50:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:50:38.094Z||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-10-26T06:50:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:50:47.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:50:47.635Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:51:38.091Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:51:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:51:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:51:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:51:38.093Z||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-10-26T06:51:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:51:47.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:51:47.639Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:52:38.091Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:52:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:52:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:52:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:52:38.093Z||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-10-26T06:52:38.093Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:52:47.629Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:52:47.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:53:11.775Z||http-nio-8085-exec-3|||||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-10-26T06:53:38.091Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:53:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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-10-26T06:53:38.092Z|fc720924-3ea3-4783-9f27-9b50591bc00e|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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:53:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-26T06:53:38.093Z||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-10-26T06:53:38.094Z||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 YCNAl1lefIueZ2jO) ... 2021-10-26T06:53:47.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-26T06:53:47.636Z|fc720924-3ea3-4783-9f27-9b50591bc00e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK