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-09-28T01:02:56.872Z||main|||||INFO|500||The following profiles are active: basic 2021-09-28T01:03:05.650Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-28T01:03:05.651Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-28T01:03:05.738Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-28T01:03:07.945Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-28T01:03:08.098Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-28T01:03:08.452Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-28T01:03:08.459Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-28T01:03:08.537Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-28T01:03:08.655Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-28T01:03:08.974Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-28T01:03:09.674Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-28T01:03:11.488Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-28T01:03:11.533Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-28T01:03:12.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-28T01:03:12.258Z||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-09-28T01:03:13.264Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-28T01:03:14.202Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-28T01:03:14.220Z||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$$b169728.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-09-28T01:03:14.221Z||main|||||WARN|500||The sdc end point is not alive 2021-09-28T01:03:16.620Z||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-09-28T01:03:18.990Z||main|||||WARN|500||--- 2021-09-28T01:03:18.991Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-28T01:03:18.991Z||main|||||WARN|500||--- 2021-09-28T01:03:19.400Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-28T01:03:23.449Z||main|||||INFO|500||Started Application in 30.473 seconds (JVM running for 31.528) 2021-09-28T01:03:23.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-28T01:03:23.460Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-28T01:03:23.470Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-28T01:03:23.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-28T01:03:23.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 50426487-6b9b-448b-936f-26f482b497b2 url= /sdc/v1/artifactTypes 2021-09-28T01:03:23.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-28T01:03:23.799Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-28T01:03:23.826Z||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-09-28T01:03:23.844Z||scheduling-1|||||DEBUG|500||create keys 2021-09-28T01:03:23.851Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-28T01:03:23.873Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:03:23.891Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ad5d03bd-22ea-412e-be13-a550d0645b9f url= /sdc/v1/registerForDistribution 2021-09-28T01:03:23.989Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ad5d03bd-22ea-412e-be13-a550d0645b9f url= /sdc/v1/registerForDistribution 2021-09-28T01:03:23.989Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-28T01:03:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:03:23.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:03:24.001Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-28T01:03:24.002Z||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-09-28T01:03:24.002Z||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-09-28T01:03:24.003Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:03:24.003Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:03:34.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:03:34.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:04:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:04:23.996Z||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-09-28T01:04:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:04:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:04:23.997Z||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-09-28T01:04:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:04:33.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:04:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:05:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:05:23.996Z||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-09-28T01:05:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:05:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:05:23.997Z||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-09-28T01:05:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:05:33.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:05:33.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:06:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:06:23.996Z||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-09-28T01:06:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:06:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:06:23.997Z||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-09-28T01:06:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:06:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:06:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:07:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:07:23.996Z||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-09-28T01:07:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:07:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:07:23.997Z||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-09-28T01:07:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:07:33.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:07:33.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:08:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:08:23.996Z||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-09-28T01:08:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:08:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:08:23.997Z||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-09-28T01:08:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:08:33.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:08:33.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:09:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:09:23.995Z||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-09-28T01:09:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:09:23.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:09:23.997Z||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-09-28T01:09:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:09:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:09:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:10:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:10:23.996Z||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-09-28T01:10:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:10:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:10:23.998Z||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-09-28T01:10:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:10:33.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:10:33.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:11:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:11:23.995Z||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-09-28T01:11:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:11:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:11:23.997Z||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-09-28T01:11:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:11:33.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:11:33.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:12:23.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:12:23.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:12:23.999Z||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-09-28T01:12:23.999Z||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-09-28T01:12:23.999Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:12:23.999Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:12:33.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:12:33.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:13:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:13:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:13:23.998Z||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-09-28T01:13:23.998Z||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-09-28T01:13:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:13:23.999Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:13:33.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:13:33.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:13:43.057Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-28T01:14:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:14:23.996Z||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-09-28T01:14:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:14:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:14:23.997Z||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-09-28T01:14:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:14:33.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:14:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:15:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:15:23.996Z||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-09-28T01:15:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:15:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:15:23.997Z||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-09-28T01:15:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:15:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:15:33.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:16:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:16:23.996Z||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-09-28T01:16:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:16:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:16:23.997Z||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-09-28T01:16:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:16:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:16:33.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:17:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:17:23.995Z||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-09-28T01:17:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:17:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:17:23.997Z||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-09-28T01:17:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:17:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:17:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:18:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:18:23.995Z||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-09-28T01:18:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:18:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:18:23.997Z||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-09-28T01:18:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:18:33.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:18:33.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:19:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:19:23.995Z||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-09-28T01:19:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:19:23.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:19:23.998Z||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-09-28T01:19:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:19:33.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:19:33.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:20:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:20:23.996Z||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-09-28T01:20:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:20:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:20:23.998Z||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-09-28T01:20:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:20:33.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:20:33.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:21:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:21:23.995Z||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-09-28T01:21:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:21:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:21:23.997Z||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-09-28T01:21:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:21:33.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:21:33.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:22:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:22:23.996Z||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-09-28T01:22:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:22:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:22:23.997Z||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-09-28T01:22:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:22:33.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:22:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:23:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:23:23.995Z||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-09-28T01:23:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:23:23.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:23:23.998Z||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-09-28T01:23:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:23:33.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:23:33.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:24:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:24:23.995Z||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-09-28T01:24:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:24:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:24:23.997Z||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-09-28T01:24:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:24:33.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:24:33.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:25:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:25:23.996Z||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-09-28T01:25:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:25:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:25:23.997Z||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-09-28T01:25:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:25:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:25:33.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:26:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:26:23.995Z||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-09-28T01:26:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:26:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:26:23.997Z||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-09-28T01:26:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:26:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:26:33.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:27:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:27:23.996Z||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-09-28T01:27:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:27:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:27:23.997Z||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-09-28T01:27:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:27:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:27:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:28:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:28:23.995Z||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-09-28T01:28:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:28:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:28:23.997Z||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-09-28T01:28:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:28:33.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:28:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:29:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:29:23.996Z||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-09-28T01:29:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:29:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:29:23.997Z||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-09-28T01:29:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:29:33.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:29:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:30:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:30:23.996Z||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-09-28T01:30:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:30:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:30:23.997Z||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-09-28T01:30:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:30:33.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:30:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:31:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:31:23.995Z||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-09-28T01:31:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:31:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:31:23.997Z||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-09-28T01:31:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:31:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:31:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:32:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:32:23.996Z||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-09-28T01:32:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:32:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:32:23.997Z||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-09-28T01:32:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:32:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:32:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:33:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:33:23.995Z||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-09-28T01:33:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:33:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:33:23.997Z||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-09-28T01:33:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:33:33.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:33:33.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:34:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:34:23.995Z||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-09-28T01:34:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:34:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:34:23.997Z||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-09-28T01:34:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:34:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:34:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:35:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:35:23.996Z||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-09-28T01:35:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:35:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:35:23.997Z||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-09-28T01:35:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:35:33.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:35:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:36:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:36:23.996Z||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-09-28T01:36:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:36:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:36:23.997Z||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-09-28T01:36:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:36:33.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:36:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:37:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:37:23.996Z||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-09-28T01:37:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:37:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:37:23.997Z||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-09-28T01:37:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:37:33.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:37:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:38:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:38:23.996Z||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-09-28T01:38:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:38:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:38:23.997Z||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-09-28T01:38:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:38:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:38:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:39:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:39:23.995Z||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-09-28T01:39:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:39:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:39:23.997Z||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-09-28T01:39:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:39:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:39:33.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:40:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:40:23.995Z||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-09-28T01:40:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:40:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:40:23.997Z||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-09-28T01:40:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:40:33.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:40:33.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:41:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:41:23.995Z||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-09-28T01:41:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:41:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:41:23.997Z||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-09-28T01:41:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:41:33.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:41:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:42:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:42:23.996Z||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-09-28T01:42:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:42:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:42:23.997Z||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-09-28T01:42:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:42:33.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:42:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:43:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:43:23.995Z||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-09-28T01:43:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:43:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:43:23.997Z||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-09-28T01:43:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:43:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:43:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:44:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:44:23.996Z||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-09-28T01:44:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:44:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:44:23.997Z||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-09-28T01:44:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:44:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:44:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:45:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:45:23.995Z||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-09-28T01:45:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:45:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:45:23.997Z||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-09-28T01:45:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:45:33.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:45:33.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:46:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:46:23.995Z||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-09-28T01:46:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:46:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:46:23.997Z||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-09-28T01:46:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:46:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:46:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:47:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:47:23.995Z||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-09-28T01:47:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:47:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:47:23.997Z||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-09-28T01:47:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:47:33.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:47:33.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:48:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:48:23.996Z||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-09-28T01:48:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:48:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:48:23.997Z||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-09-28T01:48:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:48:33.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:48:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:49:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:49:23.995Z||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-09-28T01:49:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:49:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:49:23.997Z||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-09-28T01:49:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:49:33.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:49:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:50:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:50:23.996Z||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-09-28T01:50:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:50:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:50:23.997Z||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-09-28T01:50:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:50:33.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:50:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:51:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:51:23.995Z||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-09-28T01:51:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:51:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:51:23.997Z||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-09-28T01:51:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:51:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:51:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:52:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:52:23.995Z||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-09-28T01:52:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:52:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:52:23.997Z||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-09-28T01:52:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:52:33.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:52:33.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:53:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:53:23.995Z||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-09-28T01:53:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:53:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:53:23.997Z||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-09-28T01:53:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:53:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:53:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:54:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:54:23.995Z||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-09-28T01:54:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:54:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:54:23.997Z||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-09-28T01:54:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:54:33.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:54:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:55:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:55:23.995Z||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-09-28T01:55:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:55:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:55:23.997Z||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-09-28T01:55:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:55:33.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:55:33.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:56:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:56:23.996Z||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-09-28T01:56:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:56:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:56:23.998Z||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-09-28T01:56:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:56:33.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:56:33.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:57:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:57:23.996Z||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-09-28T01:57:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:57:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:57:23.997Z||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-09-28T01:57:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:57:33.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:57:33.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:58:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:58:23.996Z||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-09-28T01:58:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:58:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:58:23.997Z||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-09-28T01:58:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:58:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:58:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:59:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:59:23.995Z||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-09-28T01:59:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:59:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T01:59:23.997Z||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-09-28T01:59:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T01:59:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T01:59:33.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:00:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:00:23.995Z||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-09-28T02:00:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:00:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:00:23.997Z||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-09-28T02:00:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:00:33.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:00:33.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:01:23.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:01:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:01:23.998Z||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-09-28T02:01:23.998Z||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-09-28T02:01:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:01:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:01:33.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:01:33.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:02:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:02:23.995Z||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-09-28T02:02:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:02:23.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:02:23.997Z||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-09-28T02:02:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:02:33.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:02:33.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:03:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:03:23.995Z||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-09-28T02:03:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:03:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:03:23.997Z||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-09-28T02:03:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:03:33.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:03:33.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:04:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:04:23.995Z||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-09-28T02:04:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:04:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:04:23.997Z||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-09-28T02:04:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:04:33.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:04:33.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:05:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:05:23.995Z||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-09-28T02:05:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:05:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:05:23.997Z||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-09-28T02:05:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:05:33.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:05:33.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:06:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:06:23.995Z||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-09-28T02:06:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:06:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:06:23.997Z||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-09-28T02:06:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:06:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:06:33.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:07:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:07:23.996Z||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-09-28T02:07:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:07:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:07:23.997Z||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-09-28T02:07:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:07:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:07:33.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:08:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:08:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:08:23.997Z||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-09-28T02:08:23.997Z||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-09-28T02:08:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:08:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:08:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:08:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:09:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:09:23.996Z||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-09-28T02:09:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:09:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:09:23.997Z||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-09-28T02:09:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:09:33.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:09:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:10:23.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:10:23.995Z||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-09-28T02:10:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:10:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:10:23.997Z||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-09-28T02:10:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:10:33.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:10:33.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:11:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:11:23.995Z||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-09-28T02:11:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:11:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:11:23.997Z||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-09-28T02:11:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:11:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:11:33.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:12:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:12:23.995Z||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-09-28T02:12:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:12:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:12:23.997Z||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-09-28T02:12:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:12:33.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:12:33.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:13:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:13:23.996Z||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-09-28T02:13:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:13:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:13:23.997Z||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-09-28T02:13:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:13:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:13:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:14:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:14:23.995Z||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-09-28T02:14:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:14:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:14:23.997Z||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-09-28T02:14:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:14:33.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:14:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:15:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:15:23.995Z||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-09-28T02:15:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:15:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:15:23.997Z||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-09-28T02:15:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:15:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:15:33.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:16:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:16:23.995Z||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-09-28T02:16:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:16:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:16:23.997Z||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-09-28T02:16:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:16:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:16:33.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:17:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:17:23.995Z||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-09-28T02:17:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:17:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:17:23.997Z||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-09-28T02:17:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:17:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:17:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:18:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:18:23.995Z||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-09-28T02:18:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:18:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:18:23.997Z||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-09-28T02:18:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:18:33.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:18:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:19:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:19:23.995Z||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-09-28T02:19:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:19:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:19:23.997Z||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-09-28T02:19:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:19:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:19:33.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:20:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:20:23.995Z||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-09-28T02:20:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:20:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:20:23.996Z||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-09-28T02:20:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:20:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:20:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:21:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:21:23.995Z||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-09-28T02:21:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:21:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:21:23.996Z||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-09-28T02:21:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:21:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:21:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:22:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:22:23.995Z||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-09-28T02:22:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:22:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:22:23.997Z||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-09-28T02:22:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:22:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:22:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:23:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:23:23.995Z||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-09-28T02:23:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:23:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:23:23.996Z||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-09-28T02:23:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:23:33.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:23:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:24:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:24:23.995Z||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-09-28T02:24:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:24:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:24:23.996Z||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-09-28T02:24:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:24:33.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:24:33.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:25:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:25:23.995Z||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-09-28T02:25:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:25:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:25:23.996Z||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-09-28T02:25:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:25:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:25:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:26:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:26:23.996Z||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-09-28T02:26:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:26:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:26:23.996Z||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-09-28T02:26:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:26:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:26:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:27:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:27:23.995Z||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-09-28T02:27:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:27:23.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:27:23.997Z||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-09-28T02:27:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:27:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:27:33.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:28:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:28:23.995Z||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-09-28T02:28:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:28:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:28:23.997Z||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-09-28T02:28:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:28:33.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:28:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:29:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:29:23.995Z||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-09-28T02:29:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:29:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:29:23.996Z||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-09-28T02:29:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:29:33.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:29:33.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:30:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:30:23.995Z||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-09-28T02:30:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:30:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:30:23.997Z||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-09-28T02:30:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:30:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:30:33.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:31:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:31:23.995Z||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-09-28T02:31:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:31:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:31:23.997Z||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-09-28T02:31:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:31:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:31:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:32:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:32:23.996Z||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-09-28T02:32:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:32:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:32:23.997Z||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-09-28T02:32:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:32:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:32:33.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:33:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:33:23.995Z||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-09-28T02:33:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:33:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:33:23.996Z||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-09-28T02:33:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:33:33.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:33:33.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:34:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:34:23.995Z||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-09-28T02:34:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:34:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:34:23.997Z||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-09-28T02:34:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:34:33.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:34:33.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:35:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:35:23.995Z||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-09-28T02:35:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:35:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:35:23.997Z||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-09-28T02:35:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:35:33.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:35:33.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:36:23.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:36:23.995Z||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-09-28T02:36:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:36:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:36:23.997Z||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-09-28T02:36:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:36:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:36:33.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:37:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:37:23.995Z||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-09-28T02:37:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:37:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:37:23.997Z||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-09-28T02:37:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:37:33.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:37:33.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:38:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:38:23.995Z||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-09-28T02:38:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:38:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:38:23.997Z||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-09-28T02:38:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:38:33.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:38:33.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:39:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:39:23.995Z||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-09-28T02:39:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:39:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:39:23.997Z||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-09-28T02:39:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:39:33.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:39:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:40:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:40:23.996Z||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-09-28T02:40:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:40:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:40:23.997Z||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-09-28T02:40:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:40:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:40:33.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:41:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:41:23.996Z||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-09-28T02:41:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:41:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:41:23.997Z||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-09-28T02:41:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:41:33.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:41:33.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:42:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:42:23.995Z||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-09-28T02:42:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:42:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:42:23.996Z||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-09-28T02:42:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:42:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:42:33.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:43:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:43:23.995Z||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-09-28T02:43:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:43:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:43:23.996Z||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-09-28T02:43:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:43:33.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:43:33.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:44:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:44:23.995Z||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-09-28T02:44:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:44:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:44:23.997Z||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-09-28T02:44:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:44:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:44:33.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:45:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:45:23.995Z||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-09-28T02:45:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:45:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:45:23.997Z||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-09-28T02:45:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:45:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:45:33.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:46:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:46:23.995Z||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-09-28T02:46:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:46:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:46:23.997Z||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-09-28T02:46:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:46:33.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:46:33.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:47:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:47:23.995Z||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-09-28T02:47:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:47:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:47:23.996Z||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-09-28T02:47:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:47:33.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:47:33.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:48:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:48:23.995Z||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-09-28T02:48:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:48:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:48:23.997Z||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-09-28T02:48:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:48:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:48:33.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:49:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:49:23.995Z||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-09-28T02:49:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:49:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:49:23.997Z||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-09-28T02:49:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:49:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:49:33.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:50:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:50:23.996Z||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-09-28T02:50:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:50:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:50:23.997Z||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-09-28T02:50:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:50:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:50:33.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:51:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:51:23.996Z||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-09-28T02:51:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:51:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:51:23.997Z||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-09-28T02:51:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:51:33.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:51:33.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:52:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:52:23.996Z||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-09-28T02:52:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:52:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:52:23.997Z||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-09-28T02:52:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:52:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:52:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:53:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:53:23.995Z||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-09-28T02:53:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:53:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:53:23.997Z||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-09-28T02:53:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:53:33.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:53:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:54:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:54:23.996Z||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-09-28T02:54:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:54:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:54:23.997Z||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-09-28T02:54:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:54:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:54:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:55:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:55:23.995Z||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-09-28T02:55:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:55:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:55:23.997Z||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-09-28T02:55:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:55:33.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:55:33.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:56:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:56:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:56:23.997Z||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-09-28T02:56:23.997Z||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-09-28T02:56:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:56:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:56:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:56:33.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:57:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:57:23.995Z||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-09-28T02:57:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:57:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:57:23.997Z||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-09-28T02:57:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:57:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:57:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:58:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:58:23.995Z||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-09-28T02:58:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:58:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:58:23.997Z||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-09-28T02:58:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:58:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:58:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:59:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:59:23.995Z||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-09-28T02:59:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:59:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T02:59:23.997Z||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-09-28T02:59:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T02:59:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T02:59:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:00:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:00:23.995Z||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-09-28T03:00:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:00:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:00:23.997Z||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-09-28T03:00:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:00:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:00:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:01:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:01:23.995Z||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-09-28T03:01:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:01:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:01:23.997Z||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-09-28T03:01:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:01:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:01:33.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:02:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:02:23.995Z||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-09-28T03:02:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:02:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:02:23.996Z||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-09-28T03:02:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:02:33.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:02:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:03:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:03:23.995Z||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-09-28T03:03:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:03:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:03:23.997Z||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-09-28T03:03:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:03:33.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:03:33.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:04:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:04:23.995Z||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-09-28T03:04:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:04:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:04:23.997Z||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-09-28T03:04:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:04:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:04:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:05:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:05:23.995Z||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-09-28T03:05:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:05:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:05:23.997Z||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-09-28T03:05:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:05:33.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:05:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:06:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:06:23.996Z||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-09-28T03:06:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:06:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:06:23.997Z||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-09-28T03:06:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:06:33.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:06:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:07:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:07:23.995Z||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-09-28T03:07:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:07:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:07:23.996Z||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-09-28T03:07:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:07:33.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:07:33.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:08:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:08:23.995Z||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-09-28T03:08:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:08:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:08:23.997Z||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-09-28T03:08:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:08:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:08:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:09:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:09:23.995Z||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-09-28T03:09:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:09:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:09:23.996Z||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-09-28T03:09:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:09:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:09:33.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:10:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:10:23.996Z||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-09-28T03:10:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:10:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:10:23.997Z||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-09-28T03:10:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:10:33.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:10:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:11:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:11:23.996Z||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-09-28T03:11:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:11:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:11:23.997Z||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-09-28T03:11:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:11:33.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:11:33.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:12:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:12:23.995Z||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-09-28T03:12:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:12:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:12:23.996Z||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-09-28T03:12:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:12:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:12:33.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:13:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:13:23.995Z||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-09-28T03:13:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:13:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:13:23.997Z||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-09-28T03:13:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:13:33.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:13:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:14:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:14:23.995Z||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-09-28T03:14:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:14:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:14:23.997Z||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-09-28T03:14:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:14:33.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:14:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:15:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:15:23.995Z||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-09-28T03:15:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:15:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:15:23.996Z||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-09-28T03:15:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:15:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:15:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:16:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:16:23.995Z||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-09-28T03:16:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:16:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:16:23.996Z||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-09-28T03:16:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:16:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:16:33.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:17:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:17:23.995Z||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-09-28T03:17:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:17:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:17:23.996Z||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-09-28T03:17:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:17:33.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:17:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:18:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:18:23.995Z||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-09-28T03:18:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:18:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:18:23.996Z||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-09-28T03:18:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:18:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:18:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:19:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:19:23.995Z||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-09-28T03:19:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:19:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:19:23.997Z||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-09-28T03:19:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:19:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:19:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:20:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:20:23.995Z||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-09-28T03:20:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:20:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:20:23.997Z||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-09-28T03:20:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:20:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:20:33.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:21:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:21:23.995Z||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-09-28T03:21:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:21:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:21:23.997Z||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-09-28T03:21:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:21:33.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:21:33.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:22:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:22:23.995Z||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-09-28T03:22:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:22:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:22:23.997Z||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-09-28T03:22:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:22:33.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:22:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:23:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:23:23.995Z||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-09-28T03:23:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:23:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:23:23.996Z||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-09-28T03:23:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:23:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:23:33.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:24:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:24:23.995Z||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-09-28T03:24:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:24:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:24:23.997Z||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-09-28T03:24:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:24:33.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:24:33.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:25:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:25:23.996Z||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-09-28T03:25:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:25:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:25:23.996Z||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-09-28T03:25:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:25:33.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:25:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:26:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:26:23.995Z||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-09-28T03:26:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:26:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:26:23.997Z||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-09-28T03:26:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:26:33.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:26:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:27:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:27:23.995Z||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-09-28T03:27:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:27:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:27:23.997Z||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-09-28T03:27:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:27:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:27:33.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:28:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:28:23.995Z||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-09-28T03:28:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:28:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:28:23.996Z||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-09-28T03:28:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:28:33.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:28:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:29:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:29:23.995Z||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-09-28T03:29:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:29:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:29:23.996Z||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-09-28T03:29:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:29:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:29:33.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:30:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:30:23.995Z||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-09-28T03:30:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:30:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:30:23.997Z||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-09-28T03:30:23.998Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:30:33.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:30:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:31:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:31:23.995Z||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-09-28T03:31:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:31:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:31:23.997Z||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-09-28T03:31:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:31:33.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:31:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:32:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:32:23.995Z||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-09-28T03:32:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:32:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:32:23.996Z||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-09-28T03:32:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:32:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:32:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:33:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:33:23.995Z||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-09-28T03:33:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:33:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:33:23.996Z||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-09-28T03:33:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:33:33.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:33:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:34:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:34:23.995Z||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-09-28T03:34:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:34:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:34:23.997Z||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-09-28T03:34:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:34:33.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:34:33.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:35:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:35:23.996Z||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-09-28T03:35:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:35:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:35:23.997Z||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-09-28T03:35:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:35:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:35:33.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:36:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:36:23.995Z||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-09-28T03:36:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:36:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:36:23.996Z||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-09-28T03:36:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:36:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:36:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:37:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:37:23.995Z||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-09-28T03:37:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:37:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:37:23.997Z||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-09-28T03:37:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:37:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:37:33.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:38:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:38:23.995Z||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-09-28T03:38:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:38:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:38:23.997Z||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-09-28T03:38:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:38:33.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:38:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:39:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:39:23.995Z||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-09-28T03:39:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:39:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:39:23.997Z||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-09-28T03:39:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:39:33.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:39:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:40:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:40:23.995Z||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-09-28T03:40:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:40:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:40:23.997Z||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-09-28T03:40:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:40:33.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:40:33.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:41:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:41:23.995Z||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-09-28T03:41:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:41:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:41:23.996Z||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-09-28T03:41:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:41:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:41:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:42:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:42:23.995Z||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-09-28T03:42:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:42:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:42:23.997Z||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-09-28T03:42:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:42:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:42:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:43:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:43:23.995Z||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-09-28T03:43:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:43:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:43:23.996Z||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-09-28T03:43:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:43:33.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:43:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:44:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:44:23.995Z||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-09-28T03:44:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:44:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:44:23.997Z||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-09-28T03:44:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:44:33.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:44:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:45:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:45:23.995Z||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-09-28T03:45:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:45:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:45:23.997Z||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-09-28T03:45:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:45:33.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:45:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:46:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:46:23.995Z||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-09-28T03:46:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:46:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:46:23.996Z||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-09-28T03:46:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:46:33.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:46:33.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:47:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:47:23.995Z||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-09-28T03:47:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:47:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:47:23.997Z||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-09-28T03:47:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:47:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:47:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:48:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:48:23.995Z||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-09-28T03:48:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:48:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:48:23.996Z||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-09-28T03:48:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:48:33.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:48:33.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:49:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:49:23.995Z||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-09-28T03:49:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:49:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:49:23.996Z||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-09-28T03:49:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:49:33.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:49:33.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:50:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:50:23.995Z||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-09-28T03:50:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:50:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:50:23.996Z||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-09-28T03:50:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:50:33.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:50:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:51:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:51:23.995Z||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-09-28T03:51:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:51:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:51:23.996Z||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-09-28T03:51:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:51:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:51:33.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:52:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:52:23.995Z||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-09-28T03:52:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:52:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:52:23.996Z||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-09-28T03:52:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:52:33.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:52:33.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:53:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:53:23.995Z||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-09-28T03:53:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:53:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:53:23.997Z||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-09-28T03:53:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:53:33.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:53:33.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:54:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:54:23.995Z||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-09-28T03:54:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:54:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:54:23.996Z||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-09-28T03:54:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:54:33.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:54:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:55:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:55:23.995Z||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-09-28T03:55:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:55:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:55:23.996Z||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-09-28T03:55:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:55:33.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:55:33.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:56:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:56:23.995Z||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-09-28T03:56:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:56:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:56:23.996Z||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-09-28T03:56:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:56:33.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:56:33.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:57:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:57:23.995Z||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-09-28T03:57:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:57:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:57:23.997Z||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-09-28T03:57:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:57:33.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:57:33.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:58:23.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:58:23.995Z||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-09-28T03:58:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:58:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:58:23.996Z||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-09-28T03:58:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:58:33.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:58:33.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:59:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:59:23.995Z||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-09-28T03:59:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:59:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T03:59:23.997Z||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-09-28T03:59:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T03:59:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T03:59:33.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:00:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:00:23.995Z||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-09-28T04:00:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:00:23.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:00:23.997Z||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-09-28T04:00:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:00:33.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:00:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:01:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:01:23.995Z||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-09-28T04:01:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:01:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:01:23.997Z||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-09-28T04:01:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:01:33.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:01:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:02:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:02:23.995Z||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-09-28T04:02:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:02:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:02:23.996Z||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-09-28T04:02:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:02:33.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:02:33.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:03:23.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:03:23.995Z||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-09-28T04:03:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:03:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:03:23.996Z||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-09-28T04:03:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:03:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:03:33.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:04:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:04:23.996Z||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-09-28T04:04:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:04:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:04:23.997Z||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-09-28T04:04:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:04:33.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:04:33.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:05:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:05:23.995Z||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-09-28T04:05:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:05:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:05:23.996Z||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-09-28T04:05:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:05:33.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:05:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:06:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:06:23.995Z||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-09-28T04:06:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:06:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:06:23.997Z||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-09-28T04:06:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:06:33.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:06:33.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:07:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:07:23.995Z||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-09-28T04:07:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:07:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:07:23.996Z||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-09-28T04:07:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:07:33.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:07:33.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:08:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:08:23.996Z||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-09-28T04:08:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:08:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:08:23.996Z||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-09-28T04:08:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:08:33.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:08:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:09:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:09:23.995Z||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-09-28T04:09:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:09:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:09:23.996Z||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-09-28T04:09:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:09:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:09:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:10:23.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:10:23.995Z||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-09-28T04:10:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:10:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:10:23.997Z||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-09-28T04:10:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:10:33.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:10:33.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:11:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:11:23.995Z||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-09-28T04:11:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:11:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:11:23.997Z||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-09-28T04:11:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:11:33.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:11:33.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:12:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:12:23.995Z||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-09-28T04:12:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:12:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:12:23.997Z||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-09-28T04:12:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:12:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:12:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:13:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:13:23.995Z||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-09-28T04:13:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:13:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:13:23.997Z||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-09-28T04:13:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:13:33.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:13:33.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:14:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:14:23.995Z||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-09-28T04:14:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:14:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:14:23.997Z||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-09-28T04:14:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:14:33.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:14:33.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:15:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:15:23.995Z||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-09-28T04:15:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:15:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:15:23.997Z||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-09-28T04:15:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:15:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:15:33.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:16:23.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:16:23.995Z||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-09-28T04:16:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:16:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:16:23.996Z||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-09-28T04:16:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:16:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:16:33.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:17:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:17:23.995Z||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-09-28T04:17:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:17:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:17:23.997Z||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-09-28T04:17:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:17:33.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:17:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:18:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:18:23.995Z||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-09-28T04:18:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:18:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:18:23.997Z||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-09-28T04:18:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:18:33.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:18:33.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:19:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:19:23.995Z||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-09-28T04:19:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:19:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:19:23.996Z||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-09-28T04:19:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:19:33.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:19:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:20:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:20:23.995Z||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-09-28T04:20:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:20:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:20:23.997Z||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-09-28T04:20:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:20:33.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:20:33.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:21:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:21:23.995Z||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-09-28T04:21:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:21:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:21:23.997Z||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-09-28T04:21:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:21:33.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:21:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:22:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:22:23.995Z||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-09-28T04:22:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:22:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:22:23.996Z||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-09-28T04:22:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:22:33.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:22:33.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:23:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:23:23.995Z||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-09-28T04:23:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:23:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:23:23.996Z||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-09-28T04:23:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:23:33.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:23:33.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:24:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:24:23.995Z||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-09-28T04:24:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:24:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:24:23.997Z||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-09-28T04:24:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:24:33.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:24:33.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:25:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:25:23.995Z||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-09-28T04:25:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:25:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:25:23.996Z||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-09-28T04:25:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:25:33.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:25:33.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:26:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:26:23.995Z||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-09-28T04:26:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:26:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:26:23.996Z||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-09-28T04:26:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:26:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:26:33.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:27:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:27:23.995Z||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-09-28T04:27:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:27:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:27:23.996Z||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-09-28T04:27:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:27:33.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:27:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:28:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:28:23.995Z||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-09-28T04:28:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:28:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:28:23.996Z||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-09-28T04:28:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:28:33.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:28:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:29:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:29:23.995Z||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-09-28T04:29:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:29:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:29:23.996Z||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-09-28T04:29:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:29:33.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:29:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:30:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:30:23.995Z||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-09-28T04:30:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:30:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:30:23.997Z||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-09-28T04:30:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:30:33.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:30:33.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:31:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:31:23.995Z||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-09-28T04:31:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:31:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:31:23.996Z||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-09-28T04:31:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:31:33.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:31:33.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:32:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:32:23.995Z||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-09-28T04:32:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:32:23.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:32:23.996Z||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-09-28T04:32:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:32:33.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:32:33.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:33:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:33:23.995Z||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-09-28T04:33:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:33:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:33:23.996Z||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-09-28T04:33:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:33:33.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:33:33.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:34:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:34:23.995Z||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-09-28T04:34:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:34:23.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:34:23.996Z||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-09-28T04:34:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:34:33.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:34:33.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:23.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:35:23.995Z||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-09-28T04:35:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:35:23.997Z||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-09-28T04:35:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:24.125Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:24.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803671483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "ves-openapi-manager", "timestamp": 1632803674738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803671483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOTIFIED" } 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "ves-openapi-manager", "timestamp": 1632803674738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803678530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803678723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803671483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "ves-openapi-manager", "timestamp": 1632803674738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803679020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803678530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803678723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOTIFIED" } 2021-09-28T04:35:24.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803671483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "ves-openapi-manager", "timestamp": 1632803674738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803679020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803678530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "cds", "timestamp": 1632803680566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803678723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803671483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-28T04:35:24.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "ves-openapi-manager", "timestamp": 1632803674738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803681006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803679020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-28T04:35:24.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "dcae-sch", "timestamp": 1632803681236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803678530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "cds", "timestamp": 1632803680566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803678723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803671483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "ves-openapi-manager", "timestamp": 1632803674738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803681006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803679020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "dcae-sch", "timestamp": 1632803681236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803678530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "cds", "timestamp": 1632803680566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803678723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803671483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "ves-openapi-manager", "timestamp": 1632803674738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803681006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803679020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "dcae-sch", "timestamp": 1632803681236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803678530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "cds", "timestamp": 1632803680566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803678723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803681006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803679020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "dcae-sch", "timestamp": 1632803681236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803678530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "cds", "timestamp": 1632803680566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803678723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803681006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803679020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "dcae-sch", "timestamp": 1632803681236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803686089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "cds", "timestamp": 1632803680566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803681006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "dcae-sch", "timestamp": 1632803681236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "cds", "timestamp": 1632803680566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803681006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "dcae-sch", "timestamp": 1632803681236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803688083, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803689002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803689557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "cds", "timestamp": 1632803689678, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803689786, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803690009, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "cds", "timestamp": 1632803690692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-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-09-28T04:35:24.402Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4 2021-09-28T04:35:24.422Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-09-28T04:35:24.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "policy-id", "timestamp": 1632803691013, "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-09-28T04:35:24.447Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4 2021-09-28T04:35:24.447Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-09-28T04:35:24.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803691079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803692487, "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-09-28T04:35:24.457Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4 2021-09-28T04:35:24.457Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-09-28T04:35:24.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "multicloud-k8s-id", "timestamp": 1632803693491, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:35:24.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803694179, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:35:24.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803695183, "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-09-28T04:35:24.467Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4 2021-09-28T04:35:24.467Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-09-28T04:35:24.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803703128, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803704397, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:35:24.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803705134, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:35:24.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "cds", "timestamp": 1632803695566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "dcae-sch", "timestamp": 1632803701236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803699020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "aai-ml", "timestamp": 1632803705403, "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-09-28T04:35:24.478Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4 2021-09-28T04:35:24.478Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-09-28T04:35:24.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "clamp", "timestamp": 1632803706137, "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-09-28T04:35:24.487Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80c27a48-9876-4ba6-9136-99230a1d0df4 2021-09-28T04:35:24.487Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c27a48-9876-4ba6-9136-99230a1d0df4 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-09-28T04:35:24.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "cds", "timestamp": 1632803695566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "dcae-sch", "timestamp": 1632803701236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803699020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "cds", "timestamp": 1632803695566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "dcae-sch", "timestamp": 1632803701236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803699020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T04:35:24.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "cds", "timestamp": 1632803695566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "dcae-sch", "timestamp": 1632803701236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803699020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803708530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "cds", "timestamp": 1632803695566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "dcae-sch", "timestamp": 1632803701236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803708723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803699020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803708530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "cds", "timestamp": 1632803695566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "dcae-sch", "timestamp": 1632803701236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803708723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:35:24.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803699020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803708530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "cds", "timestamp": 1632803695566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "dcae-sch", "timestamp": 1632803701236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803708723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803699020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803711006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803711483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803708530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803708723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "cds", "timestamp": 1632803712564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803712567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803711006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803711483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:35:24.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803708530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803708723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "cds", "timestamp": 1632803713568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-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-09-28T04:35:24.517Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11 2021-09-28T04:35:24.517Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:35:24.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803713570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:35:24.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803711006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803711483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T04:35:24.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803708530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803708723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "policy-id", "timestamp": 1632803714572, "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-09-28T04:35:24.528Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11 2021-09-28T04:35:24.529Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:35:24.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803711006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803711483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803708530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "ves-openapi-manager", "timestamp": 1632803714738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803708723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803711006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803711483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-28T04:35:24.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "ves-openapi-manager", "timestamp": 1632803714738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803711006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803716966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.539Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803711483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "ves-openapi-manager", "timestamp": 1632803714738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803711006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803711483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:24.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "ves-openapi-manager", "timestamp": 1632803714738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803719005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "ves-openapi-manager", "timestamp": 1632803714738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803719609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "ves-openapi-manager", "timestamp": 1632803714738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803721007, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803721145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:35:24.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "ves-openapi-manager", "timestamp": 1632803714738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:35:24.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632803722147, "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-09-28T04:35:24.546Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11 2021-09-28T04:35:24.547Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:35:24.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803723296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:24.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:35:24.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:24.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-28T04:35:24.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"80c27a48-9876-4ba6-9136-99230a1d0df4","serviceName":"vFW 2021-09-28 04-31-15","serviceVersion":"1.0","serviceUUID":"17a3d059-2720-46b2-8fff-ff0f5563536c","serviceDescription":"catalog service description","serviceInvariantUUID":"a5333ecf-5c09-4487-8f07-fe4e7fdec78b","resources":[{"resourceInstanceName":"vFW 47213a92-8c89 0","resourceName":"vFW 47213a92-8c89","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"338af713-cc00-4274-a918-e2afdc016576","resourceInvariantUUID":"55f38e96-53a0-4b1c-b45f-aee899c5f35e","resourceCustomizationUUID":"d7035edd-33f8-42dc-afdc-ce42e83e95a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml","artifactChecksum":"ZWMzZDFhOGEyZmI0MjM5MzZmZjFmMjE2OTMwZWZmNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f870fb8c-bd47-4b97-ab79-07a332b1ded9","artifactVersion":"1"},{"artifactName":"vfw47213a928c890_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json","artifactChecksum":"Yjg1OWU1N2M2MmRmY2FmMWYzNWJiZDZhM2QyOGFiNjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b4509a2-0493-4388-ad80-43cced31d04b","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a3c0e884-f25f-44a0-93ed-ef1a800842d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml","artifactChecksum":"MmIwMjc0YjgxYjAyOTM2ZTA2NGExNDUzNGQ3MDAxNDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a0619da-5812-487b-884d-767f60d97fb3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bc04c501-f169-49d0-8fb2-45faf4a718db","artifactVersion":"3","generatedFromUUID":"a3c0e884-f25f-44a0-93ed-ef1a800842d7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210928043115-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml","artifactChecksum":"NmU2ZjAyYzBmOWEyYmExMGQ0ZWQ1MzMzY2Y5MjQ5MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef53c3b9-5e17-4c55-ab7f-c9380e073349","artifactVersion":"1"},{"artifactName":"service-Vfw20210928043115-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar","artifactChecksum":"ODNlMDZkODdhZDExNTVjMzNlZTM5MjUwYWU4MzhiYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9c53b5d-31a6-4636-b020-bdbd8474bf03","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T04:35:24.627Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:35:24.631Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:24.636Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:24.636Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:24.737Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:35:24.740Z||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-09-28T04:35:24.740Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:24.750Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:24.751Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:25.640Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:35:25.640Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:25.642Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:25.642Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOTIFIED" } 2021-09-28T04:35:25.742Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:25.742Z||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-09-28T04:35:25.743Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:25.754Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:25.754Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:26.642Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:35:26.643Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:26.644Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:26.644Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-28T04:35:26.745Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:35:26.745Z||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-09-28T04:35:26.745Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:26.757Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:26.757Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:27.645Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:35:27.645Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:27.647Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:27.647Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:27.747Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:27.747Z||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-09-28T04:35:27.747Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:27.757Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:27.757Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:28.647Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:35:28.648Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:28.649Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:28.650Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-28T04:35:28.750Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:28.750Z||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-09-28T04:35:28.750Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:28.762Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:28.762Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:29.650Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:35:29.651Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:29.652Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:29.652Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:35:29.752Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:29.753Z||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-09-28T04:35:29.753Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:29.764Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:29.765Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:30.653Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:35:30.653Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:30.655Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:30.655Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:35:30.755Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:30.755Z||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-09-28T04:35:30.755Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:30.766Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:30.766Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:31.656Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "serviceName": "vFW 2021-09-28 04-31-15", "serviceVersion": "1.0", "serviceUUID": "17a3d059-2720-46b2-8fff-ff0f5563536c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a5333ecf-5c09-4487-8f07-fe4e7fdec78b", "resources": [ { "resourceInstanceName": "vFW 47213a92-8c89 0", "resourceCustomizationUUID": "d7035edd-33f8-42dc-afdc-ce42e83e95a7", "resourceName": "vFW 47213a92-8c89", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "338af713-cc00-4274-a918-e2afdc016576", "resourceInvariantUUID": "55f38e96-53a0-4b1c-b45f-aee899c5f35e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw47213a928c890_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "artifactChecksum": "Yjg1OWU1N2M2MmRmY2FmMWYzNWJiZDZhM2QyOGFiNjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7b4509a2-0493-4388-ad80-43cced31d04b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a3c0e884-f25f-44a0-93ed-ef1a800842d7", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "bc04c501-f169-49d0-8fb2-45faf4a718db", "generatedFromUUID": "a3c0e884-f25f-44a0-93ed-ef1a800842d7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "bc04c501-f169-49d0-8fb2-45faf4a718db", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210928043115-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "artifactChecksum": "ODNlMDZkODdhZDExNTVjMzNlZTM5MjUwYWU4MzhiYjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e9c53b5d-31a6-4636-b020-bdbd8474bf03" } ], "workloadContext": "Production" } 2021-09-28T04:35:31.657Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T04:35:31.657Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 17a3d059-2720-46b2-8fff-ff0f5563536c ASDC 2021-09-28T04:35:31.730Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:80c27a48-9876-4ba6-9136-99230a1d0df4 ServiceName:vFW 2021-09-28 04-31-15 ServiceVersion:1.0 ServiceUUID:17a3d059-2720-46b2-8fff-ff0f5563536c ServiceInvariantUUID:a5333ecf-5c09-4487-8f07-fe4e7fdec78b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210928043115-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar ArtifactUUID:e9c53b5d-31a6-4636-b020-bdbd8474bf03 ArtifactChecksum:ODNlMDZkODdhZDExNTVjMzNlZTM5MjUwYWU4MzhiYjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 47213a92-8c89 0 ResourceCustomizationUUID:d7035edd-33f8-42dc-afdc-ce42e83e95a7 ResourceInvariantUUID:55f38e96-53a0-4b1c-b45f-aee899c5f35e ResourceName:vFW 47213a92-8c89 ResourceType:VF ResourceUUID:338af713-cc00-4274-a918-e2afdc016576 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw47213a928c890_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json ArtifactUUID:7b4509a2-0493-4388-ad80-43cced31d04b ArtifactChecksum:Yjg1OWU1N2M2MmRmY2FmMWYzNWJiZDZhM2QyOGFiNjc= 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/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml ArtifactUUID:a3c0e884-f25f-44a0-93ed-ef1a800842d7 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env ArtifactUUID:bc04c501-f169-49d0-8fb2-45faf4a718db ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env ArtifactUUID:bc04c501-f169-49d0-8fb2-45faf4a718db ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T04:35:31.730Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17a3d059-2720-46b2-8fff-ff0f5563536c 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-09-28T04:35:31.763Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:35:31.763Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-28T04:35:31.764Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-28T04:35:31.764Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e9c53b5d-31a6-4636-b020-bdbd8474bf03 from URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:31.764Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-28T04:35:31.765Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:31.986Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-28T04:35:31.999Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar e9c53b5d-31a6-4636-b020-bdbd8474bf03 98780 2021-09-28T04:35:32.001Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar ASDC sendASDCNotification 2021-09-28T04:35:32.001Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:32.002Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:35:32.002Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:32.004Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:32.004Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803732000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:32.104Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:32.105Z||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-09-28T04:35:32.105Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:32.116Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:32.116Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:33.005Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:35:33.006Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-28T04:35:33.006Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e9c53b5d-31a6-4636-b020-bdbd8474bf03, URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar to file: /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:33.006Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210928043115-csar.csar 2021-09-28T04:35:33.058Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:33.058Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:33.719Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6880275893457145261/Definitions/service-Vfw20210928043115-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_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_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-09-28T04:35:35.880Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T04:35:35.884Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-28T04:35:35.884Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.885Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-28T04:35:35.885Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.885Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.885Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.886Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 47213a92-8c89 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-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.887Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:35.888Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-28T04:35:35.893Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.894Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:35.897Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:35.898Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-28T04:35:35.899Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:35:35.900Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.901Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:35.901Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:35.901Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-28T04:35:35.901Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:35:35.902Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.902Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:35.915Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.915Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria 2021-09-28T04:35:35.915Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T04:35:35.915Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T04:35:35.916Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T04:35:35.916Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.916Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:35.916Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T04:35:35.917Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.917Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T04:35:35.917Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T04:35:35.917Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T04:35:35.918Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.919Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T04:35:35.919Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.919Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:35:35.920Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.920Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:35.921Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:35:35.921Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.921Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:35.922Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:35:35.922Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.922Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:35.922Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:35:35.923Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.923Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria 2021-09-28T04:35:35.923Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T04:35:35.924Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.925Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:35.925Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T04:35:35.925Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:35.925Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T04:35:35.926Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.926Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f2412af2-222e-4e22-a7e5-22940a39a871 2021-09-28T04:35:35.926Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.926Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria 2021-09-28T04:35:35.927Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T04:35:35.927Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T04:35:35.927Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T04:35:35.927Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.928Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:35.928Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T04:35:35.928Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.928Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-28T04:35:35.929Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T04:35:35.929Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:35.929Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T04:35:35.929Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.930Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=daa2a467-b172-485f-a9d7-29eb177f55da 2021-09-28T04:35:35.930Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.930Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria 2021-09-28T04:35:35.930Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T04:35:35.931Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T04:35:35.931Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T04:35:35.931Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.931Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T04:35:35.932Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:35.933Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:35.933Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-28T04:35:35.933Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14a5a422-59a4-42d4-a1b3-299c96329cb3 2021-09-28T04:35:35.934Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.934Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:35.934Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.934Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:35.935Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.935Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:35.935Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:35.936Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:35.936Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-28 04-31-15 Description:catalog service description Model UUID:17a3d059-2720-46b2-8fff-ff0f5563536c Model Version:NULL Model InvariantUuid:a5333ecf-5c09-4487-8f07-fe4e7fdec78b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 47213a92-8c89 Model UUID:9c170e3a-a77c-4d05-b70d-7896e0cfb201 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:55f38e96-53a0-4b1c-b45f-aee899c5f35e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d7035edd-33f8-42dc-afdc-ce42e83e95a7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:27784f2a-089c-4239-8971-efc0d138ddec ModelName:Vfw47213a928c89..base_vfw..module-0 ModelUuid:097baaf8-d630-4e77-80b6-7359d8b7f5c2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f2412af2-222e-4e22-a7e5-22940a39a871 ModelInvariantUuid:437e18fe-3225-4743-b7c4-dd406b9888d8 ModelName:vFW 47213a92-8c89-nodes.vfwCvfc ModelUuid:a810cb97-86ca-4196-97b7-56299d8407c1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:6b75f542-67ed-4d41-aafa-e37e9273a2e6 ModelInvariantUuid:ff39089e-ad61-4994-91ce-e5cc602a4ed4 ModelName:Vfw47213a928c89.compute.nodes.heat.vfw ModelUuid:9710d982-2287-4db4-b9a6-9f7e2aaea497 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:daa2a467-b172-485f-a9d7-29eb177f55da ModelInvariantUuid:ed0fee45-a133-4475-9430-62805cb9faf7 ModelName:vFW 47213a92-8c89-nodes.vsnCvfc ModelUuid:125d7971-be40-42e3-8b93-ebcead474a10 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dfcf11f8-28a6-4961-ba28-37b06287a0de ModelInvariantUuid:af4f195a-8e9b-4ad8-84f2-297e25b607f2 ModelName:Vfw47213a928c89.compute.nodes.heat.vsn ModelUuid:5c879f4c-a03a-4da0-9f5f-e52eac4d8852 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:14a5a422-59a4-42d4-a1b3-299c96329cb3 ModelInvariantUuid:6abf136d-663f-494d-9015-380d891f942a ModelName:vFW 47213a92-8c89-nodes.vpgCvfc ModelUuid:04e4dc1c-21e2-4c64-bbde-a4bccd9e01d4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:621767fe-db5b-4894-b5fd-a15cf396634d ModelInvariantUuid:32403bbb-259c-465b-ba5a-b3baa64cedf4 ModelName:Vfw47213a928c89.compute.nodes.heat.vpg ModelUuid:aa4fc981-a309-4513-a563-51f74653eb0f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T04:35:35.950Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 338af713-cc00-4274-a918-e2afdc016576 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:35:36.044Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||vFW 47213a92-8c89 0 2021-09-28T04:35:36.052Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 338af713-cc00-4274-a918-e2afdc016576 2021-09-28T04:35:36.052Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7b4509a2-0493-4388-ad80-43cced31d04b from URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json 2021-09-28T04:35:36.052Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-28T04:35:36.053Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json 2021-09-28T04:35:37.453Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-28T04:35:37.453Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json 7b4509a2-0493-4388-ad80-43cced31d04b 785 2021-09-28T04:35:37.454Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json ASDC sendASDCNotification 2021-09-28T04:35:37.454Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json 2021-09-28T04:35:37.454Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:35:37.454Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:37.457Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:37.458Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803737454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:37.558Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:35:37.558Z||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-09-28T04:35:37.558Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:37.569Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:37.569Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:38.459Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw47213a928c89..base_vfw..module-0", "vfModuleModelInvariantUUID": "27784f2a-089c-4239-8971-efc0d138ddec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "097baaf8-d630-4e77-80b6-7359d8b7f5c2", "vfModuleModelCustomizationUUID": "a05b6b3c-a138-4285-be19-6a2e725df3a7", "isBase": true, "artifacts": [ "a3c0e884-f25f-44a0-93ed-ef1a800842d7", "bc04c501-f169-49d0-8fb2-45faf4a718db" ], "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-09-28T04:35:38.471Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw47213a928c89..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:097baaf8-d630-4e77-80b6-7359d8b7f5c2 VfModuleModelInvariantUUID:27784f2a-089c-4239-8971-efc0d138ddec VfModuleModelDescription:NULL Artifacts UUID List:{ a3c0e884-f25f-44a0-93ed-ef1a800842d7 , bc04c501-f169-49d0-8fb2-45faf4a718db } 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-09-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw47213a928c89..base_vfw..module-0", "vfModuleModelInvariantUUID": "27784f2a-089c-4239-8971-efc0d138ddec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "097baaf8-d630-4e77-80b6-7359d8b7f5c2", "vfModuleModelCustomizationUUID": "a05b6b3c-a138-4285-be19-6a2e725df3a7", "isBase": true, "artifacts": [ "a3c0e884-f25f-44a0-93ed-ef1a800842d7", "bc04c501-f169-49d0-8fb2-45faf4a718db" ], "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-09-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw47213a928c89..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:097baaf8-d630-4e77-80b6-7359d8b7f5c2 VfModuleModelInvariantUUID:27784f2a-089c-4239-8971-efc0d138ddec VfModuleModelDescription:NULL Artifacts UUID List:{ a3c0e884-f25f-44a0-93ed-ef1a800842d7 , bc04c501-f169-49d0-8fb2-45faf4a718db } 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-09-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a3c0e884-f25f-44a0-93ed-ef1a800842d7 from URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml 2021-09-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-28T04:35:38.474Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml 2021-09-28T04:35:38.738Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-28T04:35:38.739Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml a3c0e884-f25f-44a0-93ed-ef1a800842d7 20368 2021-09-28T04:35:38.740Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-28T04:35:38.740Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml 2021-09-28T04:35:38.740Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:35:38.740Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:38.742Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:38.742Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803738740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:38.842Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:38.843Z||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-09-28T04:35:38.843Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:38.854Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:38.854Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:39.743Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bc04c501-f169-49d0-8fb2-45faf4a718db from URL: /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env 2021-09-28T04:35:39.743Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-28T04:35:39.743Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env 2021-09-28T04:35:40.186Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-28T04:35:40.187Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env bc04c501-f169-49d0-8fb2-45faf4a718db 2098 2021-09-28T04:35:40.187Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-28T04:35:40.187Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env 2021-09-28T04:35:40.188Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:35:40.188Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:40.190Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:40.190Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803740187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:35:40.290Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:40.291Z||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-09-28T04:35:40.291Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:40.304Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:40.304Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:41.191Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 17a3d059-2720-46b2-8fff-ff0f5563536c 2021-09-28T04:35:41.191Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 47213a92-8c89 0 338af713-cc00-4274-a918-e2afdc016576 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:35:41.223Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21250144, org.onap.sdc.toscaparser.api.parameters.Input@214be2ce, org.onap.sdc.toscaparser.api.parameters.Input@b00cd0c, org.onap.sdc.toscaparser.api.parameters.Input@6c196744, org.onap.sdc.toscaparser.api.parameters.Input@65bf64a2] 2021-09-28T04:35:41.226Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d7035edd-33f8-42dc-afdc-ce42e83e95a7 2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7035edd-33f8-42dc-afdc-ce42e83e95a7 matches Tosca VF Customization UUID: d7035edd-33f8-42dc-afdc-ce42e83e95a7 2021-09-28T04:35:41.227Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d7035edd-33f8-42dc-afdc-ce42e83e95a7 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T04:35:41.233Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.233Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:41.234Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d7035edd-33f8-42dc-afdc-ce42e83e95a7: {\"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-09-28T04:35:41.234Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f675428 2021-09-28T04:35:41.235Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.235Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:35:41.235Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a05b6b3c-a138-4285-be19-6a2e725df3a7 2021-09-28T04:35:41.236Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a05b6b3c-a138-4285-be19-6a2e725df3a7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T04:35:41.240Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.241Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:41.241Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:35:41.241Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.241Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria 2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T04:35:41.242Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T04:35:41.243Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:41.244Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f2412af2-222e-4e22-a7e5-22940a39a871 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T04:35:41.249Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria 2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T04:35:41.250Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-28T04:35:41.251Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-28T04:35:41.252Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:41.252Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-28T04:35:41.252Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:41.252Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=daa2a467-b172-485f-a9d7-29eb177f55da Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T04:35:41.254Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.254Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:41.254Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is not matching search criteria 2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-28T04:35:41.257Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-28T04:35:41.258Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-28T04:35:41.259Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14a5a422-59a4-42d4-a1b3-299c96329cb3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T04:35:41.260Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Node template vFW 47213a92-8c89 0 is matching search criteria 2021-09-28T04:35:41.261Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 47213a92-8c89 0] matching following query criteria: sdcType=VF, customizationUUID=d7035edd-33f8-42dc-afdc-ce42e83e95a7 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:35:41.263Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.263Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 17a3d059-2720-46b2-8fff-ff0f5563536c: vFW 47213a92-8c89 2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:41.264Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-28 04-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:35:41.265Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-09-28 04-31-15 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T04:35:41.503Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 47213a92-8c89 338af713-cc00-4274-a918-e2afdc016576 1 ASDC deployResourceStructure 2021-09-28T04:35:41.503Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json ASDC sendASDCNotification 2021-09-28T04:35:41.503Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json 2021-09-28T04:35:41.504Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:35:41.504Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:41.505Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:41.506Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803741503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:35:41.606Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:41.606Z||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-09-28T04:35:41.607Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:41.620Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:41.620Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:42.507Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-28T04:35:42.507Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml 2021-09-28T04:35:42.507Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:35:42.508Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:42.509Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:42.509Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803742507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:35:42.609Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:35:42.610Z||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-09-28T04:35:42.610Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:42.622Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:42.622Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:43.510Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-28T04:35:43.511Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env 2021-09-28T04:35:43.511Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:35:43.511Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:43.512Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:43.513Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803743510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-28T04:35:43.613Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:43.613Z||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-09-28T04:35:43.613Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:43.625Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:43.625Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:44.514Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar ASDC sendASDCNotification 2021-09-28T04:35:44.514Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar 2021-09-28T04:35:44.514Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:35:44.514Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:35:44.516Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:35:44.516Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803744513, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:35:44.616Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:35:44.617Z||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-09-28T04:35:44.617Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:35:44.629Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:35:44.629Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:35:45.517Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80c27a48-9876-4ba6-9136-99230a1d0df4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:35:45.530Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80c27a48-9876-4ba6-9136-99230a1d0df4 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-09-28T04:35:45.532Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:35:45.533Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:35:45.537Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T04:36:15.537Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80c27a48-9876-4ba6-9136-99230a1d0df4 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-09-28T04:36:15.548Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80c27a48-9876-4ba6-9136-99230a1d0df4 and serviceModelVersionId: 17a3d059-2720-46b2-8fff-ff0f5563536c 2021-09-28T04:36:15.548Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5333ecf-5c09-4487-8f07-fe4e7fdec78b 2021-09-28T04:36:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:36:23.997Z||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-09-28T04:36:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:24.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:24.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:36:24.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803724124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:36:24.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:36:26.430Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0 2021-09-28T04:36:26.525Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T04:36:27.026Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|INFO|500||Invoke 2021-09-28T04:36:27.033Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80c27a48-9876-4ba6-9136-99230a1d0df4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0de66713-e306-4f25-aeeb-144252ada1e0], X-ECOMP-RequestID=[80c27a48-9876-4ba6-9136-99230a1d0df4], X-TransactionId=[], X-ONAP-RequestID=[80c27a48-9876-4ba6-9136-99230a1d0df4], Content-Type=[application/merge-patch+json]} 2021-09-28T04:36:27.248Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T04:36:27.678Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210928-04:36:27:257-40732], vertex-id=[401448], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:36:27 GMT], Content-Type=[application/json]} 2021-09-28T04:36:27.679Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T04:36:27.679Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a5333ecf-5c09-4487-8f07-fe4e7fdec78b/model-vers/model-ver/17a3d059-2720-46b2-8fff-ff0f5563536c?depth=0|INFO|500||InvokeReturn 2021-09-28T04:36:27.682Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T04:36:27.682Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:36:27.686Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T04:36:27.692Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80c27a48-9876-4ba6-9136-99230a1d0df4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T04:36:27.693Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T04:36:27.693Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:27.694Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:27.694Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803787692, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:36:27.795Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:27.795Z||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-09-28T04:36:27.795Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:27.806Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:27.807Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-28T04:36:28.707Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-28T04:36:28.708Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6725dc3-1210-43fb-a6b7-e69d5502da11","serviceName":"basic_onboard_LsDXlg","serviceVersion":"1.0","serviceUUID":"adcdfe0f-9ba5-412c-9983-c5d468374475","serviceDescription":"service","serviceInvariantUUID":"1ca83255-d993-4359-8408-6c2d04e78f71","resources":[{"resourceInstanceName":"basic_onboard_LsDXlg 0","resourceName":"basic_onboard_LsDXlg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"198f7bb1-1f81-4031-b375-0be3d90f1cbb","resourceInvariantUUID":"0bb7d5af-6533-42ae-a301-f7eba6e58252","resourceCustomizationUUID":"1dcb711e-dac4-449d-a1da-7e08a41db119","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml","artifactChecksum":"NTA2NWYwODhkZjYzOGRlY2QwNWVmNWExMjY2ZDI1ZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3568f519-f311-43d6-bcac-52d3ccd47a64","artifactVersion":"1"},{"artifactName":"basic_onboard_lsdxlg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json","artifactChecksum":"MGI3MDQ3NWVkOGU4NWQxMTliMDcxOGZkNzRjNDAzOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f56f275c-5ea6-488e-901f-cf66690efd68","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"65017955-96fa-4769-aee5-f6eb061d25c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33acad33-1130-4dc5-87ac-4684c7916118","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b87b4441-a6b4-42ab-a8a5-ce84e38663ae","artifactVersion":"2","generatedFromUUID":"65017955-96fa-4769-aee5-f6eb061d25c7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLsdxlg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml","artifactChecksum":"YWFiMjg4YTAzNjA0OTQ3ZGI0NjMyMTQ3MmRhMjFmNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd21551c-b65e-4d36-aef2-2bfb1a228083","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLsdxlg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar","artifactChecksum":"Y2YyMmY4NWQ0MDQyNmVlMGVlYzY5MzQ2ZGNiOTc4ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29ef2123-c795-480a-a068-6da78344df8b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T04:36:28.708Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:36:28.708Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:28.709Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:28.709Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:36:28.810Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:28.810Z||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-09-28T04:36:28.810Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:28.823Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:28.823Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:36:29.710Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:36:29.711Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:29.712Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:29.712Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:36:29.812Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:29.813Z||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-09-28T04:36:29.813Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:29.825Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:29.825Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:30.713Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:36:30.713Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:30.715Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:30.715Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T04:36:30.815Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:30.815Z||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-09-28T04:36:30.816Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:30.827Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:30.827Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:31.715Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:36:31.716Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:31.718Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:31.718Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:36:31.818Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:31.819Z||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-09-28T04:36:31.819Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:31.831Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:31.831Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:32.719Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:36:32.719Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:32.720Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:32.721Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-28T04:36:32.821Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:32.821Z||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-09-28T04:36:32.821Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:32.832Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:32.833Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:33.721Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:36:33.722Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:33.724Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:33.724Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:36:33.824Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:33.824Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-28T04:36:33.824Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:33.837Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:33.837Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:34.724Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:36:34.725Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:34.727Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:34.727Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:36:34.827Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:34.827Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-28T04:36:34.827Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:34.839Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:34.839Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:35.728Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "serviceName": "basic_onboard_LsDXlg", "serviceVersion": "1.0", "serviceUUID": "adcdfe0f-9ba5-412c-9983-c5d468374475", "serviceDescription": "service", "serviceInvariantUUID": "1ca83255-d993-4359-8408-6c2d04e78f71", "resources": [ { "resourceInstanceName": "basic_onboard_LsDXlg 0", "resourceCustomizationUUID": "1dcb711e-dac4-449d-a1da-7e08a41db119", "resourceName": "basic_onboard_LsDXlg", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "198f7bb1-1f81-4031-b375-0be3d90f1cbb", "resourceInvariantUUID": "0bb7d5af-6533-42ae-a301-f7eba6e58252", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_lsdxlg0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "artifactChecksum": "MGI3MDQ3NWVkOGU4NWQxMTliMDcxOGZkNzRjNDAzOGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f56f275c-5ea6-488e-901f-cf66690efd68", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "65017955-96fa-4769-aee5-f6eb061d25c7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b87b4441-a6b4-42ab-a8a5-ce84e38663ae", "generatedFromUUID": "65017955-96fa-4769-aee5-f6eb061d25c7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b87b4441-a6b4-42ab-a8a5-ce84e38663ae", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLsdxlg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "artifactChecksum": "Y2YyMmY4NWQ0MDQyNmVlMGVlYzY5MzQ2ZGNiOTc4ZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29ef2123-c795-480a-a068-6da78344df8b" } ], "workloadContext": "Production" } 2021-09-28T04:36:35.728Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T04:36:35.728Z|80c27a48-9876-4ba6-9136-99230a1d0df4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 adcdfe0f-9ba5-412c-9983-c5d468374475 ASDC 2021-09-28T04:36:35.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f6725dc3-1210-43fb-a6b7-e69d5502da11 ServiceName:basic_onboard_LsDXlg ServiceVersion:1.0 ServiceUUID:adcdfe0f-9ba5-412c-9983-c5d468374475 ServiceInvariantUUID:1ca83255-d993-4359-8408-6c2d04e78f71 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLsdxlg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar ArtifactUUID:29ef2123-c795-480a-a068-6da78344df8b ArtifactChecksum:Y2YyMmY4NWQ0MDQyNmVlMGVlYzY5MzQ2ZGNiOTc4ZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_LsDXlg 0 ResourceCustomizationUUID:1dcb711e-dac4-449d-a1da-7e08a41db119 ResourceInvariantUUID:0bb7d5af-6533-42ae-a301-f7eba6e58252 ResourceName:basic_onboard_LsDXlg ResourceType:VF ResourceUUID:198f7bb1-1f81-4031-b375-0be3d90f1cbb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_lsdxlg0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json ArtifactUUID:f56f275c-5ea6-488e-901f-cf66690efd68 ArtifactChecksum:MGI3MDQ3NWVkOGU4NWQxMTliMDcxOGZkNzRjNDAzOGU= 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/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml ArtifactUUID:65017955-96fa-4769-aee5-f6eb061d25c7 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/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env ArtifactUUID:b87b4441-a6b4-42ab-a8a5-ce84e38663ae 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/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env ArtifactUUID:b87b4441-a6b4-42ab-a8a5-ce84e38663ae ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T04:36:35.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adcdfe0f-9ba5-412c-9983-c5d468374475 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-09-28T04:36:35.758Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 29ef2123-c795-480a-a068-6da78344df8b from URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-28T04:36:35.759Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:37.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-28T04:36:37.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar 29ef2123-c795-480a-a068-6da78344df8b 71368 2021-09-28T04:36:37.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar ASDC sendASDCNotification 2021-09-28T04:36:37.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:37.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:36:37.132Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:37.134Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:37.134Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803797131, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:36:37.234Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:37.234Z||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-09-28T04:36:37.235Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:37.246Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:37.246Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:38.134Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:36:38.135Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-28T04:36:38.135Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 29ef2123-c795-480a-a068-6da78344df8b, URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar to file: /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:38.136Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:38.136Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:38.136Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:38.256Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12298471001737221113/Definitions/service-BasicOnboardLsdxlg-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-09-28T04:36:39.387Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LsDXlg 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-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.388Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.389Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is not matching search criteria 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.390Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria 2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria 2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria 2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.391Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is not matching search criteria 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a1696dc-0cd5-46d8-83a4-2afc3f5ec8bc 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:39.392Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:39.393Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_LsDXlg Description:service Model UUID:adcdfe0f-9ba5-412c-9983-c5d468374475 Model Version:NULL Model InvariantUuid:1ca83255-d993-4359-8408-6c2d04e78f71 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_LsDXlg Model UUID:e1a3013e-aa6b-4bd8-bf47-f2d0e534ee93 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0bb7d5af-6533-42ae-a301-f7eba6e58252 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1dcb711e-dac4-449d-a1da-7e08a41db119 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:de32e67d-6c77-4068-8865-37749d7ea5df ModelName:BasicOnboardLsdxlg..base_ubuntu18..module-0 ModelUuid:f6deddd9-ba5a-4a6c-83cd-829a13737189 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0a1696dc-0cd5-46d8-83a4-2afc3f5ec8bc ModelInvariantUuid:9f857cfb-0a81-4f5e-927c-c4b5a7e7be51 ModelName:basic_onboard_LsDXlg-nodes.ubuntu18Cvfc ModelUuid:e9a0ed37-17cd-4cce-a5b4-cc8e07ebfece ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c4428f01-14e8-4059-bb21-f5a61b3022eb ModelInvariantUuid:afe9dba2-ba09-4540-8115-bcb4a7a7df73 ModelName:BasicOnboardLsdxlg.compute.nodes.heat.ubuntu18 ModelUuid:8a54a758-0655-493a-9a69-a5e3806a765d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T04:36:39.399Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 198f7bb1-1f81-4031-b375-0be3d90f1cbb Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:36:39.401Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||basic_onboard_LsDXlg 0 2021-09-28T04:36:39.401Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 198f7bb1-1f81-4031-b375-0be3d90f1cbb 2021-09-28T04:36:39.401Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f56f275c-5ea6-488e-901f-cf66690efd68 from URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json 2021-09-28T04:36:39.401Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-28T04:36:39.402Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json 2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json f56f275c-5ea6-488e-901f-cf66690efd68 798 2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json ASDC sendASDCNotification 2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json 2021-09-28T04:36:40.013Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:36:40.014Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:40.015Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:40.015Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803800013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:36:40.115Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:40.116Z||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-09-28T04:36:40.116Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:40.128Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:40.128Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:41.016Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLsdxlg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "de32e67d-6c77-4068-8865-37749d7ea5df", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f6deddd9-ba5a-4a6c-83cd-829a13737189", "vfModuleModelCustomizationUUID": "1b829597-6bc1-49bf-924b-fcaee4076129", "isBase": true, "artifacts": [ "65017955-96fa-4769-aee5-f6eb061d25c7", "b87b4441-a6b4-42ab-a8a5-ce84e38663ae" ], "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-09-28T04:36:41.019Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLsdxlg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f6deddd9-ba5a-4a6c-83cd-829a13737189 VfModuleModelInvariantUUID:de32e67d-6c77-4068-8865-37749d7ea5df VfModuleModelDescription:NULL Artifacts UUID List:{ 65017955-96fa-4769-aee5-f6eb061d25c7 , b87b4441-a6b4-42ab-a8a5-ce84e38663ae } 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-09-28T04:36:41.020Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLsdxlg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "de32e67d-6c77-4068-8865-37749d7ea5df", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f6deddd9-ba5a-4a6c-83cd-829a13737189", "vfModuleModelCustomizationUUID": "1b829597-6bc1-49bf-924b-fcaee4076129", "isBase": true, "artifacts": [ "65017955-96fa-4769-aee5-f6eb061d25c7", "b87b4441-a6b4-42ab-a8a5-ce84e38663ae" ], "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-09-28T04:36:41.020Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLsdxlg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f6deddd9-ba5a-4a6c-83cd-829a13737189 VfModuleModelInvariantUUID:de32e67d-6c77-4068-8865-37749d7ea5df VfModuleModelDescription:NULL Artifacts UUID List:{ 65017955-96fa-4769-aee5-f6eb061d25c7 , b87b4441-a6b4-42ab-a8a5-ce84e38663ae } 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-09-28T04:36:41.020Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 65017955-96fa-4769-aee5-f6eb061d25c7 from URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml 2021-09-28T04:36:41.020Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-28T04:36:41.021Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml 2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml 65017955-96fa-4769-aee5-f6eb061d25c7 5033 2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml 2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:36:41.729Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:41.731Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:41.731Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803801729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:36:41.831Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:41.832Z||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-09-28T04:36:41.832Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:41.844Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:41.844Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:42.732Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b87b4441-a6b4-42ab-a8a5-ce84e38663ae from URL: /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env 2021-09-28T04:36:42.732Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-28T04:36:42.732Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env 2021-09-28T04:36:44.127Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-28T04:36:44.127Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env b87b4441-a6b4-42ab-a8a5-ce84e38663ae 909 2021-09-28T04:36:44.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-28T04:36:44.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env 2021-09-28T04:36:44.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:36:44.128Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:44.129Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:44.130Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803804127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:36:44.230Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:44.230Z||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-09-28T04:36:44.230Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:44.243Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:44.243Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:45.130Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: adcdfe0f-9ba5-412c-9983-c5d468374475 2021-09-28T04:36:45.131Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LsDXlg 0 198f7bb1-1f81-4031-b375-0be3d90f1cbb ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:36:45.142Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@255938be, org.onap.sdc.toscaparser.api.parameters.Input@461a06a7, org.onap.sdc.toscaparser.api.parameters.Input@5bb70544, org.onap.sdc.toscaparser.api.parameters.Input@1e82eb68, org.onap.sdc.toscaparser.api.parameters.Input@7272acce] 2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1dcb711e-dac4-449d-a1da-7e08a41db119 2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1dcb711e-dac4-449d-a1da-7e08a41db119 matches Tosca VF Customization UUID: 1dcb711e-dac4-449d-a1da-7e08a41db119 2021-09-28T04:36:45.143Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1dcb711e-dac4-449d-a1da-7e08a41db119 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T04:36:45.145Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.145Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:45.145Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1dcb711e-dac4-449d-a1da-7e08a41db119: {\"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-09-28T04:36:45.145Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@369b7931 2021-09-28T04:36:45.146Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.146Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:36:45.146Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b829597-6bc1-49bf-924b-fcaee4076129 2021-09-28T04:36:45.146Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b829597-6bc1-49bf-924b-fcaee4076129 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T04:36:45.147Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria 2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria 2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.148Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is not matching search criteria 2021-09-28T04:36:45.149Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-28T04:36:45.149Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-28T04:36:45.149Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a1696dc-0cd5-46d8-83a4-2afc3f5ec8bc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T04:36:45.150Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.150Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria 2021-09-28T04:36:45.150Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:36:45.151Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.151Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_LsDXlg 0 is matching search criteria 2021-09-28T04:36:45.151Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_LsDXlg 0] matching following query criteria: sdcType=VF, customizationUUID=1dcb711e-dac4-449d-a1da-7e08a41db119 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:36:45.152Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.152Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:45.152Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid adcdfe0f-9ba5-412c-9983-c5d468374475: basic_onboard_LsDXlg 2021-09-28T04:36:45.152Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_LsDXlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:36:45.153Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_LsDXlg Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LsDXlg 198f7bb1-1f81-4031-b375-0be3d90f1cbb 1 ASDC deployResourceStructure 2021-09-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json ASDC sendASDCNotification 2021-09-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json 2021-09-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:36:45.214Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:45.216Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:45.216Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803805214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:36:45.316Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:45.316Z||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-09-28T04:36:45.317Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:45.332Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:45.332Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:46.216Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-28T04:36:46.217Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml 2021-09-28T04:36:46.217Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:36:46.217Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:46.218Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:46.218Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803806216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:36:46.318Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:46.319Z||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-09-28T04:36:46.319Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:46.331Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:46.331Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:47.219Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-28T04:36:47.219Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env 2021-09-28T04:36:47.219Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:36:47.219Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:47.221Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:47.221Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803807219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-28T04:36:47.321Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:47.322Z||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-09-28T04:36:47.322Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:47.332Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:47.333Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:48.221Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar ASDC sendASDCNotification 2021-09-28T04:36:48.222Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar 2021-09-28T04:36:48.222Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:36:48.222Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:36:48.223Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:36:48.224Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803808221, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:36:48.324Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:36:48.324Z||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-09-28T04:36:48.324Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:36:48.335Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:36:48.335Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:36:49.224Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:36:49.233Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:36:49.235Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:36:49.235Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:36:49.235Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:37:19.235Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:37:19.247Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:37:19.249Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:37:19.249Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:37:19.249Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:37:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:37:23.997Z||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-09-28T04:37:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:37:24.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:37:24.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:37:24.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803724310, "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-09-28T04:37:24.028Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11 2021-09-28T04:37:24.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:37:49.249Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:37:49.258Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:37:49.259Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:37:49.259Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:37:49.259Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:38:19.260Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:38:19.269Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:38:19.270Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:38:19.271Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:38:19.271Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:38:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:38:23.997Z||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-09-28T04:38:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:38:24.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:38:24.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:38:24.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "multicloud-k8s-id", "timestamp": 1632803725313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:38:24.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803725430, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:38:24.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "NOTIFIED" } 2021-09-28T04:38:24.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:38:24.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803726129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:38:24.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "aai-ml", "timestamp": 1632803726434, "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-09-28T04:38:24.028Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11 2021-09-28T04:38:24.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:38:24.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-28T04:38:24.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:38:24.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "clamp", "timestamp": 1632803727131, "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-09-28T04:38:24.037Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6725dc3-1210-43fb-a6b7-e69d5502da11 2021-09-28T04:38:24.037Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:38:24.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803732000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803737454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:38:24.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803738740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:38:24.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803740187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803741503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/vfw47213a928c890_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803742507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803743510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/resourceInstances/vfw47213a928c890/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:38:24.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803744513, "artifactURL": "/sdc/v1/catalog/services/Vfw20210928043115/1.0/artifacts/service-Vfw20210928043115-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:38:24.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:38:49.271Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:38:49.279Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:38:49.282Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:38:49.283Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:38:49.285Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T04:39:19.286Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 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-09-28T04:39:19.291Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6725dc3-1210-43fb-a6b7-e69d5502da11 and serviceModelVersionId: adcdfe0f-9ba5-412c-9983-c5d468374475 2021-09-28T04:39:19.291Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ca83255-d993-4359-8408-6c2d04e78f71 2021-09-28T04:39:19.292Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0 2021-09-28T04:39:19.296Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T04:39:19.333Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|INFO|500||Invoke 2021-09-28T04:39:19.333Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6725dc3-1210-43fb-a6b7-e69d5502da11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[738f2f5a-d164-436e-b4df-0758bc3de791], X-ECOMP-RequestID=[f6725dc3-1210-43fb-a6b7-e69d5502da11], X-TransactionId=[], X-ONAP-RequestID=[f6725dc3-1210-43fb-a6b7-e69d5502da11], Content-Type=[application/merge-patch+json]} 2021-09-28T04:39:19.354Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T04:39:19.508Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210928-04:39:19:363-12411], vertex-id=[192600], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:39:19 GMT], Content-Type=[application/json]} 2021-09-28T04:39:19.508Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T04:39:19.509Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca83255-d993-4359-8408-6c2d04e78f71/model-vers/model-ver/adcdfe0f-9ba5-412c-9983-c5d468374475?depth=0|INFO|500||InvokeReturn 2021-09-28T04:39:19.509Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T04:39:19.509Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:39:19.513Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T04:39:19.513Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6725dc3-1210-43fb-a6b7-e69d5502da11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T04:39:19.513Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T04:39:19.513Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:39:19.515Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:39:19.515Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803959513, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:39:19.615Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:39:19.616Z||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-09-28T04:39:19.617Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:39:19.631Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:39:19.632Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-28T04:39:20.524Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:39:20.525Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T04:39:20.525Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:39:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:39:23.997Z||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-09-28T04:39:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:39:24.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:39:24.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c27a48-9876-4ba6-9136-99230a1d0df4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803787692, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803723995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803797131, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803800013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:39:24.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803801729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803804127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803805214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/basic_onboard_lsdxlg0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803806216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803807219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/resourceInstances/basic_onboard_lsdxlg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-28T04:39:24.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:39:24.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T04:39:24.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803808221, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsdxlg/1.0/artifacts/service-BasicOnboardLsdxlg-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:39:24.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:39:30.721Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:39:30.721Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:39:30.722Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T04:39:30.722Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:39:40.261Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:39:40.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:39:40.262Z||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-09-28T04:39:40.262Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:39:49.803Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:39:49.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:39:49.804Z||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-09-28T04:39:49.804Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:39:59.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:40:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:40:23.996Z||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-09-28T04:40:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:40:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:40:23.997Z||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-09-28T04:40:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:40:24.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:40:24.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T04:40:24.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6725dc3-1210-43fb-a6b7-e69d5502da11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632803959513, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:40:24.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:40:33.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:41:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:41:23.995Z||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-09-28T04:41:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:41:23.996Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:41:23.997Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T04:41:23.997Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:41:33.548Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:41:33.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:42:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:42:23.995Z||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-09-28T04:42:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:42:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:42:23.996Z||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-09-28T04:42:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:42:33.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:42:33.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:43:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:43:23.995Z||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-09-28T04:43:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:43:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:43:23.996Z||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-09-28T04:43:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:43:33.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:43:33.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:44:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:44:23.995Z||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-09-28T04:44:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:44:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:44:23.996Z||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-09-28T04:44:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:44:33.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:44:33.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:45:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:45:23.995Z||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-09-28T04:45:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:45:23.996Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:45:23.997Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T04:45:23.997Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:45:33.547Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:45:33.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:23.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:46:23.995Z||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-09-28T04:46:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:46:23.996Z||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-09-28T04:46:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:24.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:24.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a90f61e0-56db-490a-b6f4-9d16483b0a0d","serviceName":"Demo_pNF_T6WL6uJFHinf3mI2WBo2","serviceVersion":"1.0","serviceUUID":"25500f41-e23d-4622-a38f-b39448db6359","serviceDescription":"catalog service description","serviceInvariantUUID":"1512389f-abdc-4691-9f99-afabaf5e9ef1","resources":[{"resourceInstanceName":"pNF 0db17d52-49f8 0","resourceName":"pNF 0db17d52-49f8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0f2f4ca9-dda8-41bb-9688-90d6cc63f974","resourceInvariantUUID":"39f37875-baf6-48f0-8696-c3554bc71b7c","resourceCustomizationUUID":"6e737643-714a-4b84-bed1-621fe7676397","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml","artifactChecksum":"MGE2MjU3NmYxODc4YzY3MzE5N2U5YjU2MzIwNmYzYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45d9bcb2-cbd4-4d85-99ed-9979d5a8abe1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar","artifactChecksum":"NWFiYTU1MDMwNTUxMTlhZmMwNGJhMDA2M2RjMzNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a4cb33e-5c42-4882-96be-d51e9dc79ce0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1db21516-825f-43cf-aebf-f58569b20fd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml","artifactChecksum":"ZWUxYWI3ZjEyMDdmZTI2ZTQ3ZmY1NGExZGQ5M2E5Nzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a0273f3-9b66-4ac0-8b33-6c7706846e81","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a43d48b-0134-412a-8ba5-a978cc59824e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e26d312b-1b35-47cf-b7ac-327431e95273","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml","artifactChecksum":"MTdhYmUzMGIxYmIxMmY2NWU2Y2UwOWMxNTA1ZDFmZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f505814c-973c-4603-a62c-de746e7492cd","artifactVersion":"1"},{"artifactName":"service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar","artifactChecksum":"NDI1NmRkYzgzMWI1OWYzMmFmMmQyNjRjNGQ3NzM4Zjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"514bf5c5-d495-4fd0-ac16-0123c89f4d86","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T04:46:24.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:46:24.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:24.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:24.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804368723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.627Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "dcae-sch", "timestamp": 1632804361236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804368530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804370566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804368723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "dcae-sch", "timestamp": 1632804361236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.629Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804368530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804371006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1632804371483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804370566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804368723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "dcae-sch", "timestamp": 1632804361236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804368530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804371006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1632804371483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804370566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804368723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "dcae-sch", "timestamp": 1632804361236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804368530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804371006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1632804371483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804370566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804368723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "dcae-sch", "timestamp": 1632804361236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804368530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804371006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1632804371483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804370566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804374738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804368723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "dcae-sch", "timestamp": 1632804361236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804368530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804371006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1632804371483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804370566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804374738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804368723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "dcae-sch", "timestamp": 1632804361236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804368530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804371006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1632804371483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804370566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804374738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804368723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "dcae-sch", "timestamp": 1632804361236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804368530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804371006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1632804371483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804370566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:46:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804374738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804371006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804379100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1632804371483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804374738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804379020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804379713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804380189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804374738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804379020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "cds", "timestamp": 1632804380717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-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-09-28T04:46:24.651Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d 2021-09-28T04:46:24.651Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:46:24.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804374738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804379020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804381885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804374738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804379020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804382887, "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-09-28T04:46:24.662Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d 2021-09-28T04:46:24.662Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:46:24.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804383624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:46:24.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:46:24.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:46:24.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804379020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:24.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:46:24.727Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-28T04:46:24.728Z||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-09-28T04:46:24.728Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:24.739Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:24.739Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:46:25.630Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:46:25.631Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:25.632Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:25.633Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:25.733Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:46:25.733Z||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-09-28T04:46:25.733Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:25.746Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:25.746Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:46:26.633Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:46:26.634Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:26.636Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:26.636Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:26.736Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:46:26.736Z||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-09-28T04:46:26.737Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:26.749Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:26.749Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:46:27.636Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:46:27.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:27.638Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:27.638Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:27.738Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:46:27.739Z||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-09-28T04:46:27.739Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:27.750Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:27.750Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:46:28.639Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:46:28.639Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:28.641Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:28.641Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:28.741Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:46:28.742Z||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-09-28T04:46:28.742Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:28.752Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:28.752Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:46:29.641Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:46:29.642Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:29.643Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:29.643Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:29.744Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T04:46:29.744Z||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-09-28T04:46:29.744Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:29.756Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:29.756Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:46:30.644Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:46:30.645Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:30.646Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:30.646Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:46:30.746Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:46:30.747Z||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-09-28T04:46:30.747Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:30.759Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:30.759Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:46:31.647Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:46:31.647Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:31.649Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:31.649Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:46:31.749Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:46:31.749Z||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-09-28T04:46:31.750Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:31.760Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:31.761Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:46:32.650Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "serviceName": "Demo_pNF_T6WL6uJFHinf3mI2WBo2", "serviceVersion": "1.0", "serviceUUID": "25500f41-e23d-4622-a38f-b39448db6359", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1512389f-abdc-4691-9f99-afabaf5e9ef1", "resources": [ { "resourceInstanceName": "pNF 0db17d52-49f8 0", "resourceCustomizationUUID": "6e737643-714a-4b84-bed1-621fe7676397", "resourceName": "pNF 0db17d52-49f8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0f2f4ca9-dda8-41bb-9688-90d6cc63f974", "resourceInvariantUUID": "39f37875-baf6-48f0-8696-c3554bc71b7c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "artifactChecksum": "NDI1NmRkYzgzMWI1OWYzMmFmMmQyNjRjNGQ3NzM4Zjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "514bf5c5-d495-4fd0-ac16-0123c89f4d86" } ], "workloadContext": "Production" } 2021-09-28T04:46:32.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T04:46:32.651Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 25500f41-e23d-4622-a38f-b39448db6359 ASDC 2021-09-28T04:46:32.651Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:a90f61e0-56db-490a-b6f4-9d16483b0a0d ServiceName:Demo_pNF_T6WL6uJFHinf3mI2WBo2 ServiceVersion:1.0 ServiceUUID:25500f41-e23d-4622-a38f-b39448db6359 ServiceInvariantUUID:1512389f-abdc-4691-9f99-afabaf5e9ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar ArtifactUUID:514bf5c5-d495-4fd0-ac16-0123c89f4d86 ArtifactChecksum:NDI1NmRkYzgzMWI1OWYzMmFmMmQyNjRjNGQ3NzM4Zjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0db17d52-49f8 0 ResourceCustomizationUUID:6e737643-714a-4b84-bed1-621fe7676397 ResourceInvariantUUID:39f37875-baf6-48f0-8696-c3554bc71b7c ResourceName:pNF 0db17d52-49f8 ResourceType:PNF ResourceUUID:0f2f4ca9-dda8-41bb-9688-90d6cc63f974 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-28T04:46:32.651Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25500f41-e23d-4622-a38f-b39448db6359 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-09-28T04:46:32.673Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:46:32.674Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:46:32.674Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:46:32.674Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 514bf5c5-d495-4fd0-ac16-0123c89f4d86 from URL: /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:32.674Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:46:32.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:32.847Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 514bf5c5-d495-4fd0-ac16-0123c89f4d86 82549 2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar ASDC sendASDCNotification 2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:46:32.850Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:32.852Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:32.852Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804392850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:46:32.952Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:46:32.953Z||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-09-28T04:46:32.953Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:32.964Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:32.964Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:46:33.852Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:46:33.853Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:46:33.853Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 514bf5c5-d495-4fd0-ac16-0123c89f4d86, URL: /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar to file: /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:33.854Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:33.854Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:33.854Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.042Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14910752165788840000/Definitions/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml 2021-09-28T04:46:34.569Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T04:46:34.569Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||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-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||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-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0db17d52-49f8 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-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:46:34.570Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Node template pNF 0db17d52-49f8 0 is matching search criteria 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0db17d52-49f8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Node template pNF 0db17d52-49f8 0 is matching search criteria 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0db17d52-49f8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:46:34.571Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:46:34.572Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_T6WL6uJFHinf3mI2WBo2 Description:catalog service description Model UUID:25500f41-e23d-4622-a38f-b39448db6359 Model Version:NULL Model InvariantUuid:1512389f-abdc-4691-9f99-afabaf5e9ef1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T04:46:34.577Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0f2f4ca9-dda8-41bb-9688-90d6cc63f974 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:46:34.579Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||pNF 0db17d52-49f8 0 2021-09-28T04:46:34.579Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0f2f4ca9-dda8-41bb-9688-90d6cc63f974 2021-09-28T04:46:34.580Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 25500f41-e23d-4622-a38f-b39448db6359 2021-09-28T04:46:34.580Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 25500f41-e23d-4622-a38f-b39448db6359 2021-09-28T04:46:34.580Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0db17d52-49f8 0 0f2f4ca9-dda8-41bb-9688-90d6cc63f974 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f24a39b, org.onap.sdc.toscaparser.api.parameters.Input@74f72168, org.onap.sdc.toscaparser.api.parameters.Input@4c9969cf, org.onap.sdc.toscaparser.api.parameters.Input@71f0e82f, org.onap.sdc.toscaparser.api.parameters.Input@1ba2a5f1] 2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 25500f41-e23d-4622-a38f-b39448db6359: pNF 0db17d52-49f8 2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Processing PNF resource: 0f2f4ca9-dda8-41bb-9688-90d6cc63f974 2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T6WL6uJFHinf3mI2WBo2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:46:34.584Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6e737643-714a-4b84-bed1-621fe7676397 is the same as notified resource customizationUUID: 6e737643-714a-4b84-bed1-621fe7676397 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-09-28T04:46:34.630Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0db17d52-49f8 0f2f4ca9-dda8-41bb-9688-90d6cc63f974 0 ASDC deployResourceStructure 2021-09-28T04:46:34.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar ASDC sendASDCNotification 2021-09-28T04:46:34.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar 2021-09-28T04:46:34.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:46:34.641Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:46:34.642Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:46:34.642Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804394640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:46:34.742Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:46:34.743Z||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-09-28T04:46:34.743Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:46:34.753Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:46:34.753Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:46:35.643Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:46:35.651Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:46:35.653Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:46:35.653Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:46:35.653Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:47:05.653Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:47:05.663Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:47:05.665Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:47:05.665Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:47:05.665Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:47:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:47:23.997Z||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-09-28T04:47:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:47:24.120Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:47:24.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:47:24.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:47:24.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:47:35.666Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:47:35.673Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:47:35.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:47:35.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:47:35.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:48:05.675Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:48:05.685Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:48:05.687Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:48:05.687Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:48:05.687Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:48:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:48:23.997Z||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-09-28T04:48:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:48:24.520Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:48:24.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "aai-ml", "timestamp": 1632804384628, "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-09-28T04:48:24.526Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d 2021-09-28T04:48:24.527Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:48:24.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804379020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:48:24.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804384837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:48:24.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:48:24.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804379020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:48:24.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804386059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804379020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "ves-openapi-manager", "timestamp": 1632804387062, "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-09-28T04:48:24.539Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d 2021-09-28T04:48:24.539Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804387205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804388195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804389212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804389199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/resourceInstances/pnf0db17d5249f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "clamp", "timestamp": 1632804390215, "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-09-28T04:48:24.549Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d 2021-09-28T04:48:24.549Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:48:24.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "policy-id", "timestamp": 1632804390202, "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-09-28T04:48:24.556Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a90f61e0-56db-490a-b6f4-9d16483b0a0d 2021-09-28T04:48:24.557Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804383995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804392850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804394640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT6wl6ujfhinf3mi2wbo2/1.0/artifacts/service-DemoPnfT6wl6ujfhinf3mi2wbo2-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:48:24.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:48:35.688Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:48:35.695Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:48:35.699Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:48:35.699Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:48:35.700Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:48:35.703Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T04:49:05.704Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d 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-09-28T04:49:05.710Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a90f61e0-56db-490a-b6f4-9d16483b0a0d and serviceModelVersionId: 25500f41-e23d-4622-a38f-b39448db6359 2021-09-28T04:49:05.710Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1512389f-abdc-4691-9f99-afabaf5e9ef1 2021-09-28T04:49:05.710Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0 2021-09-28T04:49:05.714Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T04:49:05.748Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?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-09-28T04:49:05.748Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0|INFO|500||Invoke 2021-09-28T04:49:05.772Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T04:49:06.124Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0|INFO|500||InvokeReturn 2021-09-28T04:49:06.124Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1512389f-abdc-4691-9f99-afabaf5e9ef1/model-vers/model-ver/25500f41-e23d-4622-a38f-b39448db6359?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210928-04:49:05:780-63625], vertex-id=[180240], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:49:05 GMT], Content-Type=[application/json]} 2021-09-28T04:49:06.125Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-28T04:49:06.125Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T04:49:06.125Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:49:06.129Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T04:49:06.131Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a90f61e0-56db-490a-b6f4-9d16483b0a0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T04:49:06.131Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T04:49:06.131Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:06.133Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:06.133Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804546131, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:49:06.233Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:06.234Z||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-09-28T04:49:06.234Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:06.248Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:06.248Z||pool-45-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-09-28T04:49:07.143Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:49:07.143Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|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-09-28T04:49:07.143Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:17.353Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:17.353Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:49:17.353Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|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-09-28T04:49:17.354Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:49:23.997Z||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-09-28T04:49:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:24.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:24.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:49:24.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a90f61e0-56db-490a-b6f4-9d16483b0a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804546131, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:49:24.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:49:24.622Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:24.622Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T04:49:24.622Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2632239d-73f7-400b-8044-302dc33eee37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a7d4b97c-5a94-404e-99cc-2dbd115848ea","serviceDescription":"service","serviceInvariantUUID":"c56eda08-c4d2-4477-a4a7-d276df330f55","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e","resourceInvariantUUID":"b571e3d1-acf2-4bb7-b3b2-4d15d498cec5","resourceCustomizationUUID":"8bd155e7-1430-4686-89be-85ecc466b0a3","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":"ZjZhYzUyMjZlNmVmNzYyNmJlZDY2MjY2MmIzN2VhOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"603bcf6e-b99a-4a81-90f0-22db97db9a70","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":"NGY5YTIxYWJmZDFlYzAyY2ZkNzRiNDI1YTMwYjUwM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24d0fb59-90f4-4ad2-b098-b88b61f5eb15","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":"e65d0312-7892-420e-9b5d-b942232b456d","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":"1ffc78c2-a06f-494f-afb5-7c05a85478dc","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":"0fe79180-db4f-47ad-903e-773fe50979f5","artifactVersion":"2","generatedFromUUID":"e65d0312-7892-420e-9b5d-b942232b456d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWE3ZWI5ODMyNDczYWQzNWJlN2ViNjA4YzQyZTMwOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5cf8a18-e15c-4a1d-8c69-ad2f4639d437","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2Y2ZjkwODEzZDVlZGUyZGFiMjNhYzQ0NjcxM2RkOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43196afc-0807-424b-973c-95cb0a39f562","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T04:49:24.624Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:49:24.624Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:24.625Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:24.625Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:49:24.726Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:24.726Z||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-09-28T04:49:24.726Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:24.738Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:24.738Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:25.626Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:49:25.627Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:25.628Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:25.628Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:49:25.728Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:25.729Z||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-09-28T04:49:25.729Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:25.740Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:25.740Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:26.629Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:49:26.629Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:26.631Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:26.631Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T04:49:26.731Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:26.732Z||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-09-28T04:49:26.732Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:26.742Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:26.742Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:27.632Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:49:27.632Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:27.634Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:27.634Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:49:27.734Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:27.735Z||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-09-28T04:49:27.735Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:27.746Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:27.746Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:28.635Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:49:28.635Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:28.637Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:28.637Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-28T04:49:28.737Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:28.738Z||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-09-28T04:49:28.738Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:28.749Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:28.749Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:29.638Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:49:29.638Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:29.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:29.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:49:29.740Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:29.741Z||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-09-28T04:49:29.741Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:29.751Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:29.751Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:30.640Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:49:30.641Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:30.642Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:30.642Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:49:30.743Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:49:30.743Z||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-09-28T04:49:30.743Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:30.754Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:30.754Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:31.643Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a7d4b97c-5a94-404e-99cc-2dbd115848ea", "serviceDescription": "service", "serviceInvariantUUID": "c56eda08-c4d2-4477-a4a7-d276df330f55", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8bd155e7-1430-4686-89be-85ecc466b0a3", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e", "resourceInvariantUUID": "b571e3d1-acf2-4bb7-b3b2-4d15d498cec5", "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": "NGY5YTIxYWJmZDFlYzAyY2ZkNzRiNDI1YTMwYjUwM2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "24d0fb59-90f4-4ad2-b098-b88b61f5eb15", "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": "e65d0312-7892-420e-9b5d-b942232b456d", "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": "0fe79180-db4f-47ad-903e-773fe50979f5", "generatedFromUUID": "e65d0312-7892-420e-9b5d-b942232b456d" }, "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": "0fe79180-db4f-47ad-903e-773fe50979f5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "N2Y2ZjkwODEzZDVlZGUyZGFiMjNhYzQ0NjcxM2RkOGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "43196afc-0807-424b-973c-95cb0a39f562" } ], "workloadContext": "Production" } 2021-09-28T04:49:31.644Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T04:49:31.644Z|a90f61e0-56db-490a-b6f4-9d16483b0a0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7d4b97c-5a94-404e-99cc-2dbd115848ea ASDC 2021-09-28T04:49:31.644Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:2632239d-73f7-400b-8044-302dc33eee37 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a7d4b97c-5a94-404e-99cc-2dbd115848ea ServiceInvariantUUID:c56eda08-c4d2-4477-a4a7-d276df330f55 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:43196afc-0807-424b-973c-95cb0a39f562 ArtifactChecksum:N2Y2ZjkwODEzZDVlZGUyZGFiMjNhYzQ0NjcxM2RkOGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8bd155e7-1430-4686-89be-85ecc466b0a3 ResourceInvariantUUID:b571e3d1-acf2-4bb7-b3b2-4d15d498cec5 ResourceName:basic_vm ResourceType:VF ResourceUUID:e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e 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:24d0fb59-90f4-4ad2-b098-b88b61f5eb15 ArtifactChecksum:NGY5YTIxYWJmZDFlYzAyY2ZkNzRiNDI1YTMwYjUwM2Q= 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:e65d0312-7892-420e-9b5d-b942232b456d 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:0fe79180-db4f-47ad-903e-773fe50979f5 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:0fe79180-db4f-47ad-903e-773fe50979f5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T04:49:31.644Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7d4b97c-5a94-404e-99cc-2dbd115848ea 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-09-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43196afc-0807-424b-973c-95cb0a39f562 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-28T04:49:31.667Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:49:31.668Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-28T04:49:32.210Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 43196afc-0807-424b-973c-95cb0a39f562 70854 2021-09-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:49:32.213Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:32.215Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:32.215Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804572213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:49:32.315Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:32.316Z||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-09-28T04:49:32.316Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:32.327Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:32.327Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:33.215Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:49:33.216Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:49:33.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 43196afc-0807-424b-973c-95cb0a39f562, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T04:49:33.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-28T04:49:33.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T04:49:33.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T04:49:33.556Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14740515551834670914/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-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:34.321Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:49:34.322Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.324Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=451f9e8f-0164-4741-a0a5-2737a62fe488 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:34.326Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:34.327Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:34.327Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a7d4b97c-5a94-404e-99cc-2dbd115848ea Model Version:NULL Model InvariantUuid:c56eda08-c4d2-4477-a4a7-d276df330f55 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:4c38712c-17cb-4e64-b32f-0db0aa0f78cc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b571e3d1-acf2-4bb7-b3b2-4d15d498cec5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8bd155e7-1430-4686-89be-85ecc466b0a3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7408d833-96dd-48ac-8c5a-7a3cb0226136 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:aa546432-1dd0-4e8b-b484-10f6a7616870 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:451f9e8f-0164-4741-a0a5-2737a62fe488 ModelInvariantUuid:eb7b14ef-1e37-44aa-8ab6-8455870531ef ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:c09f8e8f-97b9-4b08-bebe-9fb98a162ddf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e778bf48-c161-494f-bba9-f047ac1600f0 ModelInvariantUuid:65eeb84a-7cfd-4f08-adce-ab4f56ea5383 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:951ada32-7510-493a-972c-cda8643f8e16 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T04:49:34.332Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-09-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e 2021-09-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24d0fb59-90f4-4ad2-b098-b88b61f5eb15 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:49:34.335Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:35.154Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:49:35.154Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 24d0fb59-90f4-4ad2-b098-b88b61f5eb15 787 2021-09-28T04:49:35.154Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:35.154Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:35.155Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:49:35.155Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:35.156Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:35.156Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804575154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:49:35.256Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:35.257Z||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-09-28T04:49:35.257Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:35.268Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:35.268Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:36.157Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7408d833-96dd-48ac-8c5a-7a3cb0226136", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa546432-1dd0-4e8b-b484-10f6a7616870", "vfModuleModelCustomizationUUID": "31b531c7-6583-49e3-a953-253b0d309d5c", "isBase": true, "artifacts": [ "e65d0312-7892-420e-9b5d-b942232b456d", "0fe79180-db4f-47ad-903e-773fe50979f5" ], "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-09-28T04:49:36.160Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa546432-1dd0-4e8b-b484-10f6a7616870 VfModuleModelInvariantUUID:7408d833-96dd-48ac-8c5a-7a3cb0226136 VfModuleModelDescription:NULL Artifacts UUID List:{ e65d0312-7892-420e-9b5d-b942232b456d , 0fe79180-db4f-47ad-903e-773fe50979f5 } 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-09-28T04:49:36.161Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7408d833-96dd-48ac-8c5a-7a3cb0226136", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa546432-1dd0-4e8b-b484-10f6a7616870", "vfModuleModelCustomizationUUID": "31b531c7-6583-49e3-a953-253b0d309d5c", "isBase": true, "artifacts": [ "e65d0312-7892-420e-9b5d-b942232b456d", "0fe79180-db4f-47ad-903e-773fe50979f5" ], "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-09-28T04:49:36.161Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa546432-1dd0-4e8b-b484-10f6a7616870 VfModuleModelInvariantUUID:7408d833-96dd-48ac-8c5a-7a3cb0226136 VfModuleModelDescription:NULL Artifacts UUID List:{ e65d0312-7892-420e-9b5d-b942232b456d , 0fe79180-db4f-47ad-903e-773fe50979f5 } 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-09-28T04:49:36.161Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e65d0312-7892-420e-9b5d-b942232b456d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-28T04:49:36.162Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:49:36.162Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e65d0312-7892-420e-9b5d-b942232b456d 5033 2021-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:37.719Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:49:37.720Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:37.721Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:37.721Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804577719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:49:37.821Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:37.822Z||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-09-28T04:49:37.822Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:37.838Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:37.838Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:38.722Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0fe79180-db4f-47ad-903e-773fe50979f5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-28T04:49:38.722Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:49:38.723Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0fe79180-db4f-47ad-903e-773fe50979f5 903 2021-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:40.203Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:49:40.204Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:40.205Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:40.205Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804580203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:49:40.305Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:40.306Z||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-09-28T04:49:40.306Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:40.318Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:40.318Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:49:41.205Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a7d4b97c-5a94-404e-99cc-2dbd115848ea 2021-09-28T04:49:41.206Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:49:41.215Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4df9248b, org.onap.sdc.toscaparser.api.parameters.Input@4d8dd52e, org.onap.sdc.toscaparser.api.parameters.Input@64bfc15e, org.onap.sdc.toscaparser.api.parameters.Input@39980a34, org.onap.sdc.toscaparser.api.parameters.Input@3dc1bcf0] 2021-09-28T04:49:41.216Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:41.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-28T04:49:41.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8bd155e7-1430-4686-89be-85ecc466b0a3 2021-09-28T04:49:41.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8bd155e7-1430-4686-89be-85ecc466b0a3 matches Tosca VF Customization UUID: 8bd155e7-1430-4686-89be-85ecc466b0a3 2021-09-28T04:49:41.217Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8bd155e7-1430-4686-89be-85ecc466b0a3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T04:49:41.219Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.219Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:41.219Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8bd155e7-1430-4686-89be-85ecc466b0a3: {\"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-09-28T04:49:41.219Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7dd9ce77 2021-09-28T04:49:41.219Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.220Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:49:41.220Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 31b531c7-6583-49e3-a953-253b0d309d5c 2021-09-28T04:49:41.220Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 31b531c7-6583-49e3-a953-253b0d309d5c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T04:49:41.222Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.222Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T04:49:41.222Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:49:41.222Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.222Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T04:49:41.223Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:49:41.223Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.223Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-28T04:49:41.223Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-28T04:49:41.223Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-28T04:49:41.223Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=451f9e8f-0164-4741-a0a5-2737a62fe488 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T04:49:41.225Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.225Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T04:49:41.226Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:49:41.226Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.226Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-28T04:49:41.226Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8bd155e7-1430-4686-89be-85ecc466b0a3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:49:41.227Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.227Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:41.228Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a7d4b97c-5a94-404e-99cc-2dbd115848ea: basic_vm 2021-09-28T04:49:41.228Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.228Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:41.228Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.228Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:41.228Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.228Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:41.228Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.228Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:41.229Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:49:41.229Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:49:41.229Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T04:49:41.294Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e01dc38c-f2ef-48f3-97ee-0a4e0bd63c8e 1 ASDC deployResourceStructure 2021-09-28T04:49:41.294Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:41.294Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:41.294Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:49:41.294Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:41.296Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:41.296Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804581294, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:49:41.396Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:41.397Z||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-09-28T04:49:41.397Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:41.407Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:41.407Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:42.296Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:42.297Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:42.297Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:49:42.297Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:42.299Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:42.299Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804582296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:49:42.399Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:42.400Z||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-09-28T04:49:42.400Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:42.410Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:42.410Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:43.299Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:43.300Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||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-09-28T04:49:43.300Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:49:43.300Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:43.302Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:43.302Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804583299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-28T04:49:43.402Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:43.403Z||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-09-28T04:49:43.403Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:43.415Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:43.415Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:49:44.303Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-28T04:49:44.303Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-28T04:49:44.303Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:49:44.303Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:49:44.305Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:49:44.305Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804584302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:49:44.405Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:49:44.406Z||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-09-28T04:49:44.406Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:49:44.420Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:49:44.420Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:49:45.305Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:49:45.312Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:49:45.314Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:49:45.314Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:49:45.314Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:50:15.314Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:50:15.323Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:50:15.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:50:15.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:50:15.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:50:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:50:23.997Z||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-09-28T04:50:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:50:24.120Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:50:24.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:50:24.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:50:24.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:50:45.325Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:50:45.333Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:50:45.334Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:50:45.334Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:50:45.334Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:51:15.334Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:51:15.342Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:51:15.344Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:51:15.344Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:51:15.344Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:51:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:51:23.997Z||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-09-28T04:51:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:51:24.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:51:24.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "dcae-sch", "timestamp": 1632804561236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "ves-openapi-manager", "timestamp": 1632804554738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804559020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "dcae-sch", "timestamp": 1632804561236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "ves-openapi-manager", "timestamp": 1632804554738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804559020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "cds", "timestamp": 1632804565566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "dcae-sch", "timestamp": 1632804561236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "ves-openapi-manager", "timestamp": 1632804554738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804559020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "cds", "timestamp": 1632804565566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "dcae-sch", "timestamp": 1632804561236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "ves-openapi-manager", "timestamp": 1632804554738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804559020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "cds", "timestamp": 1632804565566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-28T04:51:24.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "ves-openapi-manager", "timestamp": 1632804554738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "dcae-sch", "timestamp": 1632804561236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804559020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "cds", "timestamp": 1632804565566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "dcae-sch", "timestamp": 1632804561236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "ves-openapi-manager", "timestamp": 1632804554738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804559020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "cds", "timestamp": 1632804565566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804557353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "dcae-sch", "timestamp": 1632804561236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "ves-openapi-manager", "timestamp": 1632804554738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804559020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "cds", "timestamp": 1632804565566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "cds", "timestamp": 1632804565566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804572213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804572209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804573213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "cds", "timestamp": 1632804573518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-28T04:51:24.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "policy-id", "timestamp": 1632804574217, "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-09-28T04:51:24.046Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2632239d-73f7-400b-8044-302dc33eee37 2021-09-28T04:51:24.046Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:51:24.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "cds", "timestamp": 1632804574522, "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-09-28T04:51:24.055Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2632239d-73f7-400b-8044-302dc33eee37 2021-09-28T04:51:24.055Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:51:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804575154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "ves-openapi-manager", "timestamp": 1632804574738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "ves-openapi-manager", "timestamp": 1632804574738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "ves-openapi-manager", "timestamp": 1632804574738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804577719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "ves-openapi-manager", "timestamp": 1632804574738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "ves-openapi-manager", "timestamp": 1632804574738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804579020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804580203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804580292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:51:24.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "ves-openapi-manager", "timestamp": 1632804574738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804579020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804580566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804581294, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "ves-openapi-manager", "timestamp": 1632804574738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804579020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804581236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-28T04:51:24.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804580566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804582296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "ves-openapi-manager", "timestamp": 1632804574738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804579020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804581236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804583121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804580566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804583299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804579020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804581236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804580566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804584302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804579020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804581236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804580566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804585397, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804579020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804581236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804580566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804586411, "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-09-28T04:51:24.079Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2632239d-73f7-400b-8044-302dc33eee37 2021-09-28T04:51:24.079Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:51:24.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804579020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804581236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804580566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "multicloud-k8s-id", "timestamp": 1632804587414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804587768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804581236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804580566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804588269, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804581236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804589272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804589351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804589371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804589687, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "policy-id", "timestamp": 1632804590275, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T04:51:24.093Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 2021-09-28T04:51:24.093Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 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-09-28T04:51:24.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:51:24.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "cds", "timestamp": 1632804590694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:51:24.101Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 2021-09-28T04:51:24.102Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 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-09-28T04:51:24.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804591234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T04:51:24.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804591448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804592089, "artifactURL": "/sdc/v1/catalog/services/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb/resourceInstances/basicclamp0/artifacts/5f5a88bc-0bd5-478c-9f39-008cd6409e2c", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "clamp", "timestamp": 1632804592237, "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-09-28T04:51:24.111Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2632239d-73f7-400b-8044-302dc33eee37 2021-09-28T04:51:24.111Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:51:24.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804592452, "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-09-28T04:51:24.119Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2632239d-73f7-400b-8044-302dc33eee37 2021-09-28T04:51:24.119Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:51:24.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804593151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804593327, "artifactURL": "/sdc/v1/catalog/services/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb/resourceInstances/basicclamp0/artifacts/5f5a88bc-0bd5-478c-9f39-008cd6409e2c", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "aai-ml", "timestamp": 1632804594156, "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-09-28T04:51:24.128Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2632239d-73f7-400b-8044-302dc33eee37 2021-09-28T04:51:24.128Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:51:24.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "dcae-sch", "timestamp": 1632804594331, "artifactURL": "/sdc/v1/catalog/services/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb/resourceInstances/basicclamp0/artifacts/5f5a88bc-0bd5-478c-9f39-008cd6409e2c", "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-09-28T04:51:24.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 2021-09-28T04:51:24.135Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 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-09-28T04:51:24.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804571482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804597424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804599301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804578723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804581006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804600925, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804601940, "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-09-28T04:51:24.145Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 2021-09-28T04:51:24.146Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 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-09-28T04:51:24.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804578531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "multicloud-k8s-id", "timestamp": 1632804602942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804603534, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804604600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804605456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804606459, "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-09-28T04:51:24.153Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 2021-09-28T04:51:24.153Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 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-09-28T04:51:24.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804610758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804611232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "aai-ml", "timestamp": 1632804611761, "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-09-28T04:51:24.161Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 2021-09-28T04:51:24.161Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 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-09-28T04:51:24.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "multicloud-k8s-id", "timestamp": 1632804603946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "cds", "timestamp": 1632804610567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804612235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804611006, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "cds", "timestamp": 1632804610567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "multicloud-k8s-id", "timestamp": 1632804603946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804611006, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "aai-ml", "timestamp": 1632804612764, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "aai-ml", "timestamp": 1632804612764, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "ves-openapi-manager", "timestamp": 1632804614738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "cds", "timestamp": 1632804616124, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804616153, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804616318, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "ves-openapi-manager", "timestamp": 1632804614738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "aai-ml", "timestamp": 1632804616935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "cds", "timestamp": 1632804617128, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T04:51:24.177Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94f32c18-838d-4829-9a87-ca3ca3d31fc7 2021-09-28T04:51:24.177Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f32c18-838d-4829-9a87-ca3ca3d31fc7 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-09-28T04:51:24.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804617321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804617910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "clamp", "timestamp": 1632804618323, "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-09-28T04:51:24.185Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 2021-09-28T04:51:24.185Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 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-09-28T04:51:24.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804618913, "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-09-28T04:51:24.193Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94f32c18-838d-4829-9a87-ca3ca3d31fc7 2021-09-28T04:51:24.193Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f32c18-838d-4829-9a87-ca3ca3d31fc7 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-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "policy-id", "timestamp": 1632804619020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "clamp", "timestamp": 1632804619326, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "aai-ml", "timestamp": 1632804620590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "policy-id", "timestamp": 1632804619020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "clamp", "timestamp": 1632804619326, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "aai-ml", "timestamp": 1632804621593, "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-09-28T04:51:24.201Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94f32c18-838d-4829-9a87-ca3ca3d31fc7 2021-09-28T04:51:24.201Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f32c18-838d-4829-9a87-ca3ca3d31fc7 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-09-28T04:51:24.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "dcae-sch", "timestamp": 1632804621236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "dcae-sch", "timestamp": 1632804621236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:51:24.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:51:24.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:51:24.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "policy-id", "timestamp": 1632804623695, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:51:24.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:51:45.344Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:51:45.352Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:51:45.354Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:51:45.354Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T04:51:45.354Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T04:51:45.354Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T04:51:45.354Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:51:45.354Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:51:45.355Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:51:45.355Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:51:45.355Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:51:45.355Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:51:45.355Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:51:45.358Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T04:52:15.358Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2632239d-73f7-400b-8044-302dc33eee37 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-09-28T04:52:15.364Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2632239d-73f7-400b-8044-302dc33eee37 and serviceModelVersionId: a7d4b97c-5a94-404e-99cc-2dbd115848ea 2021-09-28T04:52:15.364Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c56eda08-c4d2-4477-a4a7-d276df330f55 2021-09-28T04:52:15.364Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c56eda08-c4d2-4477-a4a7-d276df330f55/model-vers/model-ver/a7d4b97c-5a94-404e-99cc-2dbd115848ea?depth=0 2021-09-28T04:52:15.368Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T04:52:15.397Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c56eda08-c4d2-4477-a4a7-d276df330f55/model-vers/model-ver/a7d4b97c-5a94-404e-99cc-2dbd115848ea?depth=0|INFO|500||Invoke 2021-09-28T04:52:15.397Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c56eda08-c4d2-4477-a4a7-d276df330f55/model-vers/model-ver/a7d4b97c-5a94-404e-99cc-2dbd115848ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c56eda08-c4d2-4477-a4a7-d276df330f55/model-vers/model-ver/a7d4b97c-5a94-404e-99cc-2dbd115848ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2632239d-73f7-400b-8044-302dc33eee37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df877d63-eb6f-41af-be3b-2a852e8f3c16], X-ECOMP-RequestID=[2632239d-73f7-400b-8044-302dc33eee37], X-TransactionId=[], X-ONAP-RequestID=[2632239d-73f7-400b-8044-302dc33eee37], Content-Type=[application/merge-patch+json]} 2021-09-28T04:52:15.412Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c56eda08-c4d2-4477-a4a7-d276df330f55/model-vers/model-ver/a7d4b97c-5a94-404e-99cc-2dbd115848ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T04:52:16.022Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c56eda08-c4d2-4477-a4a7-d276df330f55/model-vers/model-ver/a7d4b97c-5a94-404e-99cc-2dbd115848ea?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c56eda08-c4d2-4477-a4a7-d276df330f55/model-vers/model-ver/a7d4b97c-5a94-404e-99cc-2dbd115848ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210928-04:52:15:420-8671], vertex-id=[217304], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:52:15 GMT], Content-Type=[application/json]} 2021-09-28T04:52:16.022Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c56eda08-c4d2-4477-a4a7-d276df330f55/model-vers/model-ver/a7d4b97c-5a94-404e-99cc-2dbd115848ea?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T04:52:16.022Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c56eda08-c4d2-4477-a4a7-d276df330f55/model-vers/model-ver/a7d4b97c-5a94-404e-99cc-2dbd115848ea?depth=0|INFO|500||InvokeReturn 2021-09-28T04:52:16.023Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T04:52:16.023Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:52:16.027Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T04:52:16.027Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2632239d-73f7-400b-8044-302dc33eee37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T04:52:16.028Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T04:52:16.028Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:16.029Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:16.029Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804736027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:52:16.129Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:16.130Z||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-09-28T04:52:16.130Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:16.147Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:16.147Z||pool-61-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-09-28T04:52:17.039Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:52:17.039Z|2632239d-73f7-400b-8044-302dc33eee37|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-09-28T04:52:17.039Z|2632239d-73f7-400b-8044-302dc33eee37|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:21.336Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:21.337Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T04:52:21.337Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"21a4bb88-1ced-4a30-bde5-12ade2dda0b0","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6e9b5601-a621-4bf1-a7aa-5d365a9ffebb","serviceDescription":"service","serviceInvariantUUID":"ce88d755-c079-4817-9a4a-f7f093b13531","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"600689f6-5eb9-4ef2-9421-668a74ef2b6e","resourceInvariantUUID":"ee791fd6-478b-440d-966e-d63ccd589b13","resourceCustomizationUUID":"73457dff-91a6-45d6-b6db-4b644de3519d","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":"5f5a88bc-0bd5-478c-9f39-008cd6409e2c","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":"ZDgyMjAxOGU0ZTA4OGFhMjZlMTJlNjQ1MjEzNTU4NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"918180b6-06a1-454c-8c86-36fc119c128a","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":"ZTgwOTkwZWZiMTdmMDQwMTBkNWE1NjA2ZjU4NmQ1MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2cecfeb-68f3-4614-9524-b6d86e949b7e","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":"c5506c3f-00a0-4ef0-861e-2206f68180f0","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":"fc1d8287-5397-4be2-a624-efe8b780704a","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":"b6b1f6af-4964-4bb0-85a8-49b28c85bea9","artifactVersion":"2","generatedFromUUID":"c5506c3f-00a0-4ef0-861e-2206f68180f0"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MWEzNjgyMGY3ODk3MTBiYTJjNmJmNjExNThlNWFhM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93d98a7d-ef71-491a-bca3-04dde1f52a64","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTZlYjU0ZTI1MDUyNDUzYmUwZmU5MTIxNDhjMDYxZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c81048a2-fc19-422d-ae0d-b34ad5c16d33","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T04:52:21.339Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:52:21.339Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:21.341Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:21.341Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:52:21.441Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:21.441Z||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-09-28T04:52:21.442Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:21.454Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:21.454Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:22.341Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:52:22.342Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:22.343Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:22.343Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:52:22.443Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:22.444Z||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-09-28T04:52:22.444Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:22.456Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:22.456Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:23.344Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:52:23.344Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:23.346Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:23.346Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:52:23.446Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:23.447Z||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-09-28T04:52:23.447Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:23.458Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:23.458Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:52:23.997Z||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-09-28T04:52:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:24.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:24.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:52:24.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "policy-id", "timestamp": 1632804624699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:52:24.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:52:24.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:52:24.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "policy-id", "timestamp": 1632804625702, "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-09-28T04:52:24.026Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94f32c18-838d-4829-9a87-ca3ca3d31fc7 2021-09-28T04:52:24.026Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f32c18-838d-4829-9a87-ca3ca3d31fc7 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-09-28T04:52:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:52:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "clamp", "timestamp": 1632804628234, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:52:24.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:52:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:52:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "clamp", "timestamp": 1632804629244, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:52:24.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:52:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:52:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "clamp", "timestamp": 1632804630247, "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-09-28T04:52:24.035Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94f32c18-838d-4829-9a87-ca3ca3d31fc7 2021-09-28T04:52:24.035Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f32c18-838d-4829-9a87-ca3ca3d31fc7 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-09-28T04:52:24.346Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:52:24.347Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:24.349Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:24.349Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T04:52:24.449Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:24.449Z||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-09-28T04:52:24.449Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:24.460Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:24.460Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:25.349Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:52:25.350Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:25.351Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:25.351Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:52:25.451Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:25.452Z||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-09-28T04:52:25.452Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:25.462Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:25.462Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:26.352Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:52:26.352Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:26.353Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:26.354Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-28T04:52:26.454Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:26.454Z||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-09-28T04:52:26.454Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:26.466Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:26.467Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:52:27.354Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:52:27.355Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:27.356Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:27.356Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:52:27.456Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:27.457Z||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-09-28T04:52:27.457Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:27.468Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:27.468Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:28.356Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:52:28.357Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:28.358Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:28.358Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:52:28.458Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:28.459Z||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-09-28T04:52:28.459Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:28.473Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:28.473Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:29.360Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "6e9b5601-a621-4bf1-a7aa-5d365a9ffebb", "serviceDescription": "service", "serviceInvariantUUID": "ce88d755-c079-4817-9a4a-f7f093b13531", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "73457dff-91a6-45d6-b6db-4b644de3519d", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "600689f6-5eb9-4ef2-9421-668a74ef2b6e", "resourceInvariantUUID": "ee791fd6-478b-440d-966e-d63ccd589b13", "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": "ZTgwOTkwZWZiMTdmMDQwMTBkNWE1NjA2ZjU4NmQ1MGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c2cecfeb-68f3-4614-9524-b6d86e949b7e", "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": "c5506c3f-00a0-4ef0-861e-2206f68180f0", "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": "b6b1f6af-4964-4bb0-85a8-49b28c85bea9", "generatedFromUUID": "c5506c3f-00a0-4ef0-861e-2206f68180f0" }, "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": "b6b1f6af-4964-4bb0-85a8-49b28c85bea9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZTZlYjU0ZTI1MDUyNDUzYmUwZmU5MTIxNDhjMDYxZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c81048a2-fc19-422d-ae0d-b34ad5c16d33" } ], "workloadContext": "Production" } 2021-09-28T04:52:29.360Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T04:52:29.360Z|2632239d-73f7-400b-8044-302dc33eee37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e9b5601-a621-4bf1-a7aa-5d365a9ffebb ASDC 2021-09-28T04:52:29.360Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:21a4bb88-1ced-4a30-bde5-12ade2dda0b0 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:6e9b5601-a621-4bf1-a7aa-5d365a9ffebb ServiceInvariantUUID:ce88d755-c079-4817-9a4a-f7f093b13531 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:c81048a2-fc19-422d-ae0d-b34ad5c16d33 ArtifactChecksum:ZTZlYjU0ZTI1MDUyNDUzYmUwZmU5MTIxNDhjMDYxZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:73457dff-91a6-45d6-b6db-4b644de3519d ResourceInvariantUUID:ee791fd6-478b-440d-966e-d63ccd589b13 ResourceName:basicclamp ResourceType:VF ResourceUUID:600689f6-5eb9-4ef2-9421-668a74ef2b6e 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:c2cecfeb-68f3-4614-9524-b6d86e949b7e ArtifactChecksum:ZTgwOTkwZWZiMTdmMDQwMTBkNWE1NjA2ZjU4NmQ1MGU= 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:c5506c3f-00a0-4ef0-861e-2206f68180f0 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:b6b1f6af-4964-4bb0-85a8-49b28c85bea9 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:b6b1f6af-4964-4bb0-85a8-49b28c85bea9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T04:52:29.361Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e9b5601-a621-4bf1-a7aa-5d365a9ffebb 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-09-28T04:52:29.383Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:52:29.383Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:52:29.384Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:52:29.384Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c81048a2-fc19-422d-ae0d-b34ad5c16d33 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-28T04:52:29.384Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:52:29.384Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-28T04:52:29.966Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:52:29.970Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar c81048a2-fc19-422d-ae0d-b34ad5c16d33 73470 2021-09-28T04:52:29.970Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-28T04:52:29.970Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-28T04:52:29.970Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:52:29.970Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:29.972Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:29.972Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804749970, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:52:30.072Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:52:30.073Z||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-09-28T04:52:30.073Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:30.083Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:30.083Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:30.973Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:52:30.974Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:52:30.974Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c81048a2-fc19-422d-ae0d-b34ad5c16d33, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:30.975Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-28T04:52:30.975Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:30.975Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.052Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6257199328626752603/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-09-28T04:52:31.821Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T04:52:31.821Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:52:31.821Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.821Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-28T04:52:31.822Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:52:31.823Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:52:31.823Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.823Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:31.823Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-28T04:52:31.823Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:52:31.823Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:52:31.823Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.823Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:31.823Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.824Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-28T04:52:31.825Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ecf4ed6d-8c2f-4d14-b106-0e43a917c5d2 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:31.826Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:6e9b5601-a621-4bf1-a7aa-5d365a9ffebb Model Version:NULL Model InvariantUuid:ce88d755-c079-4817-9a4a-f7f093b13531 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:7b191f14-1048-471b-875f-7aa0b9cc140c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ee791fd6-478b-440d-966e-d63ccd589b13 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:73457dff-91a6-45d6-b6db-4b644de3519d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:55fee77c-58e0-4889-ab31-33decfcbace6 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:2e324045-fb87-45f4-81f7-6ab5e3cf7878 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ecf4ed6d-8c2f-4d14-b106-0e43a917c5d2 ModelInvariantUuid:aad83462-6d8a-401a-95c0-be6b47427d5e ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:1e756cba-d8ca-4b74-bf5e-8366dccfe990 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a92d56b9-7b2a-4f5d-9d75-8a44576277d4 ModelInvariantUuid:8566f0bf-f41c-4b8d-9b03-30e44896888a ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:66107d55-c94c-4f6e-b9a5-4d50ea2ebb0b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T04:52:31.833Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 600689f6-5eb9-4ef2-9421-668a74ef2b6e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:52:31.835Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-09-28T04:52:31.835Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 600689f6-5eb9-4ef2-9421-668a74ef2b6e 2021-09-28T04:52:31.835Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c2cecfeb-68f3-4614-9524-b6d86e949b7e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-28T04:52:31.835Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:52:31.836Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-28T04:52:32.454Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:52:32.454Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c2cecfeb-68f3-4614-9524-b6d86e949b7e 790 2021-09-28T04:52:32.454Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:32.454Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:32.454Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:52:32.455Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:32.456Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:32.456Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804752454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:52:32.556Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:32.557Z||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-09-28T04:52:32.557Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:32.567Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:32.567Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:33.457Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "55fee77c-58e0-4889-ab31-33decfcbace6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2e324045-fb87-45f4-81f7-6ab5e3cf7878", "vfModuleModelCustomizationUUID": "ed2f865a-a9de-4c44-8cbe-b107f96989a6", "isBase": true, "artifacts": [ "c5506c3f-00a0-4ef0-861e-2206f68180f0", "b6b1f6af-4964-4bb0-85a8-49b28c85bea9" ], "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-09-28T04:52:33.459Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2e324045-fb87-45f4-81f7-6ab5e3cf7878 VfModuleModelInvariantUUID:55fee77c-58e0-4889-ab31-33decfcbace6 VfModuleModelDescription:NULL Artifacts UUID List:{ c5506c3f-00a0-4ef0-861e-2206f68180f0 , b6b1f6af-4964-4bb0-85a8-49b28c85bea9 } 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-09-28T04:52:33.461Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "55fee77c-58e0-4889-ab31-33decfcbace6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2e324045-fb87-45f4-81f7-6ab5e3cf7878", "vfModuleModelCustomizationUUID": "ed2f865a-a9de-4c44-8cbe-b107f96989a6", "isBase": true, "artifacts": [ "c5506c3f-00a0-4ef0-861e-2206f68180f0", "b6b1f6af-4964-4bb0-85a8-49b28c85bea9" ], "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-09-28T04:52:33.461Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2e324045-fb87-45f4-81f7-6ab5e3cf7878 VfModuleModelInvariantUUID:55fee77c-58e0-4889-ab31-33decfcbace6 VfModuleModelDescription:NULL Artifacts UUID List:{ c5506c3f-00a0-4ef0-861e-2206f68180f0 , b6b1f6af-4964-4bb0-85a8-49b28c85bea9 } 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-09-28T04:52:33.461Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c5506c3f-00a0-4ef0-861e-2206f68180f0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-28T04:52:33.461Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:52:33.461Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-28T04:52:33.760Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:52:33.760Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c5506c3f-00a0-4ef0-861e-2206f68180f0 5033 2021-09-28T04:52:33.760Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:33.760Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:33.760Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:52:33.761Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:33.762Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:33.762Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804753760, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:52:33.862Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:33.863Z||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-09-28T04:52:33.863Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:33.873Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:33.874Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:34.762Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b6b1f6af-4964-4bb0-85a8-49b28c85bea9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-28T04:52:34.763Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:52:34.763Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-28T04:52:36.653Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:52:36.654Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env b6b1f6af-4964-4bb0-85a8-49b28c85bea9 909 2021-09-28T04:52:36.654Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:36.654Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:36.654Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:52:36.655Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:36.656Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:36.656Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804756654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:52:36.756Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:36.757Z||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-09-28T04:52:36.757Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:36.767Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:36.767Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:37.657Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6e9b5601-a621-4bf1-a7aa-5d365a9ffebb 2021-09-28T04:52:37.657Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 600689f6-5eb9-4ef2-9421-668a74ef2b6e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:52:37.665Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@412e2f3e, org.onap.sdc.toscaparser.api.parameters.Input@58dc5f1d, org.onap.sdc.toscaparser.api.parameters.Input@6047960, org.onap.sdc.toscaparser.api.parameters.Input@eabcc7b, org.onap.sdc.toscaparser.api.parameters.Input@3e4c454f] 2021-09-28T04:52:37.666Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.667Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:37.667Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-28T04:52:37.667Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 73457dff-91a6-45d6-b6db-4b644de3519d 2021-09-28T04:52:37.667Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73457dff-91a6-45d6-b6db-4b644de3519d matches Tosca VF Customization UUID: 73457dff-91a6-45d6-b6db-4b644de3519d 2021-09-28T04:52:37.667Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 73457dff-91a6-45d6-b6db-4b644de3519d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T04:52:37.669Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.669Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:37.669Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 73457dff-91a6-45d6-b6db-4b644de3519d: {\"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-09-28T04:52:37.670Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7120bff7 2021-09-28T04:52:37.670Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.670Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:52:37.670Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed2f865a-a9de-4c44-8cbe-b107f96989a6 2021-09-28T04:52:37.670Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed2f865a-a9de-4c44-8cbe-b107f96989a6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T04:52:37.671Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.672Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-28T04:52:37.672Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:52:37.672Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.672Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-28T04:52:37.672Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:52:37.672Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.673Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-28T04:52:37.673Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-28T04:52:37.673Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-28T04:52:37.673Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ecf4ed6d-8c2f-4d14-b106-0e43a917c5d2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T04:52:37.674Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.675Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-28T04:52:37.675Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:52:37.675Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.675Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-28T04:52:37.675Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=73457dff-91a6-45d6-b6db-4b644de3519d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:52:37.676Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.676Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:37.677Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6e9b5601-a621-4bf1-a7aa-5d365a9ffebb: basicclamp 2021-09-28T04:52:37.677Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.677Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:37.677Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.677Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:37.677Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.677Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:37.677Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.678Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:37.678Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:52:37.678Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:52:37.678Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T04:52:37.751Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 600689f6-5eb9-4ef2-9421-668a74ef2b6e 1 ASDC deployResourceStructure 2021-09-28T04:52:37.751Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:37.751Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:37.751Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:52:37.752Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:37.753Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:37.753Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804757751, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:52:37.853Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:37.854Z||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-09-28T04:52:37.854Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:37.868Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:37.869Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:52:38.754Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:38.754Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:38.754Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:52:38.755Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:38.756Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:38.756Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804758754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:52:38.856Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:38.857Z||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-09-28T04:52:38.857Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:38.866Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:38.866Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:39.757Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:39.757Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||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-09-28T04:52:39.757Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:52:39.757Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:39.759Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:39.759Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804759757, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-28T04:52:39.859Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:39.859Z||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-09-28T04:52:39.859Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:39.870Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:39.870Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:40.759Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-28T04:52:40.760Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-28T04:52:40.760Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:52:40.760Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:52:40.761Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:52:40.761Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804760759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:52:40.861Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:52:40.862Z||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-09-28T04:52:40.862Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:52:40.873Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:52:40.874Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:52:41.762Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:52:41.769Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 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-09-28T04:52:41.770Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:52:41.770Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:52:41.771Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:52:41.774Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T04:53:11.775Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 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-09-28T04:53:11.779Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 and serviceModelVersionId: 6e9b5601-a621-4bf1-a7aa-5d365a9ffebb 2021-09-28T04:53:11.779Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce88d755-c079-4817-9a4a-f7f093b13531 2021-09-28T04:53:11.779Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce88d755-c079-4817-9a4a-f7f093b13531/model-vers/model-ver/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb?depth=0 2021-09-28T04:53:11.783Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T04:53:11.811Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce88d755-c079-4817-9a4a-f7f093b13531/model-vers/model-ver/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb?depth=0|INFO|500||Invoke 2021-09-28T04:53:11.812Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce88d755-c079-4817-9a4a-f7f093b13531/model-vers/model-ver/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce88d755-c079-4817-9a4a-f7f093b13531/model-vers/model-ver/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21a4bb88-1ced-4a30-bde5-12ade2dda0b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37103356-2e7a-4a43-b808-f3dd311c4ce5], X-ECOMP-RequestID=[21a4bb88-1ced-4a30-bde5-12ade2dda0b0], X-TransactionId=[], X-ONAP-RequestID=[21a4bb88-1ced-4a30-bde5-12ade2dda0b0], Content-Type=[application/merge-patch+json]} 2021-09-28T04:53:11.827Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce88d755-c079-4817-9a4a-f7f093b13531/model-vers/model-ver/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T04:53:11.969Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce88d755-c079-4817-9a4a-f7f093b13531/model-vers/model-ver/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce88d755-c079-4817-9a4a-f7f093b13531/model-vers/model-ver/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210928-04:53:11:836-12087], vertex-id=[458792], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:53:11 GMT], Content-Type=[application/json]} 2021-09-28T04:53:11.970Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce88d755-c079-4817-9a4a-f7f093b13531/model-vers/model-ver/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T04:53:11.970Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce88d755-c079-4817-9a4a-f7f093b13531/model-vers/model-ver/6e9b5601-a621-4bf1-a7aa-5d365a9ffebb?depth=0|INFO|500||InvokeReturn 2021-09-28T04:53:11.970Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T04:53:11.970Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:53:11.974Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T04:53:11.974Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21a4bb88-1ced-4a30-bde5-12ade2dda0b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T04:53:11.974Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T04:53:11.974Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:11.975Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:11.975Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804791974, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:53:12.076Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:12.076Z||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-09-28T04:53:12.076Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:12.088Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:12.088Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-28T04:53:12.986Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T04:53:12.986Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"94f32c18-838d-4829-9a87-ca3ca3d31fc7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4a3568fa-bccf-4a31-bf89-2bc2686a7d7b","serviceDescription":"service","serviceInvariantUUID":"e65879f5-4d7e-4a61-a92e-591c239c1453","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"04d39b64-017c-4966-8bab-4490b9863b11","resourceInvariantUUID":"c8a77bca-f393-4fd7-bd92-bfcdda8aeac8","resourceCustomizationUUID":"b552c3d7-f3df-45e6-8568-6e422bcdbd73","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":"N2I3ZDE3NjUyZWViOTU2OWQ0ZTVkMzlmZjhjOWUyNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b668085b-426e-44cc-8e9d-29e81ca88e24","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTliNzExYTNlNjI2YTE4OGJlNzAzOWRkNjMyZjg5YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a93aed0a-5700-4bef-aa9e-a4b30f6ffc4a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T04:53:12.986Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:12.987Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:12.988Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:12.988Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:13.088Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:13.089Z||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-09-28T04:53:13.089Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:13.101Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:13.101Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:53:13.988Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:13.989Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:13.990Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:13.990Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:53:14.091Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T04:53:14.091Z||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-09-28T04:53:14.091Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:14.102Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:14.102Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:53:14.991Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "4a3568fa-bccf-4a31-bf89-2bc2686a7d7b", "serviceDescription": "service", "serviceInvariantUUID": "e65879f5-4d7e-4a61-a92e-591c239c1453", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "b552c3d7-f3df-45e6-8568-6e422bcdbd73", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "04d39b64-017c-4966-8bab-4490b9863b11", "resourceInvariantUUID": "c8a77bca-f393-4fd7-bd92-bfcdda8aeac8", "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": "MTliNzExYTNlNjI2YTE4OGJlNzAzOWRkNjMyZjg5YjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a93aed0a-5700-4bef-aa9e-a4b30f6ffc4a" } ], "workloadContext": "Production" } 2021-09-28T04:53:14.992Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T04:53:14.992Z|21a4bb88-1ced-4a30-bde5-12ade2dda0b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4a3568fa-bccf-4a31-bf89-2bc2686a7d7b ASDC 2021-09-28T04:53:14.992Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:94f32c18-838d-4829-9a87-ca3ca3d31fc7 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:4a3568fa-bccf-4a31-bf89-2bc2686a7d7b ServiceInvariantUUID:e65879f5-4d7e-4a61-a92e-591c239c1453 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:a93aed0a-5700-4bef-aa9e-a4b30f6ffc4a ArtifactChecksum:MTliNzExYTNlNjI2YTE4OGJlNzAzOWRkNjMyZjg5YjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:b552c3d7-f3df-45e6-8568-6e422bcdbd73 ResourceInvariantUUID:c8a77bca-f393-4fd7-bd92-bfcdda8aeac8 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:04d39b64-017c-4966-8bab-4490b9863b11 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-28T04:53:14.992Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a3568fa-bccf-4a31-bf89-2bc2686a7d7b 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-09-28T04:53:15.008Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:53:15.009Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:53:15.009Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:53:15.009Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a93aed0a-5700-4bef-aa9e-a4b30f6ffc4a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-28T04:53:15.009Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:53:15.009Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-28T04:53:16.321Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:53:16.323Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a93aed0a-5700-4bef-aa9e-a4b30f6ffc4a 52173 2021-09-28T04:53:16.323Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-28T04:53:16.324Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-28T04:53:16.324Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:53:16.324Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:16.325Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:16.325Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804796323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:53:16.425Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:16.426Z||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-09-28T04:53:16.426Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:16.435Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:16.435Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:53:17.326Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:53:17.326Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:53:17.327Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a93aed0a-5700-4bef-aa9e-a4b30f6ffc4a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T04:53:17.327Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-28T04:53:17.327Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T04:53:17.327Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T04:53:17.413Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8475826145186684939/Definitions/service-BasicNetwork-template.yml 2021-09-28T04:53:17.670Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T04:53:17.670Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:53:17.670Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T04:53:17.670Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-28T04:53:17.670Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||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-09-28T04:53:17.671Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||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-09-28T04:53:17.671Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||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-09-28T04:53:17.671Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||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-09-28T04:53:17.671Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-28T04:53:17.671Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||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-09-28T04:53:17.671Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||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-09-28T04:53:17.671Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||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-09-28T04:53:17.671Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:53:17.672Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.672Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.672Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-28T04:53:17.672Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:53:17.672Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:53:17.672Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.673Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.673Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-28T04:53:17.673Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:53:17.673Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:53:17.673Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.673Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.673Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.674Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.674Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.674Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.674Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.674Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.675Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.675Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.675Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:4a3568fa-bccf-4a31-bf89-2bc2686a7d7b Model Version:NULL Model InvariantUuid:e65879f5-4d7e-4a61-a92e-591c239c1453 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c8a77bca-f393-4fd7-bd92-bfcdda8aeac8 Model UUID:5c10e5a9-8aac-4b87-b2f0-a1c8314a1db5 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:b552c3d7-f3df-45e6-8568-6e422bcdbd73 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T04:53:17.680Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 04d39b64-017c-4966-8bab-4490b9863b11 2021-09-28T04:53:17.680Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||No resources found for Service: 4a3568fa-bccf-4a31-bf89-2bc2686a7d7b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:53:17.683Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500|| 2021-09-28T04:53:17.684Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-28T04:53:17.684Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 4a3568fa-bccf-4a31-bf89-2bc2686a7d7b 2021-09-28T04:53:17.684Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4a3568fa-bccf-4a31-bf89-2bc2686a7d7b 2021-09-28T04:53:17.684Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-28T04:53:17.684Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:53:17.688Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5990b876, org.onap.sdc.toscaparser.api.parameters.Input@ed53594, org.onap.sdc.toscaparser.api.parameters.Input@4b14b294, org.onap.sdc.toscaparser.api.parameters.Input@37a7295, org.onap.sdc.toscaparser.api.parameters.Input@5f753984] 2021-09-28T04:53:17.689Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.690Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.690Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.690Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.690Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4a3568fa-bccf-4a31-bf89-2bc2686a7d7b: Generic NeutronNet 2021-09-28T04:53:17.690Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.691Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.691Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.691Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-09-28T04:53:17.711Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.711Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.712Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.712Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.712Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:53:17.712Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:53:17.712Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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-09-28T04:53:17.749Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-28T04:53:17.749Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-28T04:53:17.750Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-28T04:53:17.750Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:53:17.750Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:17.751Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:17.751Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804797749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:53:17.851Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:17.852Z||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-09-28T04:53:17.852Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:17.863Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:17.863Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:53:18.752Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94f32c18-838d-4829-9a87-ca3ca3d31fc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:53:18.763Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94f32c18-838d-4829-9a87-ca3ca3d31fc7 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-09-28T04:53:18.765Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:53:18.765Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T04:53:18.765Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T04:53:18.765Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T04:53:18.765Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:53:18.765Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:53:18.766Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:53:18.766Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:53:18.766Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:53:18.766Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:53:18.766Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:53:18.769Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T04:53:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:53:23.997Z||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-09-28T04:53:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:24.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:24.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:53:24.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2632239d-73f7-400b-8044-302dc33eee37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804736027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:53:24.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:53:24.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:53:24.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:24.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:53:24.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:53:24.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:24.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:53:24.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:53:24.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:53:24.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:53:48.769Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94f32c18-838d-4829-9a87-ca3ca3d31fc7 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-09-28T04:53:48.772Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94f32c18-838d-4829-9a87-ca3ca3d31fc7 and serviceModelVersionId: 4a3568fa-bccf-4a31-bf89-2bc2686a7d7b 2021-09-28T04:53:48.772Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e65879f5-4d7e-4a61-a92e-591c239c1453 2021-09-28T04:53:48.773Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e65879f5-4d7e-4a61-a92e-591c239c1453/model-vers/model-ver/4a3568fa-bccf-4a31-bf89-2bc2686a7d7b?depth=0 2021-09-28T04:53:48.776Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T04:53:48.800Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e65879f5-4d7e-4a61-a92e-591c239c1453/model-vers/model-ver/4a3568fa-bccf-4a31-bf89-2bc2686a7d7b?depth=0|INFO|500||Invoke 2021-09-28T04:53:48.801Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e65879f5-4d7e-4a61-a92e-591c239c1453/model-vers/model-ver/4a3568fa-bccf-4a31-bf89-2bc2686a7d7b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e65879f5-4d7e-4a61-a92e-591c239c1453/model-vers/model-ver/4a3568fa-bccf-4a31-bf89-2bc2686a7d7b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[94f32c18-838d-4829-9a87-ca3ca3d31fc7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef75ccee-6788-4182-8bff-0353bde39125], X-ECOMP-RequestID=[94f32c18-838d-4829-9a87-ca3ca3d31fc7], X-TransactionId=[], X-ONAP-RequestID=[94f32c18-838d-4829-9a87-ca3ca3d31fc7], Content-Type=[application/merge-patch+json]} 2021-09-28T04:53:48.815Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e65879f5-4d7e-4a61-a92e-591c239c1453/model-vers/model-ver/4a3568fa-bccf-4a31-bf89-2bc2686a7d7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T04:53:49.054Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e65879f5-4d7e-4a61-a92e-591c239c1453/model-vers/model-ver/4a3568fa-bccf-4a31-bf89-2bc2686a7d7b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e65879f5-4d7e-4a61-a92e-591c239c1453/model-vers/model-ver/4a3568fa-bccf-4a31-bf89-2bc2686a7d7b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210928-04:53:48:823-61575], vertex-id=[466984], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:53:48 GMT], Content-Type=[application/json]} 2021-09-28T04:53:49.054Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e65879f5-4d7e-4a61-a92e-591c239c1453/model-vers/model-ver/4a3568fa-bccf-4a31-bf89-2bc2686a7d7b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T04:53:49.054Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e65879f5-4d7e-4a61-a92e-591c239c1453/model-vers/model-ver/4a3568fa-bccf-4a31-bf89-2bc2686a7d7b?depth=0|INFO|500||InvokeReturn 2021-09-28T04:53:49.055Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T04:53:49.055Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:53:49.058Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T04:53:49.058Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94f32c18-838d-4829-9a87-ca3ca3d31fc7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T04:53:49.058Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T04:53:49.059Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:49.060Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:49.060Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804829058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:53:49.160Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:49.160Z||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-09-28T04:53:49.161Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:49.176Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:49.176Z||pool-83-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-09-28T04:53:50.068Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:53:50.068Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|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-09-28T04:53:50.068Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:50.691Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:50.691Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T04:53:50.691Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"348f39ba-75b0-4b35-b3e9-715cd9444db2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5c7e9e1a-f889-4285-8ba2-b8ea778d25b2","serviceDescription":"service","serviceInvariantUUID":"f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22552d77-bfb7-4bf0-ab5c-e6e9dfd065a5","resourceInvariantUUID":"570e07b4-65f5-435a-8e0c-f6a431db92a2","resourceCustomizationUUID":"69e77b75-dbc6-4854-8240-8788adea67cb","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":"ZTg1MTNjZTQ4YTc4Zjc0MjQ3YzNkZjk1YzZkOGQyYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a2b8c7e-dcdf-461f-941c-b2c8f4546cda","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":"85f8ed8d-50ba-40a4-8eea-9b195247587b","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":"03d1853f-311f-487a-89c2-b8daf23d0b9c","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":"YTIyYmRjMDJhZjA1NGE5M2NjYmVlODBlNDliMDY2ZWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"08a18070-5114-44d3-babb-ea270f8b1326","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":"89c6aff7-d513-4221-a259-831e09b22a57","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":"8af1e3b5-a503-4661-8a54-668123aff742","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":"4761994c-d851-464c-94e4-89b097ac088a","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":"YTBjMGFlN2QyMmIxY2ZkNzgwZmJmMDQxMjYxZjkzZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56e89d10-ebbb-459c-ab19-d10374833949","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODgxMWYyMDQ2ZmNiYTVhZWMzYjRjOGE5ZjA2M2RhMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ffb5ddc-8cb1-4ea5-aaf3-f262559c79f7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T04:53:50.693Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:50.693Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:50.694Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:50.694Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:50.794Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:50.795Z||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-09-28T04:53:50.795Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:50.806Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:50.806Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:53:51.695Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:51.695Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:51.696Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:51.697Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:51.797Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:51.797Z||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-09-28T04:53:51.797Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:51.808Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:51.808Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:53:52.697Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:52.698Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:52.699Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:52.699Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:52.799Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:52.800Z||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-09-28T04:53:52.800Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:52.811Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:52.811Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:53:53.699Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:53.700Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:53.701Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:53.702Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:53.802Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:53.803Z||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-09-28T04:53:53.803Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:53.814Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:53.814Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:53:54.702Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:54.703Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:54.704Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:54.704Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:54.804Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:54.805Z||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-09-28T04:53:54.805Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:54.815Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:54.816Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:53:55.704Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:55.705Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:55.706Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:55.706Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:55.807Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:55.807Z||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-09-28T04:53:55.807Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:55.819Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:55.820Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:53:56.707Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:56.707Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:56.709Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:56.709Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:56.809Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:56.810Z||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-09-28T04:53:56.810Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:56.820Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:56.820Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:53:57.709Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:57.710Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:57.711Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:57.712Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:53:57.812Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:57.812Z||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-09-28T04:53:57.812Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:57.824Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:57.825Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:53:58.712Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:53:58.713Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:53:58.715Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:53:58.715Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:53:58.815Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:53:58.815Z||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-09-28T04:53:58.815Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:53:58.826Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:53:58.827Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:53:59.716Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5c7e9e1a-f889-4285-8ba2-b8ea778d25b2", "serviceDescription": "service", "serviceInvariantUUID": "f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "69e77b75-dbc6-4854-8240-8788adea67cb", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "22552d77-bfb7-4bf0-ab5c-e6e9dfd065a5", "resourceInvariantUUID": "570e07b4-65f5-435a-8e0c-f6a431db92a2", "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": "ODgxMWYyMDQ2ZmNiYTVhZWMzYjRjOGE5ZjA2M2RhMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ffb5ddc-8cb1-4ea5-aaf3-f262559c79f7" } ], "workloadContext": "Production" } 2021-09-28T04:53:59.717Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T04:53:59.717Z|94f32c18-838d-4829-9a87-ca3ca3d31fc7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5c7e9e1a-f889-4285-8ba2-b8ea778d25b2 ASDC 2021-09-28T04:53:59.717Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:348f39ba-75b0-4b35-b3e9-715cd9444db2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5c7e9e1a-f889-4285-8ba2-b8ea778d25b2 ServiceInvariantUUID:f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9 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:5ffb5ddc-8cb1-4ea5-aaf3-f262559c79f7 ArtifactChecksum:ODgxMWYyMDQ2ZmNiYTVhZWMzYjRjOGE5ZjA2M2RhMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:69e77b75-dbc6-4854-8240-8788adea67cb ResourceInvariantUUID:570e07b4-65f5-435a-8e0c-f6a431db92a2 ResourceName:test-pnf ResourceType:PNF ResourceUUID:22552d77-bfb7-4bf0-ab5c-e6e9dfd065a5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-28T04:53:59.717Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c7e9e1a-f889-4285-8ba2-b8ea778d25b2 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-09-28T04:53:59.733Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:53:59.734Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:53:59.734Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:53:59.734Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ffb5ddc-8cb1-4ea5-aaf3-f262559c79f7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-28T04:53:59.734Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:53:59.734Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-28T04:54:00.294Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:54:00.298Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5ffb5ddc-8cb1-4ea5-aaf3-f262559c79f7 105560 2021-09-28T04:54:00.299Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-28T04:54:00.299Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-28T04:54:00.299Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:54:00.299Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:54:00.300Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:54:00.301Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804840298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:54:00.401Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:54:00.401Z||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-09-28T04:54:00.401Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:54:00.421Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:54:00.421Z||pool-93-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:54:01.301Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:54:01.302Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:54:01.302Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5ffb5ddc-8cb1-4ea5-aaf3-f262559c79f7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T04:54:01.302Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-28T04:54:01.303Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T04:54:01.303Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T04:54:01.396Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15137245826169083513/Definitions/service-TestPnfMacro-template.yml 2021-09-28T04:54:01.890Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T04:54:01.890Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:54:01.890Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T04:54:01.890Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-28T04:54:01.890Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||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-09-28T04:54:01.890Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||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-09-28T04:54:01.890Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||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-09-28T04:54:01.890Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||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-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:54:01.891Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:54:01.892Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:54:01.893Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:54:01.893Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:54:01.893Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:5c7e9e1a-f889-4285-8ba2-b8ea778d25b2 Model Version:NULL Model InvariantUuid:f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T04:54:01.898Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 22552d77-bfb7-4bf0-ab5c-e6e9dfd065a5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:54:01.901Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||test-pnf 0 2021-09-28T04:54:01.901Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 22552d77-bfb7-4bf0-ab5c-e6e9dfd065a5 2021-09-28T04:54:01.901Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 5c7e9e1a-f889-4285-8ba2-b8ea778d25b2 2021-09-28T04:54:01.901Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5c7e9e1a-f889-4285-8ba2-b8ea778d25b2 2021-09-28T04:54:01.901Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 22552d77-bfb7-4bf0-ab5c-e6e9dfd065a5 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:54:01.905Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f0be559, org.onap.sdc.toscaparser.api.parameters.Input@48923be4, org.onap.sdc.toscaparser.api.parameters.Input@2f5a88b8, org.onap.sdc.toscaparser.api.parameters.Input@65df6267, org.onap.sdc.toscaparser.api.parameters.Input@65fe62a8] 2021-09-28T04:54:01.905Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:54:01.905Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:54:01.905Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5c7e9e1a-f889-4285-8ba2-b8ea778d25b2: test-pnf 2021-09-28T04:54:01.905Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||Processing PNF resource: 22552d77-bfb7-4bf0-ab5c-e6e9dfd065a5 2021-09-28T04:54:01.905Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:54:01.906Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:54:01.906Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||Resource customization UUID: 69e77b75-dbc6-4854-8240-8788adea67cb is the same as notified resource customizationUUID: 69e77b75-dbc6-4854-8240-8788adea67cb Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-09-28T04:54:01.931Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 22552d77-bfb7-4bf0-ab5c-e6e9dfd065a5 0 ASDC deployResourceStructure 2021-09-28T04:54:01.932Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-28T04:54:01.932Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-28T04:54:01.932Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:54:01.932Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:54:01.933Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:54:01.933Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804841932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:54:02.033Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:54:02.034Z||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-09-28T04:54:02.034Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:54:02.046Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:54:02.046Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:54:02.934Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:54:02.940Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:54:02.942Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:54:02.942Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:54:02.942Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:54:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:54:23.997Z||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-09-28T04:54:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:54:24.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:54:24.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:54:24.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-28T04:54:24.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:54:32.942Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:54:32.948Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:54:32.949Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:54:32.949Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:54:32.950Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:55:02.950Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:55:02.956Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:55:02.957Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:55:02.957Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:55:02.957Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:55:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:55:23.997Z||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-09-28T04:55:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:55:24.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804749970, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804752454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804753760, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804756654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804757751, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804758754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804759757, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804760759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804775566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "dcae-sch", "timestamp": 1632804781237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804779020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804775566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "dcae-sch", "timestamp": 1632804781237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804779020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804775566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "dcae-sch", "timestamp": 1632804781237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804779020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804775566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "dcae-sch", "timestamp": 1632804781237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804779020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804788530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804775566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "dcae-sch", "timestamp": 1632804781237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804779020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804788723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804788530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804775566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "dcae-sch", "timestamp": 1632804781237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804779020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804788723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804788530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804775566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "dcae-sch", "timestamp": 1632804781237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804779020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804788723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804791006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21a4bb88-1ced-4a30-bde5-12ade2dda0b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804791974, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "multicloud-k8s-id", "timestamp": 1632804791482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804788530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804775566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "dcae-sch", "timestamp": 1632804781237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804779020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804788723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804791006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "multicloud-k8s-id", "timestamp": 1632804791482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804788530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804775566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "dcae-sch", "timestamp": 1632804781237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804779020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804788723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804791006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804737039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "multicloud-k8s-id", "timestamp": 1632804791482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804788530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804788723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804791006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "multicloud-k8s-id", "timestamp": 1632804791482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804788530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804788723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804794738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804791006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804795657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804796125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "multicloud-k8s-id", "timestamp": 1632804791482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804788530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804796323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804788723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804794738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804791006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804796660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "multicloud-k8s-id", "timestamp": 1632804791482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804788530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804788723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804794738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804791006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "policy-id", "timestamp": 1632804797662, "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-09-28T04:55:24.043Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 348f39ba-75b0-4b35-b3e9-715cd9444db2 2021-09-28T04:55:24.043Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:55:24.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804797749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:55:24.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "multicloud-k8s-id", "timestamp": 1632804791482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "cds", "timestamp": 1632804798242, "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-09-28T04:55:24.051Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 348f39ba-75b0-4b35-b3e9-715cd9444db2 2021-09-28T04:55:24.051Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:55:24.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804794738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804791006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "multicloud-k8s-id", "timestamp": 1632804791482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804794738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804791006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "multicloud-k8s-id", "timestamp": 1632804791482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804800204, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804794738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804801201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804801255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804794738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804794738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804802846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804803259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:55:24.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:55:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804794738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:55:24.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:55:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:55:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804803848, "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-09-28T04:55:24.061Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 348f39ba-75b0-4b35-b3e9-715cd9444db2 2021-09-28T04:55:24.062Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:55:32.957Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:55:32.964Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:55:32.965Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:55:32.965Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:55:32.965Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:56:02.966Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:56:02.972Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:56:02.974Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:56:02.974Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:56:02.974Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:56:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:56:23.997Z||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-09-28T04:56:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:56:24.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:56:24.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "clamp", "timestamp": 1632804804262, "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-09-28T04:56:24.032Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 348f39ba-75b0-4b35-b3e9-715cd9444db2 2021-09-28T04:56:24.032Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:56:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804804826, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:56:24.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804805621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:56:24.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "aai-ml", "timestamp": 1632804805830, "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-09-28T04:56:24.041Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 348f39ba-75b0-4b35-b3e9-715cd9444db2 2021-09-28T04:56:24.041Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:56:24.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804806642, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:56:24.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "ves-openapi-manager", "timestamp": 1632804807644, "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-09-28T04:56:24.049Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 348f39ba-75b0-4b35-b3e9-715cd9444db2 2021-09-28T04:56:24.049Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:56:24.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f32c18-838d-4829-9a87-ca3ca3d31fc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804829058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804830068, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804840298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632804841932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "dcae-sch", "timestamp": 1632804841236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804839020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "dcae-sch", "timestamp": 1632804841236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804839020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "dcae-sch", "timestamp": 1632804841236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804839020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "dcae-sch", "timestamp": 1632804841236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804839020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804848530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804848723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "dcae-sch", "timestamp": 1632804841236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804839020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804848530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804848723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "dcae-sch", "timestamp": 1632804841236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804839020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804848530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804850566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804848723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804851006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "dcae-sch", "timestamp": 1632804841236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804839020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804851482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804848530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804850566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804848723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:56:24.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804851006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "dcae-sch", "timestamp": 1632804841236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804839020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804851482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804848530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804850566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804848723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804851006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "dcae-sch", "timestamp": 1632804841236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804839020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804851482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804848530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804850566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804848723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804851006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804851482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804848530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804850566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804848723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "ves-openapi-manager", "timestamp": 1632804854738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804851006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804851482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804848530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804850566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804848723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "ves-openapi-manager", "timestamp": 1632804854738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804856523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804851006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804851482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804848530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804850566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804848723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "ves-openapi-manager", "timestamp": 1632804854738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804857526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804851006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804851482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-28T04:56:24.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804850566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "ves-openapi-manager", "timestamp": 1632804854738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "policy-id", "timestamp": 1632804858528, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T04:56:24.079Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0c93fec-c813-4283-a595-76c43b85765c 2021-09-28T04:56:24.080Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c93fec-c813-4283-a595-76c43b85765c 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-09-28T04:56:24.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804851006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804851482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804850566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "ves-openapi-manager", "timestamp": 1632804854738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804851006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804859693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804851482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "ves-openapi-manager", "timestamp": 1632804854738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804860802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804861097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "ves-openapi-manager", "timestamp": 1632804854738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "cds", "timestamp": 1632804861806, "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-09-28T04:56:24.091Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0c93fec-c813-4283-a595-76c43b85765c 2021-09-28T04:56:24.091Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c93fec-c813-4283-a595-76c43b85765c 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-09-28T04:56:24.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "ves-openapi-manager", "timestamp": 1632804854738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:24.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804862520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:56:24.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804862965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:56:24.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:56:24.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:56:24.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "ves-openapi-manager", "timestamp": 1632804854738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:56:24.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-28T04:56:32.974Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:56:32.994Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:56:32.997Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:56:32.997Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T04:56:32.997Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T04:56:32.997Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T04:56:32.997Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:56:32.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:56:32.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:56:32.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:56:32.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:56:32.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:56:32.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:56:32.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:56:33.002Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T04:57:03.002Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 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-09-28T04:57:03.006Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 348f39ba-75b0-4b35-b3e9-715cd9444db2 and serviceModelVersionId: 5c7e9e1a-f889-4285-8ba2-b8ea778d25b2 2021-09-28T04:57:03.006Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9 2021-09-28T04:57:03.006Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9/model-vers/model-ver/5c7e9e1a-f889-4285-8ba2-b8ea778d25b2?depth=0 2021-09-28T04:57:03.009Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T04:57:03.044Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9/model-vers/model-ver/5c7e9e1a-f889-4285-8ba2-b8ea778d25b2?depth=0|INFO|500||Invoke 2021-09-28T04:57:03.045Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9/model-vers/model-ver/5c7e9e1a-f889-4285-8ba2-b8ea778d25b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9/model-vers/model-ver/5c7e9e1a-f889-4285-8ba2-b8ea778d25b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[348f39ba-75b0-4b35-b3e9-715cd9444db2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b08b8cab-2113-4a97-81ca-5fa71d980324], X-ECOMP-RequestID=[348f39ba-75b0-4b35-b3e9-715cd9444db2], X-TransactionId=[], X-ONAP-RequestID=[348f39ba-75b0-4b35-b3e9-715cd9444db2], Content-Type=[application/merge-patch+json]} 2021-09-28T04:57:03.065Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9/model-vers/model-ver/5c7e9e1a-f889-4285-8ba2-b8ea778d25b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T04:57:03.687Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9/model-vers/model-ver/5c7e9e1a-f889-4285-8ba2-b8ea778d25b2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9/model-vers/model-ver/5c7e9e1a-f889-4285-8ba2-b8ea778d25b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210928-04:57:03:073-26269], vertex-id=[233640], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:57:03 GMT], Content-Type=[application/json]} 2021-09-28T04:57:03.687Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9/model-vers/model-ver/5c7e9e1a-f889-4285-8ba2-b8ea778d25b2?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T04:57:03.687Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3cae419-8ebd-4ffc-b5c0-66a4eb1d9ed9/model-vers/model-ver/5c7e9e1a-f889-4285-8ba2-b8ea778d25b2?depth=0|INFO|500||InvokeReturn 2021-09-28T04:57:03.688Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T04:57:03.688Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:57:03.691Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T04:57:03.691Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 348f39ba-75b0-4b35-b3e9-715cd9444db2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T04:57:03.692Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T04:57:03.692Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:03.693Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:03.693Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805023692, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:57:03.793Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:03.794Z||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-09-28T04:57:03.794Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:03.809Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:03.809Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-28T04:57:04.701Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:57:04.701Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|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-09-28T04:57:04.701Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:08.984Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:08.984Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T04:57:08.984Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0c93fec-c813-4283-a595-76c43b85765c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6e65960c-96cd-4362-8c10-08cc1041350e","serviceDescription":"service","serviceInvariantUUID":"7dd94a3d-40fd-433e-a8e5-731596de75ee","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29bda4eb-ab26-41c4-a2e0-d07ab505bed9","resourceInvariantUUID":"10f8b592-c2f0-4796-88c8-6de063a6b9c3","resourceCustomizationUUID":"c67602f1-6bac-40ad-892f-420bfc35fb87","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":"MjA4NmQwZGRmZGJiYTllZDJhNzkyZjcxYWZjZTNlZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3627c232-b28e-40d9-bf4d-d016b94245b9","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":"e71db627-470d-4e7f-a8b3-dc31f6dc55cc","artifactVersion":"2","generatedFromUUID":"7d3fc72d-0d11-4e25-9e12-db8ef964ef74"},{"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":"7d3fc72d-0d11-4e25-9e12-db8ef964ef74","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":"NGQ4NDYwMzhjY2M3MDY3YjViMGVjZTJhNTUzYmRhZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d555f19-2b20-4860-86df-d43d5b673b1a","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":"55882878-a74d-462b-b2bc-bb0c540d58df","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":"5d2f1959-5260-4033-bcb0-2c89d99e23a8","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":"2fee1b57-c918-42ba-aa89-f27ebc5cd80a","artifactVersion":"2","generatedFromUUID":"55882878-a74d-462b-b2bc-bb0c540d58df"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjVhZGE5ZjNhMDdlNDdiZGRhY2VhYzIwNDE3OTg1M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29ba11c2-8a6e-4625-b0d9-480b6494d54c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDQ3N2NhY2QyNDRhODBkMTQ5MjQ1ZWFlNTFkMDgyMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2fc53fa2-6dbb-43b5-960c-96cf6a9e246b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T04:57:08.986Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:57:08.986Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:08.987Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:08.987Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:57:09.087Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:09.088Z||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-09-28T04:57:09.088Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:09.100Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:09.100Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:09.988Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:57:09.988Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:09.990Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:09.990Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-28T04:57:10.090Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:10.091Z||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-09-28T04:57:10.091Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:10.102Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:10.102Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:10.990Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:57:10.991Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:10.992Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:10.993Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-28T04:57:11.093Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:11.093Z||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-09-28T04:57:11.093Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:11.109Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:11.109Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:11.993Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:57:11.994Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:11.995Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:11.996Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:57:12.096Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:12.096Z||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-09-28T04:57:12.096Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:12.108Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:12.108Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:12.996Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:57:12.997Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:12.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:12.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-28T04:57:13.098Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:13.099Z||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-09-28T04:57:13.099Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:13.110Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:13.110Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:13.998Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:57:13.999Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:14.001Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:14.001Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:57:14.101Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:14.101Z||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-09-28T04:57:14.101Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:14.117Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:14.117Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:15.001Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:57:15.002Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:15.003Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:15.003Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-28T04:57:15.103Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:15.104Z||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-09-28T04:57:15.104Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:15.116Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:15.116Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:16.004Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:57:16.005Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:16.006Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:16.006Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:57:16.106Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:16.107Z||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-09-28T04:57:16.107Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:16.119Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:16.119Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:17.006Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:57:17.007Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:17.008Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:17.008Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:57:17.108Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:17.109Z||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-09-28T04:57:17.109Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:17.120Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:17.120Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:18.009Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "6e65960c-96cd-4362-8c10-08cc1041350e", "serviceDescription": "service", "serviceInvariantUUID": "7dd94a3d-40fd-433e-a8e5-731596de75ee", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c67602f1-6bac-40ad-892f-420bfc35fb87", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "29bda4eb-ab26-41c4-a2e0-d07ab505bed9", "resourceInvariantUUID": "10f8b592-c2f0-4796-88c8-6de063a6b9c3", "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": "e71db627-470d-4e7f-a8b3-dc31f6dc55cc", "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": "7d3fc72d-0d11-4e25-9e12-db8ef964ef74", "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": "NGQ4NDYwMzhjY2M3MDY3YjViMGVjZTJhNTUzYmRhZWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4d555f19-2b20-4860-86df-d43d5b673b1a", "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": "55882878-a74d-462b-b2bc-bb0c540d58df", "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": "2fee1b57-c918-42ba-aa89-f27ebc5cd80a", "generatedFromUUID": "55882878-a74d-462b-b2bc-bb0c540d58df" }, "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": "2fee1b57-c918-42ba-aa89-f27ebc5cd80a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDQ3N2NhY2QyNDRhODBkMTQ5MjQ1ZWFlNTFkMDgyMzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2fc53fa2-6dbb-43b5-960c-96cf6a9e246b" } ], "workloadContext": "Production" } 2021-09-28T04:57:18.009Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T04:57:18.009Z|348f39ba-75b0-4b35-b3e9-715cd9444db2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6e65960c-96cd-4362-8c10-08cc1041350e ASDC 2021-09-28T04:57:18.010Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d0c93fec-c813-4283-a595-76c43b85765c ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:6e65960c-96cd-4362-8c10-08cc1041350e ServiceInvariantUUID:7dd94a3d-40fd-433e-a8e5-731596de75ee 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:2fc53fa2-6dbb-43b5-960c-96cf6a9e246b ArtifactChecksum:NDQ3N2NhY2QyNDRhODBkMTQ5MjQ1ZWFlNTFkMDgyMzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c67602f1-6bac-40ad-892f-420bfc35fb87 ResourceInvariantUUID:10f8b592-c2f0-4796-88c8-6de063a6b9c3 ResourceName:basic_cnf ResourceType:VF ResourceUUID:29bda4eb-ab26-41c4-a2e0-d07ab505bed9 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:e71db627-470d-4e7f-a8b3-dc31f6dc55cc 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:7d3fc72d-0d11-4e25-9e12-db8ef964ef74 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:4d555f19-2b20-4860-86df-d43d5b673b1a ArtifactChecksum:NGQ4NDYwMzhjY2M3MDY3YjViMGVjZTJhNTUzYmRhZWU= 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:55882878-a74d-462b-b2bc-bb0c540d58df 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:2fee1b57-c918-42ba-aa89-f27ebc5cd80a 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:2fee1b57-c918-42ba-aa89-f27ebc5cd80a ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-28T04:57:18.010Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e65960c-96cd-4362-8c10-08cc1041350e 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-09-28T04:57:18.031Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:57:18.031Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:57:18.031Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:57:18.031Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2fc53fa2-6dbb-43b5-960c-96cf6a9e246b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-28T04:57:18.031Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:57:18.031Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-28T04:57:19.205Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:57:19.208Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2fc53fa2-6dbb-43b5-960c-96cf6a9e246b 68758 2021-09-28T04:57:19.208Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-28T04:57:19.208Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-28T04:57:19.208Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:57:19.208Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:19.209Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:19.209Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805039208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:19.310Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:19.310Z||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-09-28T04:57:19.310Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:19.321Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:19.321Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:20.210Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:57:20.211Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:57:20.211Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2fc53fa2-6dbb-43b5-960c-96cf6a9e246b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T04:57:20.211Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-28T04:57:20.211Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T04:57:20.211Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T04:57:20.285Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5310106072360743373/Definitions/service-BasicCnf-template.yml 2021-09-28T04:57:21.067Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T04:57:21.068Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:57:21.068Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T04:57:21.068Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-28T04:57:21.068Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:21.068Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:21.068Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-28T04:57:21.068Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:21.068Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:57:21.069Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.069Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:21.069Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T04:57:21.069Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:57:21.069Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:57:21.069Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.069Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:21.070Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T04:57:21.070Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:57:21.070Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:57:21.070Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.070Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:21.070Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.071Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-28T04:57:21.071Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-28T04:57:21.071Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-28T04:57:21.071Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-28T04:57:21.071Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.071Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:57:21.071Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.071Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T04:57:21.072Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:57:21.072Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.072Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T04:57:21.072Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:57:21.072Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.073Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T04:57:21.073Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:57:21.073Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.073Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-28T04:57:21.073Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-28T04:57:21.073Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5047b211-c00e-4eb3-bb8b-aa2975b15bca 2021-09-28T04:57:21.073Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.073Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:21.074Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.074Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:21.074Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.074Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:21.074Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:21.074Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:21.075Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:6e65960c-96cd-4362-8c10-08cc1041350e Model Version:NULL Model InvariantUuid:7dd94a3d-40fd-433e-a8e5-731596de75ee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:1491d9ab-4a80-4b15-a851-3b40d98b6e31 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:10f8b592-c2f0-4796-88c8-6de063a6b9c3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c67602f1-6bac-40ad-892f-420bfc35fb87 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:95f586d3-d970-47cd-bbf4-0ec32b89194f ModelName:BasicCnf..base_dummy..module-0 ModelUuid:6a8892fd-d562-4bf6-bbf1-be26dae5c6e1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5047b211-c00e-4eb3-bb8b-aa2975b15bca ModelInvariantUuid:8446486b-1e9e-4702-a027-70232a45a296 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:ba96d9f8-7133-451c-8b95-5fb00b773038 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:25619952-b499-49b9-93a5-b23d06f8d603 ModelInvariantUuid:702af427-1609-48bd-892e-e06a7a482312 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:773d2521-8739-4d65-b0f5-d7690df5ba72 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T04:57:21.081Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 29bda4eb-ab26-41c4-a2e0-d07ab505bed9 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:57:21.083Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-09-28T04:57:21.084Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29bda4eb-ab26-41c4-a2e0-d07ab505bed9 2021-09-28T04:57:21.084Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e71db627-470d-4e7f-a8b3-dc31f6dc55cc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-28T04:57:21.084Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:57:21.084Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:22.191Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:57:22.191Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e71db627-470d-4e7f-a8b3-dc31f6dc55cc 12 2021-09-28T04:57:22.192Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:22.192Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:22.192Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:57:22.192Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:22.194Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:22.194Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805042192, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:22.294Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:22.294Z||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-09-28T04:57:22.294Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:22.306Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:22.307Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:23.194Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7d3fc72d-0d11-4e25-9e12-db8ef964ef74 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-28T04:57:23.196Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:57:23.197Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:57:23.997Z||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-09-28T04:57:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:24.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:24.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632804863967, "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-09-28T04:57:24.033Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0c93fec-c813-4283-a595-76c43b85765c 2021-09-28T04:57:24.033Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c93fec-c813-4283-a595-76c43b85765c 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-09-28T04:57:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804864784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:24.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:57:24.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804866262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804867749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804868157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804868267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "aai-ml", "timestamp": 1632804869160, "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-09-28T04:57:24.041Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0c93fec-c813-4283-a595-76c43b85765c 2021-09-28T04:57:24.041Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c93fec-c813-4283-a595-76c43b85765c 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-09-28T04:57:24.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804869258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:24.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:57:24.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "clamp", "timestamp": 1632804869269, "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-09-28T04:57:24.049Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0c93fec-c813-4283-a595-76c43b85765c 2021-09-28T04:57:24.049Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c93fec-c813-4283-a595-76c43b85765c 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-09-28T04:57:24.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804870290, "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-09-28T04:57:24.057Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0c93fec-c813-4283-a595-76c43b85765c 2021-09-28T04:57:24.057Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0c93fec-c813-4283-a595-76c43b85765c 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-09-28T04:57:24.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-28T04:57:24.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "multicloud-k8s-id", "timestamp": 1632804871292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:57:24.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:57:24.422Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:57:24.422Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7d3fc72d-0d11-4e25-9e12-db8ef964ef74 2688 2021-09-28T04:57:24.422Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:24.422Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:24.422Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:57:24.423Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:24.424Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:24.424Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805044422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:24.524Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:57:24.525Z||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-09-28T04:57:24.525Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:24.536Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:24.536Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:25.426Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4d555f19-2b20-4860-86df-d43d5b673b1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-28T04:57:25.426Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:57:25.426Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:27.154Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:57:27.154Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4d555f19-2b20-4860-86df-d43d5b673b1a 828 2021-09-28T04:57:27.154Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:27.154Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:27.154Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:57:27.155Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:27.156Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:27.156Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805047154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:27.256Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:27.257Z||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-09-28T04:57:27.257Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:27.271Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:27.271Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:57:28.156Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "95f586d3-d970-47cd-bbf4-0ec32b89194f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6a8892fd-d562-4bf6-bbf1-be26dae5c6e1", "vfModuleModelCustomizationUUID": "bb1025a5-b985-40e7-b327-9cbe9a4b5fdb", "isBase": true, "artifacts": [ "7d3fc72d-0d11-4e25-9e12-db8ef964ef74", "55882878-a74d-462b-b2bc-bb0c540d58df", "2fee1b57-c918-42ba-aa89-f27ebc5cd80a" ], "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-09-28T04:57:28.159Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6a8892fd-d562-4bf6-bbf1-be26dae5c6e1 VfModuleModelInvariantUUID:95f586d3-d970-47cd-bbf4-0ec32b89194f VfModuleModelDescription:NULL Artifacts UUID List:{ 7d3fc72d-0d11-4e25-9e12-db8ef964ef74 , 55882878-a74d-462b-b2bc-bb0c540d58df , 2fee1b57-c918-42ba-aa89-f27ebc5cd80a } 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-09-28T04:57:28.160Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "95f586d3-d970-47cd-bbf4-0ec32b89194f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6a8892fd-d562-4bf6-bbf1-be26dae5c6e1", "vfModuleModelCustomizationUUID": "bb1025a5-b985-40e7-b327-9cbe9a4b5fdb", "isBase": true, "artifacts": [ "7d3fc72d-0d11-4e25-9e12-db8ef964ef74", "55882878-a74d-462b-b2bc-bb0c540d58df", "2fee1b57-c918-42ba-aa89-f27ebc5cd80a" ], "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-09-28T04:57:28.160Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6a8892fd-d562-4bf6-bbf1-be26dae5c6e1 VfModuleModelInvariantUUID:95f586d3-d970-47cd-bbf4-0ec32b89194f VfModuleModelDescription:NULL Artifacts UUID List:{ 7d3fc72d-0d11-4e25-9e12-db8ef964ef74 , 55882878-a74d-462b-b2bc-bb0c540d58df , 2fee1b57-c918-42ba-aa89-f27ebc5cd80a } 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-09-28T04:57:28.161Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 55882878-a74d-462b-b2bc-bb0c540d58df from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-28T04:57:28.161Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:57:28.161Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:28.668Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:57:28.668Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 55882878-a74d-462b-b2bc-bb0c540d58df 1164 2021-09-28T04:57:28.668Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:28.668Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:28.668Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:57:28.669Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:28.670Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:28.670Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805048668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:28.770Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:28.770Z||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-09-28T04:57:28.771Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:28.782Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:28.782Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:29.670Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2fee1b57-c918-42ba-aa89-f27ebc5cd80a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-28T04:57:29.671Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:57:29.671Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:30.153Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:57:30.153Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2fee1b57-c918-42ba-aa89-f27ebc5cd80a 200 2021-09-28T04:57:30.153Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:30.153Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:30.153Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:57:30.153Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:30.155Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:30.155Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805050153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:57:30.255Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:30.255Z||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-09-28T04:57:30.256Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:30.265Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:30.265Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:31.155Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6e65960c-96cd-4362-8c10-08cc1041350e 2021-09-28T04:57:31.156Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 29bda4eb-ab26-41c4-a2e0-d07ab505bed9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-09-28T04:57:31.169Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:57:31.172Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@709156da, org.onap.sdc.toscaparser.api.parameters.Input@17b4577a, org.onap.sdc.toscaparser.api.parameters.Input@3a54d1e2, org.onap.sdc.toscaparser.api.parameters.Input@22f3820b, org.onap.sdc.toscaparser.api.parameters.Input@58ae3709] 2021-09-28T04:57:31.173Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.173Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:31.173Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-28T04:57:31.173Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c67602f1-6bac-40ad-892f-420bfc35fb87 2021-09-28T04:57:31.173Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c67602f1-6bac-40ad-892f-420bfc35fb87 matches Tosca VF Customization UUID: c67602f1-6bac-40ad-892f-420bfc35fb87 2021-09-28T04:57:31.173Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c67602f1-6bac-40ad-892f-420bfc35fb87 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-28T04:57:31.175Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.175Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:31.175Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c67602f1-6bac-40ad-892f-420bfc35fb87: {\"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-09-28T04:57:31.175Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f8e848b 2021-09-28T04:57:31.176Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.176Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-28T04:57:31.176Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bb1025a5-b985-40e7-b327-9cbe9a4b5fdb 2021-09-28T04:57:31.176Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bb1025a5-b985-40e7-b327-9cbe9a4b5fdb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-28T04:57:31.178Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.178Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T04:57:31.178Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:57:31.178Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.178Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T04:57:31.178Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:57:31.178Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.178Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-28T04:57:31.179Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-28T04:57:31.179Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5047b211-c00e-4eb3-bb8b-aa2975b15bca Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-28T04:57:31.180Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.180Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T04:57:31.180Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-28T04:57:31.181Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.181Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-28T04:57:31.181Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c67602f1-6bac-40ad-892f-420bfc35fb87 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:57:31.182Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.182Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:31.182Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6e65960c-96cd-4362-8c10-08cc1041350e: basic_cnf 2021-09-28T04:57:31.182Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:57:31.183Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-28T04:57:31.233Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 29bda4eb-ab26-41c4-a2e0-d07ab505bed9 1 ASDC deployResourceStructure 2021-09-28T04:57:31.234Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:31.234Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:31.234Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-28T04:57:31.234Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:31.235Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:31.235Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805051233, "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-09-28T04:57:31.336Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T04:57:31.336Z||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-09-28T04:57:31.336Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:31.349Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:31.349Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:32.236Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:32.237Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:32.237Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-28T04:57:32.237Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:32.238Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:32.239Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805052236, "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-09-28T04:57:32.339Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:32.339Z||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-09-28T04:57:32.339Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:32.350Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:32.350Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:33.240Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:33.240Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:33.240Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:57:33.240Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:33.242Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:33.242Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805053239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:57:33.342Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:33.342Z||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-09-28T04:57:33.342Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:33.353Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:33.354Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:34.243Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:34.243Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:34.243Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:57:34.243Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:34.245Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:34.245Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805054242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:57:34.345Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:34.345Z||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-09-28T04:57:34.346Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:34.360Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:34.361Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:57:35.246Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:35.247Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||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-09-28T04:57:35.247Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:57:35.247Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:35.250Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:35.251Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805055246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-28T04:57:35.350Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:57:35.351Z||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-09-28T04:57:35.351Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:35.363Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:35.363Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:57:36.251Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-28T04:57:36.252Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-28T04:57:36.252Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:57:36.252Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:57:36.253Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:57:36.254Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805056251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:57:36.354Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:57:36.354Z||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-09-28T04:57:36.355Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:57:36.367Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:57:36.367Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:57:37.254Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0c93fec-c813-4283-a595-76c43b85765c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:57:37.261Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0c93fec-c813-4283-a595-76c43b85765c 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-09-28T04:57:37.263Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:57:37.263Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T04:57:37.263Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T04:57:37.263Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T04:57:37.263Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:57:37.263Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:57:37.263Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:57:37.264Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:57:37.264Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:57:37.264Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:57:37.264Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:57:37.268Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T04:58:07.268Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0c93fec-c813-4283-a595-76c43b85765c 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-09-28T04:58:07.272Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0c93fec-c813-4283-a595-76c43b85765c and serviceModelVersionId: 6e65960c-96cd-4362-8c10-08cc1041350e 2021-09-28T04:58:07.272Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7dd94a3d-40fd-433e-a8e5-731596de75ee 2021-09-28T04:58:07.273Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7dd94a3d-40fd-433e-a8e5-731596de75ee/model-vers/model-ver/6e65960c-96cd-4362-8c10-08cc1041350e?depth=0 2021-09-28T04:58:07.276Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T04:58:07.299Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dd94a3d-40fd-433e-a8e5-731596de75ee/model-vers/model-ver/6e65960c-96cd-4362-8c10-08cc1041350e?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-09-28T04:58:07.300Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dd94a3d-40fd-433e-a8e5-731596de75ee/model-vers/model-ver/6e65960c-96cd-4362-8c10-08cc1041350e?depth=0|INFO|500||Invoke 2021-09-28T04:58:07.314Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dd94a3d-40fd-433e-a8e5-731596de75ee/model-vers/model-ver/6e65960c-96cd-4362-8c10-08cc1041350e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T04:58:07.554Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dd94a3d-40fd-433e-a8e5-731596de75ee/model-vers/model-ver/6e65960c-96cd-4362-8c10-08cc1041350e?depth=0|INFO|500||InvokeReturn 2021-09-28T04:58:07.554Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dd94a3d-40fd-433e-a8e5-731596de75ee/model-vers/model-ver/6e65960c-96cd-4362-8c10-08cc1041350e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210928-04:58:07:321-39174], vertex-id=[401640], Content-Length=[0], Date=[Tue, 28 Sep 2021 04:58:07 GMT], Content-Type=[application/json]} 2021-09-28T04:58:07.554Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-28T04:58:07.555Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T04:58:07.555Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:58:07.558Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T04:58:07.558Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0c93fec-c813-4283-a595-76c43b85765c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T04:58:07.558Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T04:58:07.558Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:07.559Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:07.559Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805087558, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:58:07.660Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:58:07.660Z||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-09-28T04:58:07.660Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:07.677Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:07.677Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-28T04:58:08.569Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:58:08.570Z|d0c93fec-c813-4283-a595-76c43b85765c|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-09-28T04:58:08.570Z|d0c93fec-c813-4283-a595-76c43b85765c|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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:09.193Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:09.193Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T04:58:09.194Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"533f713b-29b3-4718-afc3-013c86927d1c","serviceName":"Demo_pNF_83KOkbvwwqkhP72NToXU","serviceVersion":"1.0","serviceUUID":"b55c9a21-f820-40d3-9586-566f0c91e567","serviceDescription":"catalog service description","serviceInvariantUUID":"95ff3b56-a0f9-4475-91b0-c43c59c559f7","resources":[{"resourceInstanceName":"pNF 84debce3-2bb4 0","resourceName":"pNF 84debce3-2bb4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"77add178-a425-4706-8e2b-144309201942","resourceInvariantUUID":"bdbcc597-021d-414f-b4d8-3b3819ddde72","resourceCustomizationUUID":"5d1e9f6e-6c23-45dd-8bc6-af6d78d59457","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml","artifactChecksum":"MGRmYTQwNzY5NTJiYzU2MzkxMDU5ZjdlMzJkNWJmZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a95dd93-885d-4bfd-9e92-2963e5c343a7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar","artifactChecksum":"NWFiYTU1MDMwNTUxMTlhZmMwNGJhMDA2M2RjMzNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8a2d544-55e6-40fd-9fa3-4bafe071abdf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7ede9eee-f432-46b7-b844-75891549ffa5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml","artifactChecksum":"OTU1NGY0NmU0NTRjYjdiOGY2MDk1MDA4Nzk3NjQwYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"053b6ff9-081a-4f93-ae11-de3444efecfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"426bf894-b929-4a15-abed-bdf1414db716","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4fc8f387-cb56-4d87-b28d-5c9093de862d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml","artifactChecksum":"MmJkZWE1NjVhOWM1YzQzYzMxNTBhNTkwODZjMWIwYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"890d572b-786d-4d99-9653-c31bfb27b5bd","artifactVersion":"1"},{"artifactName":"service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar","artifactChecksum":"OTM0Yzk1MTQzNTg1MDMzMGNlNWI1NWE0N2IzODQ0OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50c286c1-4f33-409e-bae5-97a57e6e1b4d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T04:58:09.195Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:58:09.195Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:09.196Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:09.196Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:09.296Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:58:09.297Z||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-09-28T04:58:09.297Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:09.308Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:09.308Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:58:10.196Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:58:10.197Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:10.198Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:10.198Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:10.298Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:58:10.299Z||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-09-28T04:58:10.299Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:10.310Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:10.311Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:58:11.199Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:58:11.199Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:11.201Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:11.201Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:11.300Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T04:58:11.301Z||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-09-28T04:58:11.301Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:11.313Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:11.313Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:58:12.201Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:58:12.202Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:12.203Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:12.203Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:12.303Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:58:12.304Z||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-09-28T04:58:12.304Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:12.314Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:12.314Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:58:13.203Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:58:13.204Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:13.205Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:13.205Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:13.305Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:58:13.306Z||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-09-28T04:58:13.306Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:13.317Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:13.318Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-28T04:58:14.206Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:58:14.206Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:14.208Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:14.208Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:14.308Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:58:14.308Z||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-09-28T04:58:14.308Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:14.319Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:14.319Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:58:15.208Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:58:15.209Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:15.210Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:15.210Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:15.311Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T04:58:15.311Z||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-09-28T04:58:15.311Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:15.323Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:15.323Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:58:16.211Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T04:58:16.211Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:16.213Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:16.213Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:58:16.313Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:58:16.314Z||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-09-28T04:58:16.314Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:16.325Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:16.325Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:58:17.214Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "serviceName": "Demo_pNF_83KOkbvwwqkhP72NToXU", "serviceVersion": "1.0", "serviceUUID": "b55c9a21-f820-40d3-9586-566f0c91e567", "serviceDescription": "catalog service description", "serviceInvariantUUID": "95ff3b56-a0f9-4475-91b0-c43c59c559f7", "resources": [ { "resourceInstanceName": "pNF 84debce3-2bb4 0", "resourceCustomizationUUID": "5d1e9f6e-6c23-45dd-8bc6-af6d78d59457", "resourceName": "pNF 84debce3-2bb4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "77add178-a425-4706-8e2b-144309201942", "resourceInvariantUUID": "bdbcc597-021d-414f-b4d8-3b3819ddde72", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "artifactChecksum": "OTM0Yzk1MTQzNTg1MDMzMGNlNWI1NWE0N2IzODQ0OWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "50c286c1-4f33-409e-bae5-97a57e6e1b4d" } ], "workloadContext": "Production" } 2021-09-28T04:58:17.214Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T04:58:17.214Z|d0c93fec-c813-4283-a595-76c43b85765c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b55c9a21-f820-40d3-9586-566f0c91e567 ASDC 2021-09-28T04:58:17.214Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:533f713b-29b3-4718-afc3-013c86927d1c ServiceName:Demo_pNF_83KOkbvwwqkhP72NToXU ServiceVersion:1.0 ServiceUUID:b55c9a21-f820-40d3-9586-566f0c91e567 ServiceInvariantUUID:95ff3b56-a0f9-4475-91b0-c43c59c559f7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar ArtifactUUID:50c286c1-4f33-409e-bae5-97a57e6e1b4d ArtifactChecksum:OTM0Yzk1MTQzNTg1MDMzMGNlNWI1NWE0N2IzODQ0OWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 84debce3-2bb4 0 ResourceCustomizationUUID:5d1e9f6e-6c23-45dd-8bc6-af6d78d59457 ResourceInvariantUUID:bdbcc597-021d-414f-b4d8-3b3819ddde72 ResourceName:pNF 84debce3-2bb4 ResourceType:PNF ResourceUUID:77add178-a425-4706-8e2b-144309201942 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-28T04:58:17.215Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b55c9a21-f820-40d3-9586-566f0c91e567 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-09-28T04:58:17.237Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:58:17.237Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:58:17.237Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:58:17.237Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50c286c1-4f33-409e-bae5-97a57e6e1b4d from URL: /sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:17.237Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T04:58:17.237Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:18.520Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T04:58:18.523Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 50c286c1-4f33-409e-bae5-97a57e6e1b4d 82548 2021-09-28T04:58:18.523Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar ASDC sendASDCNotification 2021-09-28T04:58:18.523Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:18.523Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T04:58:18.523Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:18.524Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:18.525Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805098523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:58:18.625Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:58:18.625Z||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-09-28T04:58:18.625Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:18.636Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:18.636Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:58:19.525Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T04:58:19.526Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T04:58:19.526Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 50c286c1-4f33-409e-bae5-97a57e6e1b4d, URL: /sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar to file: /app/ASDC/1/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:19.527Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:19.527Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:19.527Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:19.600Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3610387672830936814/Definitions/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||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-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||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-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 84debce3-2bb4 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-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:20.094Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_83KOkbvwwqkhP72NToXU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Node template pNF 84debce3-2bb4 0 is matching search criteria 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 84debce3-2bb4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_83KOkbvwwqkhP72NToXU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Node template pNF 84debce3-2bb4 0 is matching search criteria 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 84debce3-2bb4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_83KOkbvwwqkhP72NToXU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:58:20.095Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:58:20.096Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_83KOkbvwwqkhP72NToXU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:58:20.096Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:58:20.096Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_83KOkbvwwqkhP72NToXU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:58:20.096Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:58:20.096Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_83KOkbvwwqkhP72NToXU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:58:20.096Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:58:20.096Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_83KOkbvwwqkhP72NToXU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:58:20.096Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_83KOkbvwwqkhP72NToXU Description:catalog service description Model UUID:b55c9a21-f820-40d3-9586-566f0c91e567 Model Version:NULL Model InvariantUuid:95ff3b56-a0f9-4475-91b0-c43c59c559f7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T04:58:20.102Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 77add178-a425-4706-8e2b-144309201942 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:58:20.104Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||pNF 84debce3-2bb4 0 2021-09-28T04:58:20.104Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 77add178-a425-4706-8e2b-144309201942 2021-09-28T04:58:20.104Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b55c9a21-f820-40d3-9586-566f0c91e567 2021-09-28T04:58:20.104Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b55c9a21-f820-40d3-9586-566f0c91e567 2021-09-28T04:58:20.104Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 84debce3-2bb4 0 77add178-a425-4706-8e2b-144309201942 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T04:58:20.107Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d4393bc, org.onap.sdc.toscaparser.api.parameters.Input@5c7f3904, org.onap.sdc.toscaparser.api.parameters.Input@5a9ebe34, org.onap.sdc.toscaparser.api.parameters.Input@25f11991, org.onap.sdc.toscaparser.api.parameters.Input@444ea0e0] 2021-09-28T04:58:20.108Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:58:20.108Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_83KOkbvwwqkhP72NToXU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:58:20.108Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b55c9a21-f820-40d3-9586-566f0c91e567: pNF 84debce3-2bb4 2021-09-28T04:58:20.108Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||Processing PNF resource: 77add178-a425-4706-8e2b-144309201942 2021-09-28T04:58:20.108Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T04:58:20.108Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_83KOkbvwwqkhP72NToXU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T04:58:20.108Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||Resource customization UUID: 5d1e9f6e-6c23-45dd-8bc6-af6d78d59457 is the same as notified resource customizationUUID: 5d1e9f6e-6c23-45dd-8bc6-af6d78d59457 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-09-28T04:58:20.132Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 84debce3-2bb4 77add178-a425-4706-8e2b-144309201942 0 ASDC deployResourceStructure 2021-09-28T04:58:20.132Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar ASDC sendASDCNotification 2021-09-28T04:58:20.132Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar 2021-09-28T04:58:20.133Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T04:58:20.133Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T04:58:20.134Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T04:58:20.134Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805100132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:58:20.234Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T04:58:20.235Z||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-09-28T04:58:20.235Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:20.246Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:20.246Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T04:58:21.135Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 533f713b-29b3-4718-afc3-013c86927d1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:58:21.141Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:58:21.142Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:58:21.142Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:58:21.142Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:58:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:58:23.997Z||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-09-28T04:58:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:58:24.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:58:24.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "348f39ba-75b0-4b35-b3e9-715cd9444db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805023692, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805028723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805031006, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805030566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805028530, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "multicloud-k8s-id", "timestamp": 1632805031483, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805028723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805031006, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805030566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805028530, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "multicloud-k8s-id", "timestamp": 1632805031483, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805031006, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805028723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805030566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805028530, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "multicloud-k8s-id", "timestamp": 1632805031483, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805034738, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805028723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805031006, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805030566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805028530, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "multicloud-k8s-id", "timestamp": 1632805031483, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805034738, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805024701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805031006, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805028723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805030566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805028530, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "multicloud-k8s-id", "timestamp": 1632805031483, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805034738, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805031006, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805028723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805030566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805028530, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "multicloud-k8s-id", "timestamp": 1632805031483, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805034738, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805039208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:58:24.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805031006, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805028723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805030566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805028530, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "multicloud-k8s-id", "timestamp": 1632805031483, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805034738, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805039020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805031006, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805028723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805030566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805028530, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "multicloud-k8s-id", "timestamp": 1632805031483, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805034738, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-28T04:58:24.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805039020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805034738, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805039020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "dcae-sch", "timestamp": 1632805041236, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805042192, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805034738, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805039020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805042792, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805042805, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "dcae-sch", "timestamp": 1632805041236, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805042928, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805039020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "cds", "timestamp": 1632805043796, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-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-09-28T04:58:24.034Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 533f713b-29b3-4718-afc3-013c86927d1c 2021-09-28T04:58:24.034Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:58:24.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:58:24.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "dcae-sch", "timestamp": 1632805041236, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:58:24.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:58:51.142Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 533f713b-29b3-4718-afc3-013c86927d1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:58:51.149Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:58:51.151Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:58:51.151Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:58:51.151Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:59:21.151Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 533f713b-29b3-4718-afc3-013c86927d1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:59:21.160Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:59:21.162Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:59:21.162Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T04:59:21.162Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T04:59:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T04:59:23.997Z||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-09-28T04:59:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T04:59:24.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T04:59:24.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805044422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805044433, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805044595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805039020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "dcae-sch", "timestamp": 1632805041236, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805045435, "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-09-28T04:59:24.032Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 533f713b-29b3-4718-afc3-013c86927d1c 2021-09-28T04:59:24.032Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:59:24.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805045614, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805039020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "dcae-sch", "timestamp": 1632805041236, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "ves-openapi-manager", "timestamp": 1632805046616, "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-09-28T04:59:24.043Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 533f713b-29b3-4718-afc3-013c86927d1c 2021-09-28T04:59:24.043Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:59:24.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805039020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "dcae-sch", "timestamp": 1632805041236, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805047154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "dcae-sch", "timestamp": 1632805041236, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805048081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805048372, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805048668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "dcae-sch", "timestamp": 1632805041236, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "aai-ml", "timestamp": 1632805049084, "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-09-28T04:59:24.053Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 533f713b-29b3-4718-afc3-013c86927d1c 2021-09-28T04:59:24.054Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:59:24.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805049375, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805049729, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805050153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "policy-id", "timestamp": 1632805050377, "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-09-28T04:59:24.064Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 533f713b-29b3-4718-afc3-013c86927d1c 2021-09-28T04:59:24.064Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:59:24.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805050741, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805051233, "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-09-28T04:59:24.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "clamp", "timestamp": 1632805051743, "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-09-28T04:59:24.074Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 533f713b-29b3-4718-afc3-013c86927d1c 2021-09-28T04:59:24.074Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805052236, "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-09-28T04:59:24.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805053239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805054242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805055246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805056251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0c93fec-c813-4283-a595-76c43b85765c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805087558, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/resourceInstances/pnf84debce32bb40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805088569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "NOTIFIED" } 2021-09-28T04:59:24.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-28T04:59:24.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805098523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T04:59:24.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:24.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-28T04:59:24.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805100132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83kokbvwwqkhp72ntoxu/1.0/artifacts/service-DemoPnf83kokbvwwqkhp72ntoxu-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T04:59:24.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T04:59:51.162Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 533f713b-29b3-4718-afc3-013c86927d1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T04:59:51.171Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T04:59:51.173Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T04:59:51.173Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T04:59:51.173Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T04:59:51.173Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T04:59:51.173Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:59:51.173Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:59:51.173Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:59:51.174Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:59:51.174Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:59:51.174Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:59:51.174Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T04:59:51.174Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T04:59:51.178Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T05:00:21.179Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 533f713b-29b3-4718-afc3-013c86927d1c 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-09-28T05:00:21.182Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 533f713b-29b3-4718-afc3-013c86927d1c and serviceModelVersionId: b55c9a21-f820-40d3-9586-566f0c91e567 2021-09-28T05:00:21.182Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 95ff3b56-a0f9-4475-91b0-c43c59c559f7 2021-09-28T05:00:21.182Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/95ff3b56-a0f9-4475-91b0-c43c59c559f7/model-vers/model-ver/b55c9a21-f820-40d3-9586-566f0c91e567?depth=0 2021-09-28T05:00:21.186Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T05:00:21.209Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/95ff3b56-a0f9-4475-91b0-c43c59c559f7/model-vers/model-ver/b55c9a21-f820-40d3-9586-566f0c91e567?depth=0|INFO|500||Invoke 2021-09-28T05:00:21.209Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/95ff3b56-a0f9-4475-91b0-c43c59c559f7/model-vers/model-ver/b55c9a21-f820-40d3-9586-566f0c91e567?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/95ff3b56-a0f9-4475-91b0-c43c59c559f7/model-vers/model-ver/b55c9a21-f820-40d3-9586-566f0c91e567?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[533f713b-29b3-4718-afc3-013c86927d1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf57e3ea-a025-4d47-af73-e15720e4d551], X-ECOMP-RequestID=[533f713b-29b3-4718-afc3-013c86927d1c], X-TransactionId=[], X-ONAP-RequestID=[533f713b-29b3-4718-afc3-013c86927d1c], Content-Type=[application/merge-patch+json]} 2021-09-28T05:00:21.223Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/95ff3b56-a0f9-4475-91b0-c43c59c559f7/model-vers/model-ver/b55c9a21-f820-40d3-9586-566f0c91e567?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T05:00:21.441Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/95ff3b56-a0f9-4475-91b0-c43c59c559f7/model-vers/model-ver/b55c9a21-f820-40d3-9586-566f0c91e567?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/95ff3b56-a0f9-4475-91b0-c43c59c559f7/model-vers/model-ver/b55c9a21-f820-40d3-9586-566f0c91e567?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210928-05:00:21:231-21823], vertex-id=[422120], Content-Length=[0], Date=[Tue, 28 Sep 2021 05:00:21 GMT], Content-Type=[application/json]} 2021-09-28T05:00:21.441Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/95ff3b56-a0f9-4475-91b0-c43c59c559f7/model-vers/model-ver/b55c9a21-f820-40d3-9586-566f0c91e567?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-28T05:00:21.442Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/95ff3b56-a0f9-4475-91b0-c43c59c559f7/model-vers/model-ver/b55c9a21-f820-40d3-9586-566f0c91e567?depth=0|INFO|500||InvokeReturn 2021-09-28T05:00:21.442Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T05:00:21.442Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T05:00:21.445Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T05:00:21.445Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 533f713b-29b3-4718-afc3-013c86927d1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T05:00:21.445Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T05:00:21.445Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:21.446Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:21.447Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805221445, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T05:00:21.547Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:00:21.547Z||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-09-28T05:00:21.547Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:21.562Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:21.562Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-28T05:00:22.456Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:00:22.456Z|533f713b-29b3-4718-afc3-013c86927d1c|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-09-28T05:00:22.456Z|533f713b-29b3-4718-afc3-013c86927d1c|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:00:23.997Z||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-09-28T05:00:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:24.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:24.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "multicloud-k8s-id", "timestamp": 1632805131482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805135566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805134738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "multicloud-k8s-id", "timestamp": 1632805131482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805135566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805134738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "multicloud-k8s-id", "timestamp": 1632805131482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805135566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805134738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805139020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "multicloud-k8s-id", "timestamp": 1632805131482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805135566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805134738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805139020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "multicloud-k8s-id", "timestamp": 1632805131482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805134738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805135566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805139020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "dcae-sch", "timestamp": 1632805141236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "multicloud-k8s-id", "timestamp": 1632805131482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805134738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805135566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805139020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "dcae-sch", "timestamp": 1632805141236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "multicloud-k8s-id", "timestamp": 1632805131482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805134738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805135566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805139020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "dcae-sch", "timestamp": 1632805141236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "multicloud-k8s-id", "timestamp": 1632805131482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOTIFIED" } 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805134738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805135566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOTIFIED" } 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805139020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "dcae-sch", "timestamp": 1632805141236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805139020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "dcae-sch", "timestamp": 1632805141236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805146050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805146054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805139020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOTIFIED" } 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "dcae-sch", "timestamp": 1632805141236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "cds", "timestamp": 1632805147053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-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-09-28T05:00:24.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 2021-09-28T05:00:24.036Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:00:24.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805147071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-28T05:00:24.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:24.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "dcae-sch", "timestamp": 1632805141236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "ves-openapi-manager", "timestamp": 1632805148074, "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-09-28T05:00:24.045Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 2021-09-28T05:00:24.045Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805148264, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "dcae-sch", "timestamp": 1632805141236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805148530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805149268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805148723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805148530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "policy-id", "timestamp": 1632805150270, "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-09-28T05:00:24.053Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 2021-09-28T05:00:24.053Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:00:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805148723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805148530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805148723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805151006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805148530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805148723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805151006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805148530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805148723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805151006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805148530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805148723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805151006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805148530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805148723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805151006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805148530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOTIFIED" } 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805148723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOTIFIED" } 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805151006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805151006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805158363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805151006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOTIFIED" } 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805160018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T05:00:24.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:24.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805161612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T05:00:24.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:24.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805162297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T05:00:24.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:24.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632805162614, "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-09-28T05:00:24.064Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 2021-09-28T05:00:24.065Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:00:24.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:00:24.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805163689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T05:00:24.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:00:26.751Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:26.752Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-28T05:00:26.752Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b8d412c-ce7e-4f92-ac99-ff4ff72259a4","serviceName":"Demo_pNF_F7LsrSkljgvTgXB7xZLt","serviceVersion":"1.0","serviceUUID":"fcd681cc-47c2-4b08-8b67-8f564d45478c","serviceDescription":"catalog service description","serviceInvariantUUID":"fcb0b2fb-63ef-487a-9baa-42e98920a4a9","resources":[{"resourceInstanceName":"pNF 0834367f-e174 0","resourceName":"pNF 0834367f-e174","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"27ae04d1-c64f-4676-afcb-637ef08dcbc0","resourceInvariantUUID":"5ef0303c-7e7a-4ae0-8151-ecfdb675db13","resourceCustomizationUUID":"9b734342-2433-49be-919d-3c7c2ec7c35c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml","artifactChecksum":"MWU3NTJhZmVjNGFkNDBiMjQ4YTJkY2QyNjAxYTQ4OWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b6253a06-a411-4d79-b966-3521c5d64a26","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar","artifactChecksum":"NWFiYTU1MDMwNTUxMTlhZmMwNGJhMDA2M2RjMzNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d55a8d24-c533-4b25-bdb0-39f86de487c3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb908e7a-ad5a-4760-a01d-2c172b362cdf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml","artifactChecksum":"MzE3OGUxNzdmYWQ3M2RlMmE0ZjdlYTFkNGNhYjdhNjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"61a0e556-ab77-46af-9e56-350ec00ad442","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"680af228-26ea-42b0-a6ef-857be063ffc2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5287baf8-b179-4656-a5bf-8fccd9b20a2a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml","artifactChecksum":"NTcxOTkyZDg4NTM5NjEwYmIxMTQ0ZjBiNTVjYjI4NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b679a520-aa4c-4d8d-ba64-5ad7fa25d29d","artifactVersion":"1"},{"artifactName":"service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar","artifactChecksum":"YzhmZDgwMjBmODQzZGEzZjllNTFlOTIwZDhkMGFiY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"068d87e6-2695-4fb3-93fc-9c33fbb02764","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-28T05:00:26.754Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T05:00:26.754Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:26.756Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:26.756Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:26.856Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-28T05:00:26.857Z||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-09-28T05:00:26.857Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:26.866Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:26.866Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:27.757Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T05:00:27.758Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:27.760Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:27.760Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:27.860Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:00:27.861Z||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-09-28T05:00:27.861Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:27.872Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:27.872Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:28.761Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T05:00:28.761Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:28.763Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:28.763Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:28.863Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:00:28.863Z||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-09-28T05:00:28.863Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:28.874Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:28.874Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:29.765Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T05:00:29.765Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:29.767Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:29.767Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:29.867Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:00:29.868Z||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-09-28T05:00:29.868Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:29.878Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:29.879Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:30.767Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T05:00:30.768Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:30.769Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:30.769Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:30.869Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:00:30.870Z||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-09-28T05:00:30.870Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:30.882Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:30.882Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:31.769Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T05:00:31.770Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:31.771Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:31.771Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:31.871Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:00:31.872Z||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-09-28T05:00:31.872Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:31.884Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:31.884Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:32.771Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T05:00:32.772Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:32.773Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:32.773Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:00:32.873Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:00:32.874Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-28T05:00:32.874Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:32.885Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:32.885Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:33.774Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-28T05:00:33.774Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:33.775Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:33.775Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOTIFIED" } 2021-09-28T05:00:33.876Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-28T05:00:33.877Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-28T05:00:33.877Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:33.889Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:33.889Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:34.777Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "serviceName": "Demo_pNF_F7LsrSkljgvTgXB7xZLt", "serviceVersion": "1.0", "serviceUUID": "fcd681cc-47c2-4b08-8b67-8f564d45478c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fcb0b2fb-63ef-487a-9baa-42e98920a4a9", "resources": [ { "resourceInstanceName": "pNF 0834367f-e174 0", "resourceCustomizationUUID": "9b734342-2433-49be-919d-3c7c2ec7c35c", "resourceName": "pNF 0834367f-e174", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "27ae04d1-c64f-4676-afcb-637ef08dcbc0", "resourceInvariantUUID": "5ef0303c-7e7a-4ae0-8151-ecfdb675db13", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "artifactChecksum": "YzhmZDgwMjBmODQzZGEzZjllNTFlOTIwZDhkMGFiY2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "068d87e6-2695-4fb3-93fc-9c33fbb02764" } ], "workloadContext": "Production" } 2021-09-28T05:00:34.777Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-28T05:00:34.777Z|533f713b-29b3-4718-afc3-013c86927d1c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fcd681cc-47c2-4b08-8b67-8f564d45478c ASDC 2021-09-28T05:00:34.777Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 ServiceName:Demo_pNF_F7LsrSkljgvTgXB7xZLt ServiceVersion:1.0 ServiceUUID:fcd681cc-47c2-4b08-8b67-8f564d45478c ServiceInvariantUUID:fcb0b2fb-63ef-487a-9baa-42e98920a4a9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar ArtifactUUID:068d87e6-2695-4fb3-93fc-9c33fbb02764 ArtifactChecksum:YzhmZDgwMjBmODQzZGEzZjllNTFlOTIwZDhkMGFiY2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0834367f-e174 0 ResourceCustomizationUUID:9b734342-2433-49be-919d-3c7c2ec7c35c ResourceInvariantUUID:5ef0303c-7e7a-4ae0-8151-ecfdb675db13 ResourceName:pNF 0834367f-e174 ResourceType:PNF ResourceUUID:27ae04d1-c64f-4676-afcb-637ef08dcbc0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-28T05:00:34.777Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fcd681cc-47c2-4b08-8b67-8f564d45478c 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-09-28T05:00:34.799Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T05:00:34.800Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T05:00:34.800Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T05:00:34.800Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 068d87e6-2695-4fb3-93fc-9c33fbb02764 from URL: /sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:34.800Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-28T05:00:34.800Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:35.825Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-28T05:00:35.829Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 068d87e6-2695-4fb3-93fc-9c33fbb02764 82551 2021-09-28T05:00:35.829Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar ASDC sendASDCNotification 2021-09-28T05:00:35.829Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:35.829Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-28T05:00:35.829Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:35.831Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:35.831Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805235829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T05:00:35.931Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:00:35.931Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-28T05:00:35.931Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:35.944Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:35.944Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:36.831Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-28T05:00:36.832Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-28T05:00:36.832Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 068d87e6-2695-4fb3-93fc-9c33fbb02764, URL: /sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar to file: /app/ASDC/1/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:36.832Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:36.832Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:36.832Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:36.901Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3885409735228121258/Definitions/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml 2021-09-28T05:00:37.390Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-28T05:00:37.390Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T05:00:37.390Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||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-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||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-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0834367f-e174 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-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_F7LsrSkljgvTgXB7xZLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Node template pNF 0834367f-e174 0 is matching search criteria 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0834367f-e174 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T05:00:37.391Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_F7LsrSkljgvTgXB7xZLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Node template pNF 0834367f-e174 0 is matching search criteria 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0834367f-e174 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_F7LsrSkljgvTgXB7xZLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_F7LsrSkljgvTgXB7xZLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_F7LsrSkljgvTgXB7xZLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_F7LsrSkljgvTgXB7xZLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_F7LsrSkljgvTgXB7xZLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T05:00:37.392Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_F7LsrSkljgvTgXB7xZLt Description:catalog service description Model UUID:fcd681cc-47c2-4b08-8b67-8f564d45478c Model Version:NULL Model InvariantUuid:fcb0b2fb-63ef-487a-9baa-42e98920a4a9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-28T05:00:37.396Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 27ae04d1-c64f-4676-afcb-637ef08dcbc0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T05:00:37.397Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||pNF 0834367f-e174 0 2021-09-28T05:00:37.397Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 27ae04d1-c64f-4676-afcb-637ef08dcbc0 2021-09-28T05:00:37.398Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||No resources found for Service: fcd681cc-47c2-4b08-8b67-8f564d45478c 2021-09-28T05:00:37.398Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fcd681cc-47c2-4b08-8b67-8f564d45478c 2021-09-28T05:00:37.398Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0834367f-e174 0 27ae04d1-c64f-4676-afcb-637ef08dcbc0 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T05:00:37.400Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@533e96ce, org.onap.sdc.toscaparser.api.parameters.Input@a136a75, org.onap.sdc.toscaparser.api.parameters.Input@29ce278f, org.onap.sdc.toscaparser.api.parameters.Input@34935309, org.onap.sdc.toscaparser.api.parameters.Input@133c2bb3] 2021-09-28T05:00:37.400Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T05:00:37.400Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_F7LsrSkljgvTgXB7xZLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T05:00:37.400Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fcd681cc-47c2-4b08-8b67-8f564d45478c: pNF 0834367f-e174 2021-09-28T05:00:37.400Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||Processing PNF resource: 27ae04d1-c64f-4676-afcb-637ef08dcbc0 2021-09-28T05:00:37.400Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-28T05:00:37.401Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_F7LsrSkljgvTgXB7xZLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-28T05:00:37.401Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||Resource customization UUID: 9b734342-2433-49be-919d-3c7c2ec7c35c is the same as notified resource customizationUUID: 9b734342-2433-49be-919d-3c7c2ec7c35c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-09-28T05:00:37.425Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0834367f-e174 27ae04d1-c64f-4676-afcb-637ef08dcbc0 0 ASDC deployResourceStructure 2021-09-28T05:00:37.425Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar ASDC sendASDCNotification 2021-09-28T05:00:37.425Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar 2021-09-28T05:00:37.425Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-28T05:00:37.426Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:00:37.427Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:00:37.427Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805237425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T05:00:37.527Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:00:37.527Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-28T05:00:37.528Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:00:37.538Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:00:37.538Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-28T05:00:38.427Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T05:00:38.435Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:00:38.436Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T05:00:38.436Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T05:00:38.436Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T05:01:08.436Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T05:01:08.448Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:01:08.450Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T05:01:08.450Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T05:01:08.450Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T05:01:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:01:23.997Z||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-09-28T05:01:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:01:24.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:01:24.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:01:24.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805164302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T05:01:24.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:01:38.450Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T05:01:38.458Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:01:38.459Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T05:01:38.459Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T05:01:38.460Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T05:02:08.460Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T05:02:08.468Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:02:08.470Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T05:02:08.470Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-28T05:02:08.470Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-28T05:02:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:02:23.997Z||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-09-28T05:02:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:02:24.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:02:24.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:02:24.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "aai-ml", "timestamp": 1632805164693, "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-09-28T05:02:24.023Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 2021-09-28T05:02:24.023Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:02:24.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:02:24.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "clamp", "timestamp": 1632805165305, "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-09-28T05:02:24.033Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 2021-09-28T05:02:24.034Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:02:24.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:02:24.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "533f713b-29b3-4718-afc3-013c86927d1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805221445, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T05:02:24.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:02:38.470Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-28T05:02:38.479Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-28T05:02:38.481Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-28T05:02:38.485Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-28T05:03:08.487Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 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-09-28T05:03:08.493Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 and serviceModelVersionId: fcd681cc-47c2-4b08-8b67-8f564d45478c 2021-09-28T05:03:08.493Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcb0b2fb-63ef-487a-9baa-42e98920a4a9 2021-09-28T05:03:08.495Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcb0b2fb-63ef-487a-9baa-42e98920a4a9/model-vers/model-ver/fcd681cc-47c2-4b08-8b67-8f564d45478c?depth=0 2021-09-28T05:03:08.499Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-28T05:03:08.521Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb0b2fb-63ef-487a-9baa-42e98920a4a9/model-vers/model-ver/fcd681cc-47c2-4b08-8b67-8f564d45478c?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-09-28T05:03:08.521Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb0b2fb-63ef-487a-9baa-42e98920a4a9/model-vers/model-ver/fcd681cc-47c2-4b08-8b67-8f564d45478c?depth=0|INFO|500||Invoke 2021-09-28T05:03:08.537Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb0b2fb-63ef-487a-9baa-42e98920a4a9/model-vers/model-ver/fcd681cc-47c2-4b08-8b67-8f564d45478c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-28T05:03:08.654Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb0b2fb-63ef-487a-9baa-42e98920a4a9/model-vers/model-ver/fcd681cc-47c2-4b08-8b67-8f564d45478c?depth=0|INFO|500||InvokeReturn 2021-09-28T05:03:08.654Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb0b2fb-63ef-487a-9baa-42e98920a4a9/model-vers/model-ver/fcd681cc-47c2-4b08-8b67-8f564d45478c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210928-05:03:08:544-65911], vertex-id=[536616], Content-Length=[0], Date=[Tue, 28 Sep 2021 05:03:08 GMT], Content-Type=[application/json]} 2021-09-28T05:03:08.654Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-28T05:03:08.654Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-28T05:03:08.654Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-28T05:03:08.659Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-28T05:03:08.659Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b8d412c-ce7e-4f92-ac99-ff4ff72259a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-28T05:03:08.659Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-28T05:03:08.659Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-28T05:03:08.661Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-28T05:03:08.661Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805388659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T05:03:08.761Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-28T05:03:08.762Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-28T05:03:08.762Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vH7dG4tY1u0jifKP) ... 2021-09-28T05:03:08.776Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:03:08.777Z||pool-139-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-09-28T05:03:09.671Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:03:09.671Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:03:09.671Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:03:19.866Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:03:19.866Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:03:19.867Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:03:19.867Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:03:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:03:23.997Z||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-09-28T05:03:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:03:24.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:03:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:03:24.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:03:24.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/resourceInstances/pnf0834367fe1740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-template.yml", "status": "NOT_NOTIFIED" } 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805222456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "NOTIFIED" } 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805235829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-28T05:03:24.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:03:24.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-28T05:03:24.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805237425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF7lsrskljgvtgxb7xzlt/1.0/artifacts/service-DemoPnfF7lsrskljgvtgxb7xzlt-csar.csar", "status": "DEPLOY_OK" } 2021-09-28T05:03:24.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:03:29.414Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:03:29.414Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:03:29.414Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:03:29.415Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:03:38.962Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:03:38.963Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:03:38.963Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:03:38.963Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:03:48.507Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:03:48.508Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:03:48.508Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:03:48.508Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:03:58.052Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:03:58.052Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:03:58.053Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:03:58.053Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:04:07.594Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:04:07.595Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:04:07.595Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:04:07.595Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:04:17.146Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:04:17.146Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:04:17.147Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:04:17.147Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:04:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:04:23.997Z||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-09-28T05:04:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:04:24.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:04:24.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-28T05:04:24.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8d412c-ce7e-4f92-ac99-ff4ff72259a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632805388659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-28T05:04:24.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-28T05:04:26.693Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:04:26.693Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:04:26.693Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:04:26.694Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:04:36.232Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:04:36.232Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:04:36.233Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:04:36.233Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:04:45.770Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:04:45.771Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:04:45.771Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:04:45.771Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:04:55.325Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:05:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:05:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:05:23.996Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:05:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:05:23.996Z||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-09-28T05:05:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:05:33.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:05:33.537Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:06:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:06:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:06:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:06:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:06:23.996Z||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-09-28T05:06:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:06:33.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:06:33.538Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:07:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:07:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:07:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:07:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:07:23.996Z||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-09-28T05:07:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:07:33.540Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:07:33.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:08:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:08:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:08:23.995Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:08:23.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:08:23.996Z||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-09-28T05:08:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:08:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:08:33.541Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:09:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:09:23.995Z||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-09-28T05:09:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:09:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:09:23.996Z||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-09-28T05:09:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:09:33.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:09:33.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:10:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:10:23.995Z||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-09-28T05:10:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:10:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:10:23.996Z||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-09-28T05:10:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:10:33.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:10:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:11:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:11:23.996Z||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-09-28T05:11:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:11:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:11:23.996Z||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-09-28T05:11:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:11:33.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:11:33.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:12:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:12:23.995Z||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-09-28T05:12:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:12:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:12:23.997Z||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-09-28T05:12:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:12:33.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:12:33.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:13:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:13:23.995Z||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-09-28T05:13:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:13:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:13:23.996Z||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-09-28T05:13:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:13:33.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:13:33.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:14:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:14:23.995Z||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-09-28T05:14:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:14:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:14:23.996Z||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-09-28T05:14:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:14:33.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:14:33.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:15:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:15:23.995Z||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-09-28T05:15:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:15:23.996Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:15:23.996Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:15:23.996Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:15:33.542Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:15:33.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:16:23.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:16:23.995Z||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-09-28T05:16:23.995Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:16:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:16:23.996Z||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-09-28T05:16:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:16:33.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:16:33.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:17:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:17:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:17:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:17:23.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:17:23.997Z||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-09-28T05:17:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:17:33.542Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:17:33.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:18:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:18:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:18:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:18:23.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:18:23.997Z||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-09-28T05:18:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:18:33.542Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:18:33.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:19:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:19:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:19:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:19:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:19:23.997Z||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-09-28T05:19:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:19:33.539Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:19:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:20:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:20:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:20:23.996Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:20:23.996Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:20:23.996Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:20:23.997Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:20:33.541Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:20:33.543Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:21:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:21:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:21:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:21:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:21:23.996Z||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-09-28T05:21:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:21:33.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:21:33.542Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:22:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:22:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:22:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:22:23.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:22:23.996Z||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-09-28T05:22:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:22:33.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:22:33.542Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:23:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:23:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:23:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:23:23.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:23:23.997Z||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-09-28T05:23:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:23:33.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:23:33.540Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:24:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:24:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:24:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:24:23.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:24:23.997Z||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-09-28T05:24:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:24:33.539Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:24:33.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:25:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:25:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:25:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:25:23.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:25:23.996Z||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-09-28T05:25:23.997Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:25:33.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:25:33.541Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:26:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:26:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:26:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:26:23.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:26:23.996Z||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-09-28T05:26:23.996Z||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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:26:33.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:26:33.542Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:27:11.913Z||http-nio-8085-exec-7|||||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-09-28T05:27:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:27:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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-09-28T05:27:23.995Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:27:23.996Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-28T05:27:23.996Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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-09-28T05:27:23.996Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|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 vH7dG4tY1u0jifKP) ... 2021-09-28T05:27:33.539Z|f6725dc3-1210-43fb-a6b7-e69d5502da11|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-28T05:27:33.542Z|4b8d412c-ce7e-4f92-ac99-ff4ff72259a4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK